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