blob: 70bf24987b87702992957a7b7f1626cecd7e4d34 [file] [log] [blame]
<!DOCTYPE html>
<style>
iframe {
position:absolute;
top: 50px;
left: 50px;
width: 100px;
height: 100px;
transform: RotateZ(1deg);
}
</style>
<html>
<body>
<iframe src="/cross-site/baz.com/frame_tree/busy_frame.html"></iframe>
This page contains a positioned cross-origin iframe.
</body>
</html>