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

Unified Diff: chrome/test/data/extensions/api_test/executescript/frame_id/frames.html

Issue 952473002: Add frameId to executeScript/insertCSS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert change to error message, moved to https://codereview.chromium.org/945743003/ Created 5 years, 10 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/executescript/frame_id/frames.html
diff --git a/chrome/test/data/extensions/api_test/executescript/frame_id/frames.html b/chrome/test/data/extensions/api_test/executescript/frame_id/frames.html
new file mode 100644
index 0000000000000000000000000000000000000000..17c25cc54393f74de5dc867f5de4f949fd45ef63
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/executescript/frame_id/frames.html
@@ -0,0 +1,10 @@
+<iframe srcdoc="same-origin srcdoc frame"></iframe>
+
+<!-- Unique origin about:blank -->
+<iframe sandbox="" src="about:blank"></iframe>
+
+<iframe src="frame.html"></iframe>
+
+<script>
+document.write('<iframe src="http://c.com:' + location.port + '/empty.html"></iframe>');
not at google - send to devlin 2015/02/23 20:41:23 try to keep to 80 characters
robwu 2015/02/23 21:54:06 Done.
+</script>

Powered by Google App Engine
This is Rietveld 408576698