| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <style> | 3 <style> |
| 4 div { | 4 div { |
| 5 background: red; | 5 background: red; |
| 6 height: 100px; | 6 height: 100px; |
| 7 width: 100px; | 7 width: 100px; |
| 8 } | 8 } |
| 9 </style> | 9 </style> |
| 10 </head> | 10 </head> |
| 11 <body style='margin: 0px' onload="forceStyleRecalc();repaintTest();"> | 11 <body style='margin: 0px' onload="forceStyleRecalc();repaintTest();"> |
| 12 <div> | 12 <div> |
| 13 <img src='../../as-image/resources/green-relative-size-rect.svg'> | 13 <img style='width:100%; height:100%' src='../../as-image/resources/green-relat
ive-size-rect.svg'> |
| 14 </div> | 14 </div> |
| 15 | 15 |
| 16 <script>var zoomCount = 1; window.shouldZoomOut = true;</script> | 16 <script>var zoomCount = 1; window.shouldZoomOut = true;</script> |
| 17 <script src="../../../fast/repaint/resources/text-based-repaint.js"></script> | 17 <script src="../../../fast/repaint/resources/text-based-repaint.js"></script> |
| 18 <script src="../resources/testPageZoom.js"></script> | 18 <script src="../resources/testPageZoom.js"></script> |
| 19 | 19 |
| 20 </body> | 20 </body> |
| 21 </html> | 21 </html> |
| OLD | NEW |