]> Pileus Git - ~andy/gtk/commitdiff
Fix declarations-valid-14 css parser test
authorMatthias Clasen <mclasen@redhat.com>
Mon, 6 Feb 2012 19:06:20 +0000 (14:06 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 6 Feb 2012 19:06:20 +0000 (14:06 -0500)
tests/css/parser/declarations-valid-14.css
tests/css/parser/declarations-valid-14.ref.css

index 226e3afcec67cf2b189efe4a486eb39838162ec3..f03feac39b47ca273dd7532204ed2569d7fb48de 100644 (file)
@@ -1 +1 @@
-* { padding: 5 }
+* { padding: 5px }
index 28b5f8133e7f5f336d4c4b946e3ff898e93805d6..c873e4fa465019cff01138e975f579ffec2c2ef6 100644 (file)
@@ -1,6 +1,6 @@
 * {
-  padding-bottom: 5;
-  padding-left: 5;
-  padding-right: 5;
-  padding-top: 5;
+  padding-bottom: 5px;
+  padding-left: 5px;
+  padding-right: 5px;
+  padding-top: 5px;
 }