| Index: LayoutTests/fast/css/transition-shorthand-cssText-expected.txt | 
| diff --git a/LayoutTests/fast/css/transition-shorthand-cssText-expected.txt b/LayoutTests/fast/css/transition-shorthand-cssText-expected.txt | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..d284c549e5fafcf2565538714f653ce29e5e2a26 | 
| --- /dev/null | 
| +++ b/LayoutTests/fast/css/transition-shorthand-cssText-expected.txt | 
| @@ -0,0 +1,13 @@ | 
| +Test for Bug 310403: CssStyleDeclaration improperly sets transition shorthand when transition-duration is set. | 
| + | 
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". | 
| + | 
| + | 
| +PASS rule.cssText is '#target { transition-duration: 1s; -webkit-transition-duration: 1s; }' | 
| +PASS rule.cssText is '#target { transition-duration: 1s; -webkit-transition-duration: 1s; transition-delay: 0s; -webkit-transition-delay: 0s; }' | 
| +PASS rule.cssText is '#target { transition-duration: 1s; -webkit-transition-duration: 1s; transition-delay: 0s; -webkit-transition-delay: 0s; transition-property: all; -webkit-transition-property: all; }' | 
| +PASS rule.cssText is '#target { transition: all 1s ease 0s; -webkit-transition: all 1s ease 0s; }' | 
| +PASS successfullyParsed is true | 
| + | 
| +TEST COMPLETE | 
| + | 
|  |