Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: LayoutTests/fast/dom/css-selectorText-expected.txt

Issue 1015303002: Promote new CSS parser to experimental (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « LayoutTests/fast/css/unknown-pseudo-element-matching-expected.txt ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698