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

Side by Side Diff: LayoutTests/fast/forms/select/popup-menu-mouse-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 "0"
4 PASS menuElement.value is "bar"
5 PASS picker._selectElement.value is "1"
6 PASS menuElement.value is "bar"
7 PASS picker._selectElement.value is "1"
8 PASS menuElement.value is "bar"
9 PASS window.internals.pagePopupWindow is null
10 PASS menuElement.value is "baz"
11 PASS successfullyParsed is true
12
13 TEST COMPLETE
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698