| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <script src="../../resources/ahem.js"></script> | 3 <script src="../resources/ahem.js"></script> |
| 4 <script src="../../resources/run-after-layout-and-paint.js"></script> | 4 <script src="../resources/run-after-layout-and-paint.js"></script> |
| 5 | 5 |
| 6 <style> | 6 <style> |
| 7 p { | 7 p { |
| 8 -webkit-text-fill-color: transparent; | 8 -webkit-text-fill-color: transparent; |
| 9 background: url("resources/red-at-12-oclock-with-color-profile.jpg") -20px 1
00px; | 9 background: url("resources/red-at-12-oclock-with-color-profile.jpg") -20px 1
00px; |
| 10 -webkit-background-clip: text; | 10 -webkit-background-clip: text; |
| 11 | 11 |
| 12 font: 220px Ahem, sans-serif; | 12 font: 220px Ahem, sans-serif; |
| 13 position: relative; | 13 position: relative; |
| 14 top: -300px; | 14 top: -300px; |
| (...skipping 22 matching lines...) Expand all Loading... |
| 37 function done() { | 37 function done() { |
| 38 setTimeout(function() { testRunner.notifyDone() }, 0); | 38 setTimeout(function() { testRunner.notifyDone() }, 0); |
| 39 } | 39 } |
| 40 | 40 |
| 41 if (window.testRunner) { | 41 if (window.testRunner) { |
| 42 testRunner.dumpAsTextWithPixelResults(); | 42 testRunner.dumpAsTextWithPixelResults(); |
| 43 testRunner.waitUntilDone(); | 43 testRunner.waitUntilDone(); |
| 44 } | 44 } |
| 45 </script> | 45 </script> |
| 46 </html> | 46 </html> |
| OLD | NEW |