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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/dom/Window/mozilla-focus-blur-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/mozilla-focus-blur-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/Window/mozilla-focus-blur-expected.txt
index a59e640d7ef077ee7def9f25380eebcd415a1d15..d4ce78767811cf68d567a06aa99a3daa80a7e78b 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/mozilla-focus-blur-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/mozilla-focus-blur-expected.txt
@@ -4,8 +4,8 @@ This test is adopted from mozilla's tests.
PASS: The focus should not have been changed!
PASS: The focus should not have been changed!
-PASS: The focus should not have been changed with URL=data:text/html,<script>opener.focus();opener.postMessage("", "*");</script>
-PASS: The focus should not have been changed with URL=data:text/html,<script>blur();opener.postMessage("", "*");</script>
+PASS: The focus should not have been changed with URL=resources/mozilla-focus-blur-popup-opener-focus.html
+PASS: The focus should not have been changed with URL=resources/mozilla-focus-blur-popup-blur.html
PASS: The last opened window should be able to get focus
PASS: All tests finished

Powered by Google App Engine
This is Rietveld 408576698