Chromium Code Reviews

Unified Diff: LayoutTests/fast/layout/display-none-no-relayout.html

Issue 1317533002: Sibling invalidation sets (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: review feedback Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/layout/display-none-no-relayout.html
diff --git a/LayoutTests/fast/layout/display-none-no-relayout.html b/LayoutTests/fast/layout/display-none-no-relayout.html
index dffcb6281839700f52e2cb16e448b71e9f563aea..eb6964e5565ef07d370509c867fe6bf76d83637a 100644
--- a/LayoutTests/fast/layout/display-none-no-relayout.html
+++ b/LayoutTests/fast/layout/display-none-no-relayout.html
@@ -22,7 +22,7 @@ var parent = document.getElementById("parent");
parent.className = "a";
if (window.internals) {
- shouldBe("window.internals.updateStyleAndReturnAffectedElementCount()", "3", true);
+ shouldBe("window.internals.updateStyleAndReturnAffectedElementCount()", "2", true);
shouldBe("window.internals.needsLayoutCount()", "0", true);
}
</script>

Powered by Google App Engine