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

Unified Diff: third_party/WebKit/LayoutTests/fast/frames/location-redirect-user-gesture.html

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/frames/location-redirect-user-gesture.html
diff --git a/third_party/WebKit/LayoutTests/fast/frames/location-redirect-user-gesture.html b/third_party/WebKit/LayoutTests/fast/frames/location-redirect-user-gesture.html
index 9d9d9d1887e48c15c10b83348d090fe8ebf81e6f..7c01c6978a7d7f187ddc0f1a426687b0455a6c03 100644
--- a/third_party/WebKit/LayoutTests/fast/frames/location-redirect-user-gesture.html
+++ b/third_party/WebKit/LayoutTests/fast/frames/location-redirect-user-gesture.html
@@ -1,6 +1,6 @@
<html>
<head>
-<script>
+<script>
function runTests() {
if (window.testRunner) {
testRunner.dumpAsText();
@@ -8,7 +8,7 @@
testRunner.waitUntilDone();
}
- setTimeout("location.href='data:text/html,<script>testRunner.notifyDone()</" + "script>'", 1000);
+ setTimeout("location.href='../../resources/notify-success.html'", 1000);
}
</script>
</head>

Powered by Google App Engine
This is Rietveld 408576698