| Index: LayoutTests/fast/css/css-set-selector-text.html
|
| diff --git a/LayoutTests/fast/css/css-set-selector-text.html b/LayoutTests/fast/css/css-set-selector-text.html
|
| index 520dc36d32b87dace9751e0fd9ad6706f790097e..ed39d8350f0934e1a65bfa3a69635fd205e402b8 100644
|
| --- a/LayoutTests/fast/css/css-set-selector-text.html
|
| +++ b/LayoutTests/fast/css/css-set-selector-text.html
|
| @@ -154,7 +154,7 @@ testSelectorRoundTrip(':-webkit-any(a.class1.class2.class3:hover)');
|
| debug('');
|
|
|
| shouldBe("setThenReadSelectorText('*:active')", "':active'");
|
| -shouldBe("setThenReadSelectorText('|a')", "'a'");
|
| +testSelectorRoundTrip("|a");
|
|
|
| debug('');
|
|
|
|
|