haikuwebkit/LayoutTests/fast/loader/sandboxed-plugin-crash.html

15 lines
335 B
HTML

<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
This test makes sure that we don't crash if an iframe is sandboxed and has a plugin resource as it's src.<br>
<iframe src="../../resources/test.swf" sandbox="allow-same-origin allow-forms allow-scripts"></iframe><br>
</body>
</html>