Chromium Code Reviews| Index: LayoutTests/fast/selectors/014-expected.html |
| diff --git a/LayoutTests/fast/selectors/014-expected.html b/LayoutTests/fast/selectors/014-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..09ec1c1ac6ea1e865b5d259b3d42d4bda8aa6c27 |
| --- /dev/null |
| +++ b/LayoutTests/fast/selectors/014-expected.html |
| @@ -0,0 +1,4 @@ |
| +<!DOCTYPE html> |
| +<p style="background-color:white; border:thick solid lime; padding:1em"> |
| + This paragraph should have white background and a green thick solid |
| + border because it carries both classes t1 and t2</p> |