Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / bugs / 476598-1a.html
bloba3988430a02ccb5c3175c5b3a3eb53c3ceb53294
1 <!DOCTYPE HTML>
2 <title>Test for incorrect inherited/aInherited use in -moz-transform-origin handling</title>
3 <style type="text/css">
5 p {
6 -moz-transform-origin: 1em 1em;
7 -moz-transform: scale(2);
8 height: 10px;
9 width: 10px;
10 background: green;
11 margin: 50px;
14 </style>
15 <p style="font-size: 10px"></p>
16 <p style="font-size: 20px"></p>