blob: 89d52c6f85f0c5a23cb32daeb5f4313a3dc2f5a4 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
iframe {
width: 50px;
height: 50px;
border: none;
background-color: green;
}
</style>
</head>
<body>
<script>
if (window.testRunner)
window.testRunner.dumpAsText();
</script>
<p>Test that collecting the html element in a named flow is possible.</p>
<p>On success, you should see a green rectangle below and the test does not crash or assert.</p>
<iframe src="iframe-html-collected.html"></iframe>
</body>
</html>