| 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 564d836cbbb343e9bec3efb6322a81582bf9e190..359c80c85803a948b3ff644511db184c55aaa52c 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
|
| @@ -70,22 +70,22 @@ PASS setThenReadSelectorText(':-webkit-any-link') is ':-webkit-any-link'
|
| PASS setThenReadSelectorText(':-webkit-autofill') is ':-webkit-autofill'
|
| PASS setThenReadSelectorText(':-webkit-drag') is ':-webkit-drag'
|
|
|
| -PASS setThenReadSelectorText('::-webkit-file-upload-button') is '*::-webkit-file-upload-button'
|
| -PASS setThenReadSelectorText('::-webkit-search-cancel-button') is '*::-webkit-search-cancel-button'
|
| -PASS setThenReadSelectorText('::-webkit-search-decoration') is '*::-webkit-search-decoration'
|
| -PASS setThenReadSelectorText('::-webkit-search-results-button') is '*::-webkit-search-results-button'
|
| -PASS setThenReadSelectorText('::-webkit-search-results-decoration') is '*::-webkit-search-results-decoration'
|
| -PASS setThenReadSelectorText('::-webkit-slider-thumb') is '*::-webkit-slider-thumb'
|
| +PASS setThenReadSelectorText('::-webkit-file-upload-button') is '::-webkit-file-upload-button'
|
| +PASS setThenReadSelectorText('::-webkit-search-cancel-button') is '::-webkit-search-cancel-button'
|
| +PASS setThenReadSelectorText('::-webkit-search-decoration') is '::-webkit-search-decoration'
|
| +PASS setThenReadSelectorText('::-webkit-search-results-button') is '::-webkit-search-results-button'
|
| +PASS setThenReadSelectorText('::-webkit-search-results-decoration') is '::-webkit-search-results-decoration'
|
| +PASS setThenReadSelectorText('::-webkit-slider-thumb') is '::-webkit-slider-thumb'
|
|
|
| PASS setThenReadSelectorText('a::-webkit-slider-thumb') is 'a::-webkit-slider-thumb'
|
| -PASS setThenReadSelectorText('a ::-webkit-slider-thumb') is 'a *::-webkit-slider-thumb'
|
| +PASS setThenReadSelectorText('a ::-webkit-slider-thumb') is 'a ::-webkit-slider-thumb'
|
| PASS setThenReadSelectorText('[a]::-webkit-slider-thumb') is '[a]::-webkit-slider-thumb'
|
| -PASS setThenReadSelectorText('[a] ::-webkit-slider-thumb') is '[a] *::-webkit-slider-thumb'
|
| +PASS setThenReadSelectorText('[a] ::-webkit-slider-thumb') is '[a] ::-webkit-slider-thumb'
|
| PASS setThenReadSelectorText('.a::-webkit-slider-thumb') is '.a::-webkit-slider-thumb'
|
| -PASS setThenReadSelectorText('.a ::-webkit-slider-thumb') is '.a *::-webkit-slider-thumb'
|
| +PASS setThenReadSelectorText('.a ::-webkit-slider-thumb') is '.a ::-webkit-slider-thumb'
|
| PASS setThenReadSelectorText('#a::-webkit-slider-thumb') is '#a::-webkit-slider-thumb'
|
| -PASS setThenReadSelectorText('#a ::-webkit-slider-thumb') is '#a *::-webkit-slider-thumb'
|
| -PASS setThenReadSelectorText('* ::-webkit-slider-thumb') is '* *::-webkit-slider-thumb'
|
| +PASS setThenReadSelectorText('#a ::-webkit-slider-thumb') is '#a ::-webkit-slider-thumb'
|
| +PASS setThenReadSelectorText('* ::-webkit-slider-thumb') is '* ::-webkit-slider-thumb'
|
|
|
| PASS setThenReadSelectorText('a[b]::-webkit-slider-thumb') is 'a[b]::-webkit-slider-thumb'
|
| PASS setThenReadSelectorText('a.b::-webkit-slider-thumb') is 'a.b::-webkit-slider-thumb'
|
|
|