Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(526)

Side by Side Diff: LayoutTests/fast/forms/select/popup-menu-key-operations-expected.txt

Issue 736883002: Implement <select> Popup Menu using PagePopup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 PASS picker._selectElement.value is "1"
2 PASS menuElement.value is "bar"
3 PASS picker._selectElement.value is "4"
4 PASS menuElement.value is "bar"
5 PASS picker._selectElement.value is "4"
6 PASS menuElement.value is "bar"
7 PASS picker._selectElement.value is "1"
8 PASS menuElement.value is "bar"
9 PASS picker._selectElement.value is "0"
10 PASS menuElement.value is "bar"
11 PASS picker._selectElement.value is "0"
12 PASS menuElement.value is "bar"
13 PASS window.internals.pagePopupWindow is null
14 PASS menuElement.value is "foo"
15 PASS picker._selectElement.value is "0"
16 PASS picker._selectElement.value is "1"
17 PASS menuElement.value is "foo"
18 PASS window.internals.pagePopupWindow is null
19 PASS menuElement.value is "bar"
20 PASS picker._selectElement.value is "1"
21 PASS picker._selectElement.value is "4"
22 PASS menuElement.value is "bar"
23 PASS window.internals.pagePopupWindow is null
24 PASS menuElement.value is "garply"
25 PASS picker._selectElement.value is "4"
26 PASS picker._selectElement.value is "0"
27 PASS menuElement.value is "garply"
28 PASS window.internals.pagePopupWindow is null
29 PASS menuElement.value is "garply"
30 PASS picker._selectElement.value is "4"
31 PASS picker._selectElement.value is "0"
32 PASS menuElement.value is "garply"
33 PASS picker._selectElement.value is "0"
34 PASS menuElement.value is "garply"
35 PASS window.internals.pagePopupWindow is null
36 PASS menuElement.value is "foo"
37 PASS successfullyParsed is true
38
39 TEST COMPLETE
40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698