| Index: LayoutTests/fast/sub-pixel/shadows-computed-style-expected.txt | 
| diff --git a/LayoutTests/fast/sub-pixel/shadows-computed-style-expected.txt b/LayoutTests/fast/sub-pixel/shadows-computed-style-expected.txt | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..374f6f9d0c236a04d68d6ee3893fd8d21b0865fb | 
| --- /dev/null | 
| +++ b/LayoutTests/fast/sub-pixel/shadows-computed-style-expected.txt | 
| @@ -0,0 +1,12 @@ | 
| +Tests the computed style for subpixel shadows | 
| + | 
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". | 
| + | 
| + | 
| +PASS style.getPropertyValue('text-shadow') is 'rgb(255, 0, 0) 0.5px 1.5px 2.5px' | 
| +PASS style.getPropertyValue('box-shadow') is 'rgb(255, 0, 0) 0.5px 1.5px 2.5px 3.5px' | 
| +PASS successfullyParsed is true | 
| + | 
| +TEST COMPLETE | 
| +Text shadow | 
| +Box shadow | 
|  |