| Index: third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-mixed-fonts-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-mixed-fonts-expected.html b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-mixed-fonts-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ad2d34f92d0979bb3f8539aa6ed8d17939f1901a
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-mixed-fonts-expected.html
|
| @@ -0,0 +1,8 @@
|
| +<!DOCTYPE html>
|
| +<body style="overflow:hidden">
|
| +<p>Test to make sure gigantic fonts that aren't inside the text decoration don't affect the position of
|
| +the line. The giant font is invisible (color:transparent) in this test.
|
| +</p>
|
| +
|
| +<span style="text-decoration:underline;text-underline-position:under">This text should be underlined just under the descenders.</span>
|
| +</body>
|
|
|