| Index: third_party/WebKit/LayoutTests/fast/css/css-set-selector-text-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/css-set-selector-text-expected.txt b/third_party/WebKit/LayoutTests/fast/css/css-set-selector-text-expected.txt
|
| index 359c80c85803a948b3ff644511db184c55aaa52c..b8ccb99b36da2c6c1ac5b0ad650479ae4fd7c1fd 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/css-set-selector-text-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/css-set-selector-text-expected.txt
|
| @@ -32,6 +32,9 @@ PASS setThenReadSelectorText('*|*') is '*|*'
|
| PASS setThenReadSelectorText('n|*') is 'n|*'
|
| PASS setThenReadSelectorText('[*|a]') is '[*|a]'
|
| PASS setThenReadSelectorText('[n|a]') is '[n|a]'
|
| +PASS setThenReadSelectorText('unresolved|a') is '_foo'
|
| +PASS setThenReadSelectorText('unresolved|*') is '_foo'
|
| +PASS setThenReadSelectorText('[unresolved|a]') is '_foo'
|
|
|
| PASS setThenReadSelectorText('a:active') is 'a:active'
|
| PASS setThenReadSelectorText('a b') is 'a b'
|
|
|