multiple-iframes-with-allow-scripts-crash.html (416B)
1 <!DOCTYPE html> 2 <html> 3 <body> 4 <style> 5 iframe { 6 margin: 10px; 7 float: left; 8 width: 300px; 9 height: 300px; 10 border: none; 11 } 12 </style> 13 <iframe sandbox="allow-scripts" src="resources/hello-world.html"> </iframe> 14 <iframe sandbox="allow-scripts" src="resources/hello-world.html"> </iframe> 15 </body> 16 </html>