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

Side by Side Diff: LayoutTests/platform/win/fast/dom/Window/new-window-opener-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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
1 This tests that the different arguments given to a new window are honored. 1 This tests that the different arguments given to a new window are honored.
2 Take note that menubar is special and always on in Mac but not in Win. 2 Take note that menubar is special and always on in Mac but not in Win.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 7
8 Scrollbar 8 Scrollbar
9 PASS newWin.scrollbars.visible is true 9 PASS newWin.scrollbars.visible is true
10 PASS successfullyParsed is true
11
12 TEST COMPLETE
10 PASS newWin.scrollbars.visible is false 13 PASS newWin.scrollbars.visible is false
11 PASS newWin.scrollbars.visible is true 14 PASS newWin.scrollbars.visible is true
12 PASS newWin.scrollbars.visible is false 15 PASS newWin.scrollbars.visible is false
13 16
14 Toolbar 17 Toolbar
15 PASS newWin.toolbar.visible is true 18 PASS newWin.toolbar.visible is true
16 PASS newWin.toolbar.visible is false 19 PASS newWin.toolbar.visible is false
17 PASS newWin.toolbar.visible is true 20 PASS newWin.toolbar.visible is true
18 PASS newWin.toolbar.visible is false 21 PASS newWin.toolbar.visible is false
19 22
(...skipping 11 matching lines...) Expand all
31 34
32 Locationbar 35 Locationbar
33 PASS newWin.locationbar.visible is true 36 PASS newWin.locationbar.visible is true
34 PASS newWin.locationbar.visible is false 37 PASS newWin.locationbar.visible is false
35 PASS newWin.locationbar.visible is true 38 PASS newWin.locationbar.visible is true
36 PASS newWin.locationbar.visible is false 39 PASS newWin.locationbar.visible is false
37 PASS successfullyParsed is true 40 PASS successfullyParsed is true
38 41
39 TEST COMPLETE 42 TEST COMPLETE
40 43
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698