| Index: LayoutTests/fast/css/all-shorthand-css-text.html | 
| diff --git a/LayoutTests/fast/css/all-shorthand-css-text.html b/LayoutTests/fast/css/all-shorthand-css-text.html | 
| index 465b838344b7c1f887e682ad33acc5fe2afc9413..6c5fe15d8ecc3cee9a00de9000263575039145bb 100644 | 
| --- a/LayoutTests/fast/css/all-shorthand-css-text.html | 
| +++ b/LayoutTests/fast/css/all-shorthand-css-text.html | 
| @@ -93,7 +93,5 @@ shouldBeTrue('contains(cssRules[15].cssText, "marker-end: initial;")'); | 
| shouldBe('cssRules[16].cssText', '"div { all: unset; }"'); | 
| shouldBeFalse('contains(cssRules[17].cssText, "all: unset;")'); | 
| shouldBeTrue('contains(cssRules[17].cssText, "color: red;")'); | 
| -<!-- FIXME: when using "all: unset", the all should be expanded to be --> | 
| -<!-- "display: unset; ..." --> | 
| shouldBeTrue('contains(cssRules[17].cssText, "display: unset;")'); | 
| </script> | 
|  |