Chromium Code Reviews| Index: LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-style-recalc-expected.html |
| diff --git a/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-style-recalc-expected.html b/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-style-recalc-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..30592b44cec51eb7f0835c7abc9aaafe7458ceff |
| --- /dev/null |
| +++ b/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-style-recalc-expected.html |
| @@ -0,0 +1,12 @@ |
| +<!doctype html> |
| +<style> |
| + div { |
| + font-size: 50px; |
| + text-decoration: underline dashed green; |
| + } |
| +</style> |
| +<p>Test that changes in text-decoration-style are recalculated correctly. PASS |
| +if the text below has a dashed green underline, and not a solid green underline.</p> |
| +<div id="target"> |
| + Filler text |
| +</div> |