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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/invalidation/recalc-direct-adjacent-002.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-002.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/invalidation/recalc-direct-adjacent-002.html b/third_party/WebKit/LayoutTests/fast/css/invalidation/recalc-direct-adjacent-002.html
index 13970a0984d5c19e5661d80434e283ae24b5df63..58b87068c26ffa0662fa9c5f48d22d3b5ae040bb 100644
--- a/third_party/WebKit/LayoutTests/fast/css/invalidation/recalc-direct-adjacent-002.html
+++ b/third_party/WebKit/LayoutTests/fast/css/invalidation/recalc-direct-adjacent-002.html
@@ -26,7 +26,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