Chromium Code Reviews| Index: LayoutTests/fast/selectors/007a-expected.html |
| diff --git a/LayoutTests/fast/selectors/007a-expected.html b/LayoutTests/fast/selectors/007a-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f7bc57c21978fe94d972ad85979c231118efef92 |
| --- /dev/null |
| +++ b/LayoutTests/fast/selectors/007a-expected.html |
| @@ -0,0 +1,6 @@ |
| +<!DOCTYPE html> |
| +<p style="background:lime">This paragraph should have green background because |
| + CLASS contains "b"</p> |
| +<address style="background:lime">This address should also have green background |
| + because the selector in the last rule does not apply to the inner SPANs. |
| +</address> |