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