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

Unified Diff: LayoutTests/fast/layout/common-ancestor-relayout-boundary.html

Issue 140763007: Begin removing the style recalc timer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update test results Created 6 years, 11 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/common-ancestor-relayout-boundary.html
diff --git a/LayoutTests/fast/layout/common-ancestor-relayout-boundary.html b/LayoutTests/fast/layout/common-ancestor-relayout-boundary.html
index e321cea6338222a25f84a60e601f977fd8d0872b..0c00ebd6677eababc8797c4401098bd495545cbc 100644
--- a/LayoutTests/fast/layout/common-ancestor-relayout-boundary.html
+++ b/LayoutTests/fast/layout/common-ancestor-relayout-boundary.html
@@ -22,9 +22,6 @@ function dirtyLayout()
}
}
-if (window.internals)
- shouldBe("window.internals.needsLayoutCount()", "2");
-
document.documentElement.offsetTop;
// Pass quiet=true here so that the added nodes from the shouldBe don't
@@ -43,4 +40,4 @@ document.documentElement.offsetTop;
if (window.internals)
shouldBe("window.internals.needsLayoutCount()", "0");
-</script>
+</script>

Powered by Google App Engine
This is Rietveld 408576698