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