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

Unified Diff: extensions/test/data/web_view/apitest/guest_same_page_navigation.html

Issue 2649213002: Fix regression of webview loadstart events firing for same page navigations. (Closed)
Patch Set: Created 3 years, 11 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: extensions/test/data/web_view/apitest/guest_same_page_navigation.html
diff --git a/extensions/test/data/web_view/apitest/guest_same_page_navigation.html b/extensions/test/data/web_view/apitest/guest_same_page_navigation.html
new file mode 100644
index 0000000000000000000000000000000000000000..ded8d1233cdbfdd16afcf4a6f887b8418c2baf76
--- /dev/null
+++ b/extensions/test/data/web_view/apitest/guest_same_page_navigation.html
@@ -0,0 +1,17 @@
+<!doctype html>
+<!--
+ * Copyright 2017 The Chromium Authors. All rights reserved. Use of this
+ * source code is governed by a BSD-style license that can be found in the
+ * LICENSE file.
+-->
+<!-- This file is loaded from webview accessible resource -->
+<html>
+<head>
+ <title>A guest page.</title>
+</head>
+<body style="padding: 0; margin: 0;">
+ <script>
+ this.location = this.location.href + "#foo"
+ </script>
+</body>
+</html>
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_guest.cc ('k') | extensions/test/data/web_view/apitest/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698