Chromium Code Reviews| Index: LayoutTests/fast/css/all-inherit-or-unset-color-expected.html |
| diff --git a/LayoutTests/fast/css/all-inherit-or-unset-color-expected.html b/LayoutTests/fast/css/all-inherit-or-unset-color-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c0b8adba45411345ba86103e922f297a98830215 |
| --- /dev/null |
| +++ b/LayoutTests/fast/css/all-inherit-or-unset-color-expected.html |
| @@ -0,0 +1,14 @@ |
| +<!DOCTYPE html> |
| +<style> |
| +#target1 { color: green; } |
| + |
| +#target2 { color: #90EE90; } |
| + |
| +</style> |
| +<div id='parent1'> |
| + <div id='target1'>Testing target1 color -> should be green</div> |
| +</div> |
| + |
| +<div id='parent2'> |
| + <div id='target2'>Testing target2 color -> should be light green</div> |
| +</div> |