Index: LayoutTests/fast/css/css-set-selector-text-expected.txt |
=================================================================== |
--- LayoutTests/fast/css/css-set-selector-text-expected.txt (revision 102657) |
+++ LayoutTests/fast/css/css-set-selector-text-expected.txt (working copy) |
@@ -68,22 +68,28 @@ |
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('#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' |
+PASS setThenReadSelectorText('a#b::-webkit-slider-thumb') is 'a#b::-webkit-slider-thumb' |
+PASS setThenReadSelectorText('a[b].c#d::-webkit-slider-thumb') is 'a[b].c#d::-webkit-slider-thumb' |
+ |
PASS setThenReadSelectorText('input:not([type="file"]):focus') is 'input:not([type="file"]):focus' |
PASS setThenReadSelectorText(':-webkit-any([type="file"])') is ':-webkit-any([type="file"])' |
PASS setThenReadSelectorText(':-webkit-any(:hover)') is ':-webkit-any(:hover)' |