Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 | |
| OLD | NEW |