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

Unified Diff: third_party/WebKit/LayoutTests/fast/images/color-profile-background-clip-text.html

Issue 1761293002: Use px in color-profile-{background-clip-text,svg-fill-text}.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ToT sync, fix the presubmit lint. Created 4 years, 10 months 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/images/color-profile-background-clip-text.html
diff --git a/third_party/WebKit/LayoutTests/fast/images/color-profile-background-clip-text.html b/third_party/WebKit/LayoutTests/fast/images/color-profile-background-clip-text.html
index e5e0ae8e802cf34a4b7bfab316731b37efea5aa1..ff543322a715ffc09c4cd6e94bb0fbae56aa82a7 100644
--- a/third_party/WebKit/LayoutTests/fast/images/color-profile-background-clip-text.html
+++ b/third_party/WebKit/LayoutTests/fast/images/color-profile-background-clip-text.html
@@ -5,16 +5,16 @@
<style>
p {
-webkit-text-fill-color: transparent;
- background: url("resources/red-at-12-oclock-with-color-profile.jpg") -10px 100px;
+ background: url("resources/red-at-12-oclock-with-color-profile.jpg") -20px 100px;
-webkit-background-clip: text;
- font: 147pt Ahem, sans-serif;
+ font: 190px Ahem, sans-serif;
position: relative;
- top: -220pt;
+ top: -300px;
}
p + p {
- top: -480pt;
+ top: -650px;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698