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

Unified Diff: content/test/data/devtools/control_navigations/iframe_navigation.html

Issue 2132673002: Adding Navigation Throttles to DevTools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove print Created 4 years, 5 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/content_browser.gypi ('k') | content/test/data/devtools/control_navigations/meta_tag.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/devtools/control_navigations/iframe_navigation.html
diff --git a/content/test/data/devtools/control_navigations/iframe_navigation.html b/content/test/data/devtools/control_navigations/iframe_navigation.html
new file mode 100644
index 0000000000000000000000000000000000000000..b6b79548eef45484f8b95c72479fad0f1dd95608
--- /dev/null
+++ b/content/test/data/devtools/control_navigations/iframe_navigation.html
@@ -0,0 +1,7 @@
+<html>
+<body>
+Dummy page.
+<iframe src="/cross-site/a.com/devtools/control_navigations/meta_tag.html"></iframe>
+<iframe src="/cross-site/b.com/devtools/control_navigations/meta_tag.html"></iframe>
+</body>
+</html>
« no previous file with comments | « content/content_browser.gypi ('k') | content/test/data/devtools/control_navigations/meta_tag.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698