Chromium Code Reviews| Index: test/data/input/resources/base.css |
| diff --git a/test/data/input/resources/base.css b/test/data/input/resources/base.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..bdb8398cc9197dffaf3ba40df9caf04007147918 |
| --- /dev/null |
| +++ b/test/data/input/resources/base.css |
| @@ -0,0 +1,11 @@ |
| +/* |
| + * Example to test URI fixup of url of all consolidated CSS linked and scoped |
| + * styles. |
| + */ |
| +.left-glyph { |
| + background:red url('glyph.png'); |
| + float: left; |
| + width: 14px; |
| + height: 14px; |
| + margin-top: 5px; |
| +} |