Index: LayoutTests/fast/css/cue-serialize-expected.txt |
diff --git a/LayoutTests/fast/css/cue-serialize-expected.txt b/LayoutTests/fast/css/cue-serialize-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..515ea9bd5af0e3959659b4a44e7ddcc14702fe9f |
--- /dev/null |
+++ b/LayoutTests/fast/css/cue-serialize-expected.txt |
@@ -0,0 +1,13 @@ |
+Check serialization of ::cue and ::cue() |
+ |
+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 successfullyParsed is true |
+ |
+TEST COMPLETE |
+ |