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

Unified Diff: LayoutTests/fast/css/add-remove-stylesheets-minimal-recalc-style.html

Issue 85693009: Get rid of Reset and ResetStyleResolverAndFontSelector. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « no previous file | LayoutTests/fast/css/add-remove-stylesheets-minimal-recalc-style-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/add-remove-stylesheets-minimal-recalc-style.html
diff --git a/LayoutTests/fast/css/add-remove-stylesheets-minimal-recalc-style.html b/LayoutTests/fast/css/add-remove-stylesheets-minimal-recalc-style.html
index a7913d275f7cc12c2b2fe4df97b57c2f8bec8675..835b7e8e677e56c1366403169280990e756c9e59 100644
--- a/LayoutTests/fast/css/add-remove-stylesheets-minimal-recalc-style.html
+++ b/LayoutTests/fast/css/add-remove-stylesheets-minimal-recalc-style.html
@@ -57,7 +57,8 @@ if (window.internals) {
// Remove sheet that matches one node.
document.documentElement.offsetTop;
barSheet.remove();
- shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "3");
+ // Recalc 3 elements + documentElement.
ojan 2013/11/26 01:54:51 Don't really understand why this causes the docume
+ shouldBe("internals.updateStyleAndReturnAffectedElementCount()", "4");
// Add two sheets that each match one node.
document.documentElement.offsetTop;
« no previous file with comments | « no previous file | LayoutTests/fast/css/add-remove-stylesheets-minimal-recalc-style-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698