OLD | NEW |
---|---|
(Empty) | |
1 <html> | |
2 <title>sandboxed_frames</title> | |
3 <head></head> | |
4 <body> | |
5 <iframe id="child-1" sandbox></iframe> | |
6 <iframe id="child-2" sandbox="allow-scripts"></iframe> | |
7 <iframe id="child-3" sandbox="allow-scripts allow-same-origin" src="frame_tr ee/1-3.html"></iframe> | |
8 </body> | |
9 </html> | |
OLD | NEW |