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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/invalidation/invalidation-set-with-adjacent-combinators.html

Issue 1317533002: Sibling invalidation sets (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Oilpan Created 5 years, 2 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: third_party/WebKit/LayoutTests/fast/css/invalidation/invalidation-set-with-adjacent-combinators.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/invalidation-set-with-adjacent-combinators.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/invalidation-set-with-adjacent-combinators.html
index 137077df01a52de77789956879e9355c2d1868fe..97a595170d50720f1012bd698eba9a6e767085d0 100644
--- a/third_party/WebKit/LayoutTests/fast/css/invalidation/invalidation-set-with-adjacent-combinators.html
+++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/invalidation-set-with-adjacent-combinators.html
@@ -56,7 +56,7 @@ if (window.internals)
document.body.offsetTop; // Force style recalc.
i3.className = "c3";
if (window.internals)
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "1");
+ shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
esprehn 2015/10/26 21:20:14 why did it go up?
Eric Willigers 2015/10/28 23:09:08 Addressed in https://codereview.chromium.org/14181
document.body.offsetTop; // Force style recalc.
i4.className = "c4";

Powered by Google App Engine
This is Rietveld 408576698