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

Unified Diff: third_party/WebKit/LayoutTests/geolocation-api/notimer-after-unload.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/geolocation-api/notimer-after-unload.html
diff --git a/third_party/WebKit/LayoutTests/geolocation-api/notimer-after-unload.html b/third_party/WebKit/LayoutTests/geolocation-api/notimer-after-unload.html
index 9f927f1d78a506c2398c43fc0b73997e29e8a361..235ac4efff063b3f9890f399c73f6559b859d174 100644
--- a/third_party/WebKit/LayoutTests/geolocation-api/notimer-after-unload.html
+++ b/third_party/WebKit/LayoutTests/geolocation-api/notimer-after-unload.html
@@ -15,7 +15,7 @@ if (!window.testRunner)
geolocationServiceMock.then(mock => {
mock.setGeolocationPermission(true);
- location = "data:text/html,You should have seen one unload alert appear.<script>window.setTimeout('if (window.testRunner) testRunner.notifyDone();', 100);</" + "script>";
+ location = "../fast/events/resources/onunload-single-alert-success.html";
});
document.body.onunload = function() {

Powered by Google App Engine
This is Rietveld 408576698