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