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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/appcache/fail-on-update.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/http/tests/appcache/fail-on-update.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/appcache/fail-on-update.html b/third_party/WebKit/LayoutTests/http/tests/appcache/fail-on-update.html
index 22b1fb7c2f94ee9d01c56bb44a8b371469214eb6..251a8e0a449e5c3c54ab3164b895e8a6f3fd839f 100644
--- a/third_party/WebKit/LayoutTests/http/tests/appcache/fail-on-update.html
+++ b/third_party/WebKit/LayoutTests/http/tests/appcache/fail-on-update.html
@@ -26,10 +26,7 @@ function test()
function afterDelete()
{
applicationCache.update();
- window.location = 'data:text/html,<p>SUCCESS: No crash.</p>' +
- '<script>' +
- 'if (window.testRunner) testRunner.notifyDone();' +
- '</scri' + 'pt>';
+ window.location = 'resources/notify-no-crash.html';
}
}

Powered by Google App Engine
This is Rietveld 408576698