Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(129)

Side by Side Diff: third_party/WebKit/LayoutTests/images/color-profile-background-clip-text.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698