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

Unified Diff: content/test/data/data_url_navigations.html

Issue 2889003002: Change NavigationEntry to use virtual URL in error pages for blocked navigations (Closed)
Patch Set: rebase Created 3 years, 7 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
« no previous file with comments | « content/browser/frame_host/navigation_handle_impl_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/data_url_navigations.html
diff --git a/content/test/data/data_url_navigations.html b/content/test/data/data_url_navigations.html
index 64d4c7f5c68518f1176fe976361ceb475ad48ac8..e8076754a7f535b55ebe75918cc5bdd70d4e441e 100644
--- a/content/test/data/data_url_navigations.html
+++ b/content/test/data/data_url_navigations.html
@@ -13,6 +13,11 @@
<script>console.log(&quot;NAVIGATION_SUCCESSFUL&quot;)</script>`);'>
Open new window with a data URL HTML
</button>
+<button id='window-open-redirect'
+ onclick='window.open(`/server-redirect?data:text/html,
+ <script>console.log(&quot;NAVIGATION_SUCCESSFUL&quot;)</script>`);'>
+ Open new window with a redirect to data URL
+</button>
<br>
<form method="post" action="data:text/html,
<script>console.log('NAVIGATION_SUCCESSFUL')</script>">
« no previous file with comments | « content/browser/frame_host/navigation_handle_impl_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698