| Index: LayoutTests/fast/css/css-selector-text-expected.txt
|
| diff --git a/LayoutTests/fast/css/css-selector-text-expected.txt b/LayoutTests/fast/css/css-selector-text-expected.txt
|
| index 5c6a211d95cd0537bae9b8047ebef6af136fc9f0..6100c5af0c2b82859a63aa76204355f3c78bf967 100644
|
| --- a/LayoutTests/fast/css/css-selector-text-expected.txt
|
| +++ b/LayoutTests/fast/css/css-selector-text-expected.txt
|
| @@ -40,6 +40,8 @@ PASS parseThenSerializeRule(':focus { }') is ':focus { }'
|
| PASS parseThenSerializeRule(':hover { }') is ':hover { }'
|
| PASS parseThenSerializeRule(':indeterminate { }') is ':indeterminate { }'
|
| PASS parseThenSerializeRule(':link { }') is ':link { }'
|
| +PASS parseThenSerializeRule(':not(:placeholder-shown) { }') is ':not(:placeholder-shown) { }'
|
| +PASS parseThenSerializeRule(':placeholder-shown { }') is ':placeholder-shown { }'
|
| PASS parseThenSerializeRule(':root { }') is ':root { }'
|
| PASS parseThenSerializeRule(':target { }') is ':target { }'
|
| PASS parseThenSerializeRule(':visited { }') is ':visited { }'
|
|
|