mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Sync test_bug370436.html with the version on 1.9.2 branch
This commit is contained in:
parent
f6504dfe55
commit
77b1121c6c
@ -63,13 +63,13 @@ function startTest()
|
||||
synthesizeKey("VK_UP", {})
|
||||
synthesizeMouse(ta, 0, 0, { type : "contextmenu" });
|
||||
|
||||
is(words.pop(), "welcome");
|
||||
is(words.pop(), "world");
|
||||
is(words.pop(), "hello");
|
||||
is(words.pop(), "hello");
|
||||
is(words.pop(), "sheep");
|
||||
is(words.pop(), "sheep");
|
||||
is(words.pop(), "sheep");
|
||||
is(words.pop(), "welcome", "Word 1 selected correctly");
|
||||
is(words.pop(), "world" , "Word 2 selected correctly");
|
||||
is(words.pop(), "hello" , "Word 3 selected correctly");
|
||||
is(words.pop(), "hello" , "Word 4 selected correctly");
|
||||
is(words.pop(), "sheep" , "Word 5 selected correctly");
|
||||
is(words.pop(), "sheep" , "Word 6 selected correctly");
|
||||
is(words.pop(), "sheep" , "Word 7 selected correctly");
|
||||
|
||||
SimpleTest.finish();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user