| 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 background: url("resources/red-at-12-oclock-with-color-profile.jpg") no-repe
at; | 7 background: url("resources/red-at-12-oclock-with-color-profile.jpg") no-repe
at; |
| 8 background-size: cover; | 8 background-size: cover; |
| 9 display: inline-block; | 9 display: inline-block; |
| 10 height: 376px; | 10 height: 376px; |
| 11 width: 48%; | 11 width: 48%; |
| 12 } | 12 } |
| 13 div, img { | 13 div, img { |
| (...skipping 21 matching lines...) Expand all Loading... |
| 35 function done() { | 35 function done() { |
| 36 setTimeout(function() { testRunner.notifyDone() }, 0); | 36 setTimeout(function() { testRunner.notifyDone() }, 0); |
| 37 } | 37 } |
| 38 | 38 |
| 39 if (window.testRunner) { | 39 if (window.testRunner) { |
| 40 testRunner.dumpAsTextWithPixelResults(); | 40 testRunner.dumpAsTextWithPixelResults(); |
| 41 testRunner.waitUntilDone(); | 41 testRunner.waitUntilDone(); |
| 42 } | 42 } |
| 43 </script> | 43 </script> |
| 44 </html> | 44 </html> |
| OLD | NEW |