<!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> |