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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/Window/mozilla-focus-blur-expected.txt

Issue 2741513002: [Merge M-57] Add a warning for the deprecation of content-initiated data URL navigations (Closed)
Patch Set: Created 3 years, 9 months 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
OLDNEW
1 Check that window.blur() does nothing, and window.focus() only works if it is in voked from the window that opened the former. If the test passes, you should see a series of PASS messages with the last being 'All tests finished'. 1 Check that window.blur() does nothing, and window.focus() only works if it is in voked from the window that opened the former. If the test passes, you should see a series of PASS messages with the last being 'All tests finished'.
2 2
3 This test is adopted from mozilla's tests. 3 This test is adopted from mozilla's tests.
4 4
5 PASS: The focus should not have been changed! 5 PASS: The focus should not have been changed!
6 PASS: The focus should not have been changed! 6 PASS: The focus should not have been changed!
7 PASS: The focus should not have been changed with URL=data:text/html,<script>ope ner.focus();opener.postMessage("", "*");</script> 7 PASS: The focus should not have been changed with URL=resources/mozilla-focus-bl ur-popup-opener-focus.html
8 PASS: The focus should not have been changed with URL=data:text/html,<script>blu r();opener.postMessage("", "*");</script> 8 PASS: The focus should not have been changed with URL=resources/mozilla-focus-bl ur-popup-blur.html
9 PASS: The last opened window should be able to get focus 9 PASS: The last opened window should be able to get focus
10 PASS: All tests finished 10 PASS: All tests finished
11 11
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698