| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.o
rg/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.o
rg/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 3 <html xmlns="http://www.w3.org/1999/xhtml"> | 3 <html xmlns="http://www.w3.org/1999/xhtml"> |
| 4 <head> | 4 <head> |
| 5 </head> | 5 </head> |
| 6 <body onload="runRepaintTest()"> | 6 <body onload="forceStyleRecalc();repaintTest();"> |
| 7 | 7 |
| 8 <table align="center" border="0" cellspacing="0" cellpadding="10"> | 8 <table align="center" border="0" cellspacing="0" cellpadding="10"> |
| 9 <tr> | 9 <tr> |
| 10 <td align="center" colspan="3"> | 10 <td align="center" colspan="3"> |
| 11 <table border="0" cellpadding="8"> | 11 <table border="0" cellpadding="8"> |
| 12 <tr> | 12 <tr> |
| 13 <td align="center" colspan="2"> | 13 <td align="center" colspan="2"> |
| 14 <h1>Both sides should have identical size after zooming</h1> | 14 <h1>Both sides should have identical size after zooming</h1> |
| 15 </td> | 15 </td> |
| 16 </tr> | 16 </tr> |
| (...skipping 12 matching lines...) Expand all Loading... |
| 29 <td align="left"> | 29 <td align="left"> |
| 30 <img alt="raster image" src="resources/absolute-sized-svg.png"/> | 30 <img alt="raster image" src="resources/absolute-sized-svg.png"/> |
| 31 </td> | 31 </td> |
| 32 </tr> | 32 </tr> |
| 33 </table> | 33 </table> |
| 34 </td> | 34 </td> |
| 35 </tr> | 35 </tr> |
| 36 </table> | 36 </table> |
| 37 | 37 |
| 38 <script>var zoomCount = 2; window.shouldZoomOut = true;</script> | 38 <script>var zoomCount = 2; window.shouldZoomOut = true;</script> |
| 39 <script src="../../../fast/repaint/resources/repaint.js"></script> | 39 <script src="../../../fast/repaint/resources/text-based-repaint.js"></script> |
| 40 <script src="../resources/testPageZoom.js"></script> | 40 <script src="../resources/testPageZoom.js"></script> |
| 41 </body> | 41 </body> |
| 42 </html> | 42 </html> |
| OLD | NEW |