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..ed96e1ba51ea3813a60cf3ad70236b9327e03258 |
| --- /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: green; |
| +} |
| +.inner { |
| + color: blue; |
| +} |
| +</style> |
| +</head> |
| +<body> |
| +<p> |
| + <span class=outer> |
| + <span class=inner> |
| + Test passed if underline is green. |
| + </span> |
| + </span> |
| +</p> |
| + |
| +</body> |
| +</html> |