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

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

Issue 2368113003: Use Ahem font in fast/images/color-profile-background-clip-text.html (Closed)
Patch Set: actually fix the right thing Created 4 years, 3 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
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4730124802b2bb24bd653a54e20b9a279becc69d..b97cbffed81a54f4dc4c47790fcd004ecd6d1670 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
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html>
+<script src="../../resources/ahem.js"></script>
<script src="../../resources/run-after-layout-and-paint.js"></script>
<style>
@@ -8,7 +9,7 @@
background: url("resources/red-at-12-oclock-with-color-profile.jpg") -20px 100px;
-webkit-background-clip: text;
- font: 190px Ahem, sans-serif;
+ font: 220px Ahem, sans-serif;
position: relative;
top: -300px;
}
@@ -20,7 +21,7 @@
<!-- There should be no red on this page. -->
<body style="overflow: hidden">
- <p>&#9605;&#9605;&#9605;&#9605;</p><p>&#9605;&#9605;&#9605;&#9605;</p>
+ <p>ppp</p><p>ppp</p>
</body>
<script>
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698