reftests: set border-image: none in border-image-url's reference CSS

Fix border-image-url reftest
This commit is contained in:
Cosimo Cecchi 2012-02-01 17:58:11 -05:00
parent d61a84bb3a
commit 95f5ca062b

View File

@ -12,4 +12,5 @@
border-style: solid;
border-width: 1 2 2 1;
border-radius: 0;
border-image: none;
}