Index: LayoutTests/fast/css/border-image-value-grammar-expected.txt |
diff --git a/LayoutTests/fast/css/border-image-value-grammar-expected.txt b/LayoutTests/fast/css/border-image-value-grammar-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..aceda9ac0d31a8de2689d351b2730ca763493a8b |
--- /dev/null |
+++ b/LayoutTests/fast/css/border-image-value-grammar-expected.txt |
@@ -0,0 +1,18 @@ |
+Support consecutive slash operators for border-image |
+ |
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+ |
+ |
+PASS style.getPropertyValue('border-image-slice') is "3" |
+PASS style.getPropertyValue('border-image-width') is "initial" |
+PASS style.getPropertyValue('border-image-outset') is "2" |
+PASS style.getPropertyValue('border-image-slice') is "4" |
+PASS style.getPropertyValue('border-image-width') is "5" |
+PASS style.getPropertyValue('border-image-outset') is "initial" |
+PASS style.getPropertyValue('border-image-slice') is "1" |
+PASS style.getPropertyValue('border-image-width') is "2" |
+PASS style.getPropertyValue('border-image-outset') is "3" |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |