blob: 634a21c447a69bb81fafe47e15f845f642e20a5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<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>
|