summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/beforeload/flash-before-load.html
blob: 5d3ea88008aa7eabfe2585b4503cb427365e5a61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script src="resources/print.js"></script>
</head>
<body>
<div id="console"></div>
<script>
if (window.layoutTestController)
    layoutTestController.dumpAsText();
</script>

<object id="plugin" onbeforeload="return false" type="application/x-shockwave-flash" data="../../../plugins/resources/simple_blank.swf"
width="300" height="150">
<span style="font-family:monospace; color:green">PASS</span>
</object>

</body>
</html>