gecko-dev/dom/plugins/test/reftest/windowless-clipping-1.html
Aaron Klotz 9ff9f9c026 Bug 1115437: Part 1 - Update plugin tests to be compatible with asynchronous plugin initialization; r=gfritzsche
--HG--
extra : rebase_source : 7a1000a50aab5f2aa98d2b1a4e89aa7cc9eaac12
2015-02-05 15:00:44 -07:00

16 lines
457 B
HTML

<html class="reftest-wait">
<head>
<script src="utils.js">
</script>
</head>
<body onLoad="forceLoadPlugin('p1')">
<div style="width:100px; height:100px; overflow:hidden;">
<embed type="application/x-test" style="width:200px;"></embed>
</div>
<div style="width:100px; height:100px; overflow:hidden;">
<embed type="application/x-test" style="width:200px;"
drawmode="solid" color="ff00ff00" id="p1"></embed>
</div>
</body>
</html>