Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1021)

Unified Diff: test/data/input/resources/base.css

Issue 12474002: Support for parsing all CSS and producing one CSS file (Closed) Base URL: https://github.com/dart-lang/web-ui.git@master
Patch Set: bumped version Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
+}

Powered by Google App Engine
This is Rietveld 408576698