<!DOCTYPE html>
<html>
<link rel=author href="mailto:wjmaclean@chromium.org">
between same-process and cross-process iframes. -->
<meta name="fuzzy" content="maxDifference=0-255; totalPixels=0-181">
<body>
<h1>Mainframe with text and an out-of-process iframe</h1>
<div style="transform: scale(0.9)">
This is some mainframe text.<p>
<iframe src="http://localhost:8080/html/resources/scaled-oopif-text.html"
style="border: 1px solid black;"></iframe>
</div>
</body>
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
}
onload = () => {
if (window.testRunner) {
requestAnimationFrame(()=> {
requestAnimationFrame(()=> {
testRunner.notifyDone();
});
});
}
}
</script>
</html>