| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <script src="../../resources/run-after-layout-and-paint.js"></script> | 3 <script src="../resources/run-after-layout-and-paint.js"></script> |
| 4 | 4 |
| 5 <style> | 5 <style> |
| 6 div { | 6 div { |
| 7 -webkit-border-image: url("resources/red-at-12-oclock-with-color-profile.jpg
") 8 2 round; | 7 -webkit-border-image: url("resources/red-at-12-oclock-with-color-profile.jpg
") 8 2 round; |
| 8 border-style: solid; | 8 border-style: solid; |
| 9 margin: -18px 0 5px 0; | 9 margin: -18px 0 5px 0; |
| 10 height: 250px; | 10 height: 250px; |
| 11 width: 794px; | 11 width: 794px; |
| 12 } | 12 } |
| 13 </style> | 13 </style> |
| (...skipping 24 matching lines...) Expand all Loading... |
| 38 function done() { | 38 function done() { |
| 39 setTimeout(function() { testRunner.notifyDone() }, 0); | 39 setTimeout(function() { testRunner.notifyDone() }, 0); |
| 40 } | 40 } |
| 41 | 41 |
| 42 if (window.testRunner) { | 42 if (window.testRunner) { |
| 43 testRunner.dumpAsTextWithPixelResults(); | 43 testRunner.dumpAsTextWithPixelResults(); |
| 44 testRunner.waitUntilDone(); | 44 testRunner.waitUntilDone(); |
| 45 } | 45 } |
| 46 </script> | 46 </script> |
| 47 </html> | 47 </html> |
| OLD | NEW |