| Index: third_party/WebKit/LayoutTests/fast/css/cue-serialize-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/cue-serialize-expected.txt b/third_party/WebKit/LayoutTests/fast/css/cue-serialize-expected.txt
|
| index 515ea9bd5af0e3959659b4a44e7ddcc14702fe9f..4cd95900723e269657fad5e17bde4ce60e9f5c6c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/cue-serialize-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/cue-serialize-expected.txt
|
| @@ -4,9 +4,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| PASS rules.length is 3
|
| -PASS rules[0].selectorText is '*::cue'
|
| -PASS rules[1].selectorText is '*::cue(c)'
|
| -PASS rules[2].selectorText is '*::cue(c,.class,#id:past,i:future)'
|
| +PASS rules[0].selectorText is '::cue'
|
| +PASS rules[1].selectorText is '::cue(c)'
|
| +PASS rules[2].selectorText is '::cue(c,.class,#id:past,i:future)'
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|