summaryrefslogtreecommitdiffstats
path: root/dom/plugins/test/reftest/plugin-transform-1.html
blob: 19f6e8c20ff093c4c0dee273d5fe5d0d25bda841 (plain)
1
2
3
4
5
6
7
8
9
10
<!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>