<!DOCTYPE html> | |
<html> | |
<head> | |
<script> | |
if (window.layoutTestController) { | |
layoutTestController.dumpAsText(); | |
layoutTestController.dumpChildFramesAsText(); | |
} | |
</script> | |
</head> | |
<body> | |
<iframe sandbox src="data:text/html,<noscript>PASS</noscript>"> | |
</iframe> | |
</body> | |
</html> |