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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/invalidation/nth-pseudo.html

Issue 2242113002: Corrected :nth-child invalidation test description. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/css/invalidation/nth-pseudo.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/nth-pseudo.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/nth-pseudo.html
index 9cffe1bc69afa870a8408646cf312fdf17a49e47..a5c4137052640066e15620e41f0c6de7504e206d 100644
--- a/third_party/WebKit/LayoutTests/fast/css/invalidation/nth-pseudo.html
+++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/nth-pseudo.html
@@ -56,6 +56,6 @@
t3.insertBefore(document.createElement("div"), t3.firstChild);
assert_equals(internals.updateStyleAndReturnAffectedElementCount(), 2);
backgroundIsGreen(second);
- }, "Prepending an element sibling should not affect :nth-last-child of succeeding siblings.");
+ }, "Prepending an element sibling causing :nth-child class invalidation.");
</script>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698