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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/invalidation/recalc-direct-adjacent-001.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/recalc-direct-adjacent-001.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/recalc-direct-adjacent-001.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/recalc-direct-adjacent-001.html
index 49f7fad8be4815f88d47d009affdba4e21eec6f3..94123b20815a47e2f8d21213a4bd678d34d193de 100644
--- a/third_party/WebKit/LayoutTests/fast/css/invalidation/recalc-direct-adjacent-001.html
+++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/recalc-direct-adjacent-001.html
@@ -29,7 +29,7 @@ if (window.internals)
document.getElementById("top").className = "match";
if (window.internals)
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "4");
+ shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "2");
shouldBe("getComputedStyle(document.getElementById('green'), null).color", "'rgb(0, 128, 0)'");

Powered by Google App Engine
This is Rietveld 408576698