]> Pileus Git - ~andy/gtk/blobdiff - tests/css/parser/declarations-valid-10.ref.css
tests: Add 'px' to css tests
[~andy/gtk] / tests / css / parser / declarations-valid-10.ref.css
index d0fdbf0744de097d8e27510c175b1c08fe4dd655..eb5bc75466b80ba818fa6a2d86be7956ab62ded2 100644 (file)
@@ -1,6 +1,6 @@
 * {
-  margin-bottom: 5;
-  margin-left: 5;
-  margin-right: 5;
-  margin-top: 5;
+  margin-bottom: 5px;
+  margin-left: 5px;
+  margin-right: 5px;
+  margin-top: 5px;
 }