Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/inspector/sources/resources/color.css |
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/resources/color.css b/third_party/WebKit/LayoutTests/inspector/sources/resources/color.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a51c2c76f64539a659deddaa11a95c0fe8bac770 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/resources/color.css |
| @@ -0,0 +1,7 @@ |
| +body { |
| + color: blue; background color: #ffffff; |
| +} |
| +div { |
| + color: rgb(0, 0, 0); |
| +} |
| + |