gecko-dev/layout/reftests/bugs/579808-1.html
Aaron Klotz 040621b98e Bug 1115437: Part 2 - Update layout reftests to be compatible with asynchronous plugin initialization; r=roc
--HG--
extra : rebase_source : 77e24041ced152ff1e82c98ab943f9282f2aca7d
2015-01-27 14:44:06 -07:00

10 lines
286 B
HTML

<!DOCTYPE HTML>
<html class="reftest-wait">
<script src="forceloadplugin.js">
</script>
<body onload="forceLoadPlugin('p')">
<embed style="-moz-transform:scaleY(-1)" type="application/x-test" drawmode="solid" color="FF00FF00" width="200" height="200" id="p"></embed>
</body>
</html>