tenfourfox/dom/plugins/test/reftest/plugin-transform-2.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

14 lines
373 B
HTML

<!DOCTYPE HTML>
<html class="reftest-wait">
<head>
<script src="utils.js">
</script>
</head>
<body onLoad="forceLoadPlugin('one')">
<embed type="application/x-test" drawmode="solid" color="FF00FF00"
style="width:100px; height:100px; -moz-transform-origin:top left;
-moz-transform:scale(2); display:block"
id="one"></embed>
</body>
</html>