| 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..f261d0b41dadd6dbc9149eeaf552d6b4e00b13c2 | 
| --- /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 | 
| + | 
|  |