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

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

Issue 1628423002: Add frameId to chrome.tabs.executeScript/insertCSS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permissiondata-remove-process_id
Patch Set: Remove unused include from rebase Created 4 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