| 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>▅▅▅▅</p><p>▅▅▅▅</p>
|
| + <p>ppp</p><p>ppp</p>
|
| </body>
|
|
|
| <script>
|
|
|