| OLD | NEW |
| 1 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/x
link"> | 1 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/x
link"> |
| 2 <head> | 2 <head> |
| 3 <style type="text/css"> | 3 <style type="text/css"> |
| 4 @font-face { | 4 @font-face { |
| 5 font-family: "Ahem"; | 5 font-family: "Ahem"; |
| 6 src: url(../../../resources/Ahem.ttf); | 6 src: url(../../../resources/Ahem.ttf); |
| 7 } | 7 } |
| 8 body { | 8 body { |
| 9 margin:0px; | 9 margin:0px; |
| 10 border:0px; | 10 border:0px; |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 | 187 |
| 188 <script> | 188 <script> |
| 189 if (window.testRunner) { | 189 if (window.testRunner) { |
| 190 testRunner.waitUntilDone(); | 190 testRunner.waitUntilDone(); |
| 191 window.postZoomCallback = executeTest; | 191 window.postZoomCallback = executeTest; |
| 192 } else { | 192 } else { |
| 193 debug("This test only works in DRT."); | 193 debug("This test only works in DRT."); |
| 194 } | 194 } |
| 195 </script> | 195 </script> |
| 196 | 196 |
| 197 <script src="../../../fast/js/resources/js-test-pre.js"></script> | 197 <script src="../../../resources/js-test.js"></script> |
| 198 <script>var zoomCount = 2;</script> | 198 <script>var zoomCount = 2;</script> |
| 199 <script src="../../../fast/repaint/resources/repaint.js"></script> | 199 <script src="../../../fast/repaint/resources/repaint.js"></script> |
| 200 <script src="../resources/testPageZoom.js"></script> | 200 <script src="../resources/testPageZoom.js"></script> |
| 201 | 201 |
| 202 </body> | 202 </body> |
| 203 </html> | 203 </html> |
| OLD | NEW |