| Index: third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-subscript-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-subscript-expected.html b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-subscript-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5f75d9b097629128337e6763d66b98096fae7abe
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-subscript-expected.html
|
| @@ -0,0 +1,11 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +.yellow::first-line { color:grey }
|
| +</style>
|
| +<body>
|
| +<p>Test to make sure that the decoration line paints properly underneath the subscript.
|
| +</p>
|
| +
|
| +<p class="yellow" style="font-size:40px; padding-top:5px; float:left; text-decoration:underline;text-underline-position:under; border:1px dotted orange"><span style="position:relative;">Here is the subscript for this line.</span>
|
| +</p>
|
| +</body>
|
|
|