]> Pileus Git - ~andy/gtk/blobdiff - tests/reftests/border-image-url.css
stylecontext: Do invalidation on first resize container
[~andy/gtk] / tests / reftests / border-image-url.css
index a5b419597d1d51aee4d0bf18fddeb7b4f2f4152f..b5a1457756ec29db00dbea6db7821bd4fc08db93 100644 (file)
@@ -1,15 +1,15 @@
-.button-image {
-  engine: none;
+@import "reset-to-defaults.css";
 
+.button-image {
   border-image: url("green-20x20.png") 1 stretch;
 
-  border-width: 1 2 2 1;
-  border-radius: 0;
+  border-style: groove;
+  border-width: 1px 2px 2px 1px;
 }
 
 .button-not-image {
-  border-color: green;
+  border-color: lime;
+
   border-style: solid;
-  border-width: 1 2 2 1;
-  border-radius: 0;
+  border-width: 1px 2px 2px 1px;
 }