summaryrefslogtreecommitdiffstats
path: root/test/css/basic1.css
diff options
context:
space:
mode:
Diffstat (limited to 'test/css/basic1.css')
-rw-r--r--test/css/basic1.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/css/basic1.css b/test/css/basic1.css
new file mode 100644
index 0000000..0295549
--- /dev/null
+++ b/test/css/basic1.css
@@ -0,0 +1,16 @@
+
+<!--
+
+/* Handle <!-- --> */
+
+table {
+ width: auto;
+ height: 500px;
+}
+
+td {
+ color: gray;
+ background-color: yellow;
+}
+
+-->