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

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

Issue 222643002: Support tag names as invalidation set features. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased. Created 6 years, 9 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: 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 b010807cade70a45081c39008d1700e0d73c17f9..dffcb6281839700f52e2cb16e448b71e9f563aea 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()", "4", true);
+ shouldBe("window.internals.updateStyleAndReturnAffectedElementCount()", "3", true);
shouldBe("window.internals.needsLayoutCount()", "0", true);
}
</script>
« no previous file with comments | « LayoutTests/fast/css/invalidation/targeted-class-type-selectors-expected.txt ('k') | Source/core/css/RuleFeature.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698