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

Unified Diff: chrome/test/data/extensions/api_test/webrequest/osdd/index.html

Issue 2238383003: webRequest: Also identify frames for non-RDH-initiated requests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mek's nits Created 4 years, 4 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: chrome/test/data/extensions/api_test/webrequest/osdd/index.html
diff --git a/chrome/test/data/extensions/api_test/webrequest/osdd/index.html b/chrome/test/data/extensions/api_test/webrequest/osdd/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..6f74ca3dcdf4058bd04918803b7878d6b7c41047
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/webrequest/osdd/index.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<link rel="search" type="application/opensearchdescription+xml" href="/opensearch-dont-ignore-me.xml" title="MinimalTest">
+<script>
+console.log('This page has an Open Search description.');
+</script>

Powered by Google App Engine
This is Rietveld 408576698