tenfourfox/dom/plugins/test/reftest/plugin-transform-1.html

11 lines
237 B
HTML
Raw Permalink Normal View History

2017-04-19 07:56:45 +00:00
<!DOCTYPE HTML>
<html class="reftest-wait">
<head>
<script src="utils.js">
</script>
</head>
<body onLoad="forceLoadPlugin('p')">
<embed type="application/x-test" style="-moz-transform:scale(1)" id="p"></embed>
</body>
</html>