Chromium Code Reviews| Index: test/data/input/root.css |
| diff --git a/test/data/input/root.css b/test/data/input/root.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..364be683c9a26e3d5d53a6414efcd70a41882154 |
| --- /dev/null |
| +++ b/test/data/input/root.css |
| @@ -0,0 +1,5 @@ |
| +.main-glyph { |
| + background:red url('main.png'); |
| + width: 300px; |
| + height: 80px; |
| +} |