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..d22de68adcb82aa3858435258d0ea74854fd2f5f |
--- /dev/null |
+++ b/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-style-recalc-expected.html |
@@ -0,0 +1,10 @@ |
+<!doctype html> |
+<style> |
+ div { |
+ font-size: 50px; |
+ text-decoration: underline dashed green; |
+ } |
+</style> |
+<div id="target"> |
+ Filler text |
+</div> |