| 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..5bcc3bf80bbc38bc6bd5a6d6daa1a124fe62b851 100644
|
| --- a/LayoutTests/fast/css/css-set-selector-text-expected.txt
|
| +++ b/LayoutTests/fast/css/css-set-selector-text-expected.txt
|
| @@ -50,6 +50,8 @@ PASS setThenReadSelectorText(':focus') is ':focus'
|
| PASS setThenReadSelectorText(':hover') is ':hover'
|
| PASS setThenReadSelectorText(':indeterminate') is ':indeterminate'
|
| PASS setThenReadSelectorText(':link') is ':link'
|
| +PASS setThenReadSelectorText(':not(:placeholder-shown)') is ':not(:placeholder-shown)'
|
| +PASS setThenReadSelectorText(':placeholder-shown') is ':placeholder-shown'
|
| PASS setThenReadSelectorText(':root') is ':root'
|
| PASS setThenReadSelectorText(':target') is ':target'
|
| PASS setThenReadSelectorText(':visited') is ':visited'
|
|
|