Chromium Code Reviews| Index: LayoutTests/fast/css/text-decoration-color-on-hover-expected.html |
| diff --git a/LayoutTests/fast/css/text-decoration-color-on-hover-expected.html b/LayoutTests/fast/css/text-decoration-color-on-hover-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c0cdf365aa8cf33c0ed4454d9efeef7713bc4920 |
| --- /dev/null |
| +++ b/LayoutTests/fast/css/text-decoration-color-on-hover-expected.html |
| @@ -0,0 +1,24 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| +<style> |
| +.outer { |
| + text-decoration: underline; |
| + color: red; |
| +} |
| +.inner { |
| + color: blue; |
| +} |
| +</style> |
| +</head> |
| +<body> |
| +<p> |
| + <span class=outer> |
| + <span class=inner> |
| + Hover me and then hover away |
| + </span> |
| + </span> |
| +</p> |
| + |
| +</body> |
| +</html> |