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

Side by Side Diff: content/test/data/allowed_frames.html

Issue 2697713003: Initial Implementation of Iframe Attribute for Feature Policy (Part 2) (Closed)
Patch Set: Initial Impl Created 3 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 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>iframes with allow attribute</title>
5 </head>
6 <body>
7 cross-site iframes:
iclelland 2017/02/16 15:26:33 I think we should remove these labels; I don't thi
lunalu1 2017/02/16 20:16:15 Done.
8 <iframe name="frame1" id="child-1" allow="fullscreen vibrate" src="/cross-site /bar.com/title1.html"></iframe>
9 same-site iframes:
10 <iframe name="frame2" id="child-2" allow="fullscreen vibrate" src="title1.html "></iframe>
iclelland 2017/02/16 15:26:33 In addition to these two, I'd like to have a coupl
11 </body>
12 </html>
13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698