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