Index: third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-box-inline.html |
diff --git a/third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-box-inline.html b/third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-box-inline.html |
index 95f0a2b85d3d58490a08297b6131f52dbeeb5048..55db571bf1dfadb2f50475b76ea998f0cfc18088 100644 |
--- a/third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-box-inline.html |
+++ b/third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-box-inline.html |
@@ -1,11 +1,13 @@ |
<!DOCTYPE html> |
+<script src="../../resources/ahem.js"></script> |
<style> |
div { |
width: 100px; |
height: 100px; |
overflow: hidden; |
- background-color: red; |
- line-height: 1; |
+ line-height: 50px; |
+ font-size: 50px; |
+ font-family: Ahem; |
} |
span { |
background-color: green; |
@@ -15,5 +17,5 @@ span { |
} |
</style> |
<div> |
-<span>XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX</span> |
+<span>XX XX</span> |
</div> |