servo/tests/ref/iframe/multiple_external.html
2014-10-13 12:38:07 +01:00

18 lines
443 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
iframe {
margin: 10px;
float: left;
width: 300px;
height: 300px;
border: none;
}
</style>
</head>
<body>
<iframe sandbox="allow-scripts" src="multiple_external_child.html"> </iframe>
<iframe sandbox="allow-scripts" src="multiple_external_child.html"> </iframe>
</body>
</html>