| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <title>preserveAspectRatio test for background-image</title> | 4 <title>preserveAspectRatio test for background-image</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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 <td> | 125 <td> |
| 126 <img src="../as-image/resources/circle-viewbox-slice.svg" /> | 126 <img src="../as-image/resources/circle-viewbox-slice.svg" /> |
| 127 </td> | 127 </td> |
| 128 <td> | 128 <td> |
| 129 <div style="background: url(../as-image/resources/circle-viewbox
-slice.svg)"></div> | 129 <div style="background: url(../as-image/resources/circle-viewbox
-slice.svg)"></div> |
| 130 </td> | 130 </td> |
| 131 </tr> | 131 </tr> |
| 132 </table> | 132 </table> |
| 133 </body> | 133 </body> |
| 134 </html> | 134 </html> |
| OLD | NEW |