Added one more test based on #31.
authorGoalSmashers <jakub@goalsmashers.com>
Thu, 29 Nov 2012 22:42:52 +0000 (22:42 +0000)
committerGoalSmashers <jakub@goalsmashers.com>
Thu, 29 Nov 2012 22:42:52 +0000 (22:42 +0000)
test/data/sample1-min.css [new file with mode: 0644]
test/data/sample1.css [new file with mode: 0644]

diff --git a/test/data/sample1-min.css b/test/data/sample1-min.css
new file mode 100644 (file)
index 0000000..dd5ca77
--- /dev/null
@@ -0,0 +1,4 @@
+.field ::-webkit-input-placeholder{color:#bbb}
+.field :-moz-placeholder{color:#bbb}
+.field :-ms-input-placeholder{color:#bbb}
+.field.enabled ::-webkit-input-placeholder{opacity:0}
diff --git a/test/data/sample1.css b/test/data/sample1.css
new file mode 100644 (file)
index 0000000..8943349
--- /dev/null
@@ -0,0 +1,12 @@
+.field ::-webkit-input-placeholder {
+  color:#bbb;
+}
+.field :-moz-placeholder {
+  color:#bbb;
+}
+.field :-ms-input-placeholder {
+  color:#bbb;
+}
+.field.enabled ::-webkit-input-placeholder {
+  opacity:0;
+}