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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/modify-stylesheet-minimal-recalc-style-expected.txt

Issue 2572473006: Revert of Collect active stylesheets and and apply asynchronously. (Closed)
Patch Set: Created 4 years 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/modify-stylesheet-minimal-recalc-style-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/modify-stylesheet-minimal-recalc-style-expected.txt b/third_party/WebKit/LayoutTests/fast/css/modify-stylesheet-minimal-recalc-style-expected.txt
index 3901898c3fc8c372a0a5f5ed2bd880681b0483ad..7479a4b7c46a74e8e9eda9121353e0af6e3605f3 100644
--- a/third_party/WebKit/LayoutTests/fast/css/modify-stylesheet-minimal-recalc-style-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/modify-stylesheet-minimal-recalc-style-expected.txt
@@ -2,11 +2,11 @@
PASS internals.updateStyleAndReturnAffectedElementCount() is 6
PASS internals.updateStyleAndReturnAffectedElementCount() is 6
PASS internals.updateStyleAndReturnAffectedElementCount() is 6
-PASS internals.updateStyleAndReturnAffectedElementCount() is 6
+PASS internals.updateStyleAndReturnAffectedElementCount() is 43
PASS getComputedStyle(document.querySelector('.foo')).color is "rgb(0, 0, 0)"
PASS getComputedStyle(document.querySelector('.baz')).color is "rgb(255, 0, 0)"
PASS getComputedStyle(document.querySelector('.bar')).color is "rgb(0, 0, 0)"
-PASS internals.updateStyleAndReturnAffectedElementCount() is 6
+PASS internals.updateStyleAndReturnAffectedElementCount() is 59
PASS getComputedStyle(document.querySelector('.foo')).color is "rgb(255, 0, 0)"
PASS getComputedStyle(document.querySelector('.baz')).color is "rgb(255, 0, 0)"
PASS getComputedStyle(document.querySelector('.bar')).color is "rgb(0, 0, 0)"

Powered by Google App Engine
This is Rietveld 408576698