| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <style> | 3 <style> |
| 4 .wrapper { | 4 .wrapper { |
| 5 width: 200px; | 5 width: 200px; |
| 6 margin-left: 101.7px; | 6 margin-left: 101.7px; |
| 7 } | 7 } |
| 8 | 8 |
| 9 .content { | 9 .content { |
| 10 background: rgba(255, 0, 0, 0.2); | 10 background: rgba(255, 0, 0, 0.2); |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 </script> | 24 </script> |
| 25 <body> | 25 <body> |
| 26 <div id="description">This tests that RenderGeometryMap and TransformState both
avoid pixel snapping prior to applying translation-only transforms. | 26 <div id="description">This tests that RenderGeometryMap and TransformState both
avoid pixel snapping prior to applying translation-only transforms. |
| 27 The test passes if it doesn't assert on Debug.</div> | 27 The test passes if it doesn't assert on Debug.</div> |
| 28 <div class="wrapper"> | 28 <div class="wrapper"> |
| 29 <div class="content"> | 29 <div class="content"> |
| 30 <div class="inner"></div> | 30 <div class="inner"></div> |
| 31 </div> | 31 </div> |
| 32 </div> | 32 </div> |
| 33 </body> | 33 </body> |
| OLD | NEW |