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

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: 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 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 + '/empty.html"></if rame>');
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.
10 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698