| Index: third_party/WebKit/LayoutTests/fast/css/css-selector-text-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/css-selector-text-expected.txt b/third_party/WebKit/LayoutTests/fast/css/css-selector-text-expected.txt
|
| index 254aa5f9b52ae90d06e4a34e90c1f893fae4ec06..32425ef193fb1300d21cd1e3682e3de2daccc5cc 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/css-selector-text-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/css-selector-text-expected.txt
|
| @@ -37,6 +37,7 @@ PASS parseThenSerializeRule(':enabled { }') is ':enabled { }'
|
| PASS parseThenSerializeRule(':first-child { }') is ':first-child { }'
|
| PASS parseThenSerializeRule(':first-of-type { }') is ':first-of-type { }'
|
| PASS parseThenSerializeRule(':focus { }') is ':focus { }'
|
| +PASS parseThenSerializeRule(':focus-within { }') is ':focus-within { }'
|
| PASS parseThenSerializeRule(':hover { }') is ':hover { }'
|
| PASS parseThenSerializeRule(':indeterminate { }') is ':indeterminate { }'
|
| PASS parseThenSerializeRule(':link { }') is ':link { }'
|
| @@ -83,6 +84,7 @@ PASS parseThenSerializeRule('a#b::-webkit-slider-thumb { }') is 'a#b::-webkit-sl
|
| PASS parseThenSerializeRule('a[b].c#d::-webkit-slider-thumb { }') is 'a[b].c#d::-webkit-slider-thumb { }'
|
|
|
| PASS parseThenSerializeRule('input:not([type="file"]):focus { }') is 'input:not([type="file"]):focus { }'
|
| +PASS parseThenSerializeRule('input:not([type="file"]):focus-within { }') is 'input:not([type="file"]):focus-within { }'
|
| PASS parseThenSerializeRule(':-webkit-any([type="file"]) { }') is ':-webkit-any([type="file"]) { }'
|
| PASS parseThenSerializeRule(':-webkit-any(:hover) { }') is ':-webkit-any(:hover) { }'
|
| PASS parseThenSerializeRule('input:-webkit-any([type="file"],:hover,:focus):enabled { }') is 'input:-webkit-any([type="file"],:hover,:focus):enabled { }'
|
| @@ -95,6 +97,7 @@ PASS parseThenSerializeRule('*:active { }') is ':active { }'
|
| PASS parseThenSerializeRule('|a { }') is '|a { }'
|
|
|
| PASS parseThenSerializeRule('input[type=file]:focus { }') is 'input[type="file"]:focus { }'
|
| +PASS parseThenSerializeRule('input[type=file]:focus-within { }') is 'input[type="file"]:focus-within { }'
|
|
|
| PASS parseThenSerializeRule('a+b { }') is 'a + b { }'
|
| PASS parseThenSerializeRule('a~b { }') is 'a ~ b { }'
|
|
|