| Index: LayoutTests/fast/css/css-set-selector-text-expected.txt
|
| diff --git a/LayoutTests/fast/css/css-set-selector-text-expected.txt b/LayoutTests/fast/css/css-set-selector-text-expected.txt
|
| index b786352634a10c18a8a39e002e2aa156382d1c61..9e7f978f4b423567ba2c1694935bac14a13960fc 100644
|
| --- a/LayoutTests/fast/css/css-set-selector-text-expected.txt
|
| +++ b/LayoutTests/fast/css/css-set-selector-text-expected.txt
|
| @@ -100,7 +100,7 @@ PASS setThenReadSelectorText(':-webkit-any(.class1:hover)') is ':-webkit-any(.cl
|
| PASS setThenReadSelectorText(':-webkit-any(a.class1.class2.class3:hover)') is ':-webkit-any(a.class1.class2.class3:hover)'
|
|
|
| PASS setThenReadSelectorText('*:active') is ':active'
|
| -PASS setThenReadSelectorText('|a') is 'a'
|
| +PASS setThenReadSelectorText('|a') is '|a'
|
|
|
| PASS setThenReadSelectorText('input[type=file]:focus') is 'input[type="file"]:focus'
|
|
|
|
|