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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/onunload-window-property.html

Issue 2734783010: [Merge to M-58] 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/events/onunload-window-property.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/onunload-window-property.html b/third_party/WebKit/LayoutTests/fast/events/onunload-window-property.html
index 5982b437813cee4c650aec792df421b6480ebc78..b4a0d133d8848a58da5c8ff05fa93c5d303a1437 100644
--- a/third_party/WebKit/LayoutTests/fast/events/onunload-window-property.html
+++ b/third_party/WebKit/LayoutTests/fast/events/onunload-window-property.html
@@ -16,7 +16,7 @@ function unload()
function load()
{
window.onunload = unload;
- location = "data:text/html,You should have seen an unload alert appear.<script>if (window.testRunner) testRunner.notifyDone(); </" + "script>";
+ location = "resources/onunload-single-alert-success.html";
}
</script>

Powered by Google App Engine
This is Rietveld 408576698