| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <head> | 2 <head> |
| 3 </head> | 3 </head> |
| 4 <body> | 4 <body> |
| 5 <iframe name="frame0" id="child-0"></iframe> | 5 <!-- These frames should not have any other attributes, other than an id and |
| 6 <iframe name="frame1" id="child-1" allow></iframe> | 6 those attributes required for testing feature policy creation and |
| 7 <iframe name="frame2" id="child-2" allow="fullscreen vibrate" src="/cross-site
/bar.com/title1.html"></iframe> | 7 replication. See https://crbug.com/705658 --> |
| 8 <iframe name="frame3" id="child-3" allow="fullscreen vibrate" src="title1.html
"></iframe> | 8 <iframe id="child-0"></iframe> |
| 9 <iframe id="child-1" allow></iframe> |
| 10 <iframe id="child-2" allow="fullscreen vibrate" src="/cross-site/bar.com/title
1.html"></iframe> |
| 11 <iframe id="child-3" allow="fullscreen vibrate" src="title1.html"></iframe> |
| 9 </body> | 12 </body> |
| 10 </html> | 13 </html> |
| 11 | 14 |
| OLD | NEW |