servo/tests/ref/iframe/multiple_external.html
bors-servo c9ce56a85d auto merge of #3645 : gilles-leblanc/servo/issue-3481, r=kmcallister
In the test harness, assert that the two images aren't all white.

Fixes #3481
2014-10-14 14:42:33 -06:00

19 lines
463 B
HTML

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