Index: LayoutTests/fast/dom/css-selectorText-expected.txt |
diff --git a/LayoutTests/fast/dom/css-selectorText-expected.txt b/LayoutTests/fast/dom/css-selectorText-expected.txt |
index 0521aa240f9e98c25ab2729e929814ad367b8dbe..5241c699cf40acc4857bdfd3f9837d8c1578c358 100644 |
--- a/LayoutTests/fast/dom/css-selectorText-expected.txt |
+++ b/LayoutTests/fast/dom/css-selectorText-expected.txt |
@@ -30,26 +30,26 @@ div span#foo.test div:hover#bar a |
:disabled |
:checked |
:indeterminate |
-:nth-child(odd) |
-:nth-child(even) |
+:nth-child(2n+1) |
+:nth-child(2n) |
:nth-child(2n) |
:nth-child(2n+1) |
-:nth-child(-n+6) |
-:nth-last-child(odd) |
-:nth-last-child(even) |
+:nth-child(-1n+6) |
+:nth-last-child(2n+1) |
+:nth-last-child(2n) |
:nth-last-child(2n) |
:nth-last-child(2n+1) |
-:nth-last-child(-n+6) |
-:nth-of-type(odd) |
-:nth-of-type(even) |
+:nth-last-child(-1n+6) |
+:nth-of-type(2n+1) |
+:nth-of-type(2n) |
:nth-of-type(2n) |
:nth-of-type(2n+1) |
-:nth-of-type(-n+6) |
-:nth-last-of-type(odd) |
-:nth-last-of-type(even) |
+:nth-of-type(-1n+6) |
+:nth-last-of-type(2n+1) |
+:nth-last-of-type(2n) |
:nth-last-of-type(2n) |
:nth-last-of-type(2n+1) |
-:nth-last-of-type(-n+6) |
+:nth-last-of-type(-1n+6) |
:first-child |
:last-child |
:first-of-type |