Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <title>Stack pointer free with -moz-element</title> |
michael@0 | 3 | <div id="paintServer" style="width: 20px; height: 20px; background: red;"></div> |
michael@0 | 4 | <div style="-moz-transform: scale(1.01); width: 100px; height: 100px; background: -moz-element(#paintServer) -5px -3px; background-size: 20px 32769px;"></div> |