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

Side by Side 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: Fix a few nits (review up to comment 16) 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 unified diff | Download patch
OLDNEW
(Empty)
1 <iframe srcdoc="same-origin srcdoc frame"></iframe>
2
3 <!-- Unique origin about:blank -->
4 <iframe sandbox="" src="about:blank"></iframe>
5
6 <iframe src="frame.html"></iframe>
7
8 <script>
9 document.write('<iframe src="http://c.com:' + location.port +
10 '/empty.html"></iframe>');
11 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698