]> Pileus Git - ~andy/gtk/blobdiff - tests/reftests/border-image-url.css
reftests: Add 'px' to all properties
[~andy/gtk] / tests / reftests / border-image-url.css
index a1fdb7e1ea7019b7346752386499328392e8fa6c..9bc2a53572c1e1abc2633eb09d2bccdbe00ba7d1 100644 (file)
@@ -3,14 +3,14 @@
 
   border-image: url("green-20x20.png") 1 stretch;
 
-  border-width: 1 2 2 1;
+  border-width: 1px 2px 2px 1px;
   border-radius: 0;
 }
 
 .button-not-image {
   border-color: green;
   border-style: solid;
-  border-width: 1 2 2 1;
+  border-width: 1px 2px 2px 1px;
   border-radius: 0;
   border-image: none;
 }