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