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

Unified Diff: content/test/data/devtools/control_navigations/meta_tag.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
Index: content/test/data/devtools/control_navigations/meta_tag.html
diff --git a/content/test/data/devtools/control_navigations/meta_tag.html b/content/test/data/devtools/control_navigations/meta_tag.html
new file mode 100644
index 0000000000000000000000000000000000000000..74d2cac216305230f96c39f2c2339aa153822d3d
--- /dev/null
+++ b/content/test/data/devtools/control_navigations/meta_tag.html
@@ -0,0 +1,8 @@
+<html>
+<head>
+<meta http-equiv="refresh" content="0; url=/devtools/navigation.html">
+</head>
+<body>
+Dummy page, can't stay for long!
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698