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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/Window/mozilla-focus-blur.html

Issue 2694903007: Add a warning for the deprecation of content-initiated data URL navigations (Closed)
Patch Set: creis comments Created 3 years, 10 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.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/mozilla-focus-blur.html b/third_party/WebKit/LayoutTests/fast/dom/Window/mozilla-focus-blur.html
index 73bab3a5d33d7953e771b791ed916ec4eccc1425..886c98e05530a3721961139b0584c297f506f87a 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/Window/mozilla-focus-blur.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/Window/mozilla-focus-blur.html
@@ -73,11 +73,11 @@ function test2() {
}
function test3() {
- focusShouldNotChange2('data:text/html,<script>opener.focus();opener.postMessage("", "*");<\/script>', test4);
+ focusShouldNotChange2('resources/mozilla-focus-blur-popup-opener-focus.html', test4);
}
function test4() {
- focusShouldNotChange2('data:text/html,<script>blur();opener.postMessage("", "*");<\/script>', test5);
+ focusShouldNotChange2('resources/mozilla-focus-blur-popup-blur.html', test5);
}
function test5()

Powered by Google App Engine
This is Rietveld 408576698