OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>preserveAspectRatio test 1/2</title> | 4 <title>preserveAspectRatio test 1/2</title> |
5 <style> | 5 <style> |
6 th { | 6 th { |
7 background-color: #dd9; | 7 background-color: #dd9; |
8 font-family: sans-serif; | 8 font-family: sans-serif; |
9 } | 9 } |
10 | 10 |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 <object data="../../as-image/resources/circle-viewbox-slice.svg"
></object> | 134 <object data="../../as-image/resources/circle-viewbox-slice.svg"
></object> |
135 </td> | 135 </td> |
136 </tr> | 136 </tr> |
137 </table> | 137 </table> |
138 | 138 |
139 <script>var zoomCount = 2; window.shouldZoomOut = true;</script> | 139 <script>var zoomCount = 2; window.shouldZoomOut = true;</script> |
140 <script src="../../../fast/repaint/resources/repaint.js"></script> | 140 <script src="../../../fast/repaint/resources/repaint.js"></script> |
141 <script src="../resources/testPageZoom.js"></script> | 141 <script src="../resources/testPageZoom.js"></script> |
142 </body> | 142 </body> |
143 </html> | 143 </html> |
OLD | NEW |