blob: 2c3b4364956033546a631045957e48d7d6166d15 [file] [log] [blame]
<!DOCTYPE html>
<style>
.iframe1 {
position:absolute;
top: 50px;
left: 50px;
width: 200px;
height: 200px;
}
.iframe2 {
position:absolute;
top: 50px;
left: 300px;
width: 200px;
height: 200px;
}
</style>
<html>
<body>
<iframe class="iframe1"></iframe>
<iframe class="iframe2"></iframe>
This page contains two positioned cross-origin frames.
</body>
</html>