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

Unified Diff: ios/testing/data/http_server_files/window_location.html

Issue 2799953002: Treat loads of invalid URLs as no-ops unless triggered by window.open. (Closed)
Patch Set: Created 3 years, 8 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: ios/testing/data/http_server_files/window_location.html
diff --git a/ios/testing/data/http_server_files/window_location.html b/ios/testing/data/http_server_files/window_location.html
index c8e9d70ed70fb8453d73d00efb7d168c7c73cbcf..f4b6a8b32865bcdef4ac7362d8f9a6ef70e74c1b 100644
--- a/ios/testing/data/http_server_files/window_location.html
+++ b/ios/testing/data/http_server_files/window_location.html
@@ -16,6 +16,8 @@ found in the LICENSE file. -->
<br>
<div id='url-to-load'></div>
<br>
+<div id='no-op'></div>
+<br>
</p>
<input type="button" value="location-assign" id="location-assign"

Powered by Google App Engine
This is Rietveld 408576698