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

Unified Diff: LayoutTests/fast/css/add-remove-stylesheets-at-once-minimal-recalc-style-expected.txt

Issue 242883002: Remove MediaValues' dependency on RenderStyle (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modified minimal recalc tests to represent reduced recalc. Created 6 years, 8 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/css/add-remove-stylesheets-at-once-minimal-recalc-style-expected.txt
diff --git a/LayoutTests/fast/css/add-remove-stylesheets-at-once-minimal-recalc-style-expected.txt b/LayoutTests/fast/css/add-remove-stylesheets-at-once-minimal-recalc-style-expected.txt
index 5bfdd977df134532833a338b0e5494671955c403..265eff0b57d3654af93a4f656f56df0de9ae3006 100644
--- a/LayoutTests/fast/css/add-remove-stylesheets-at-once-minimal-recalc-style-expected.txt
+++ b/LayoutTests/fast/css/add-remove-stylesheets-at-once-minimal-recalc-style-expected.txt
@@ -1,5 +1,5 @@
PASS internals.updateStyleAndReturnAffectedElementCount() is 8
-PASS internals.updateStyleAndReturnAffectedElementCount() is 11
+PASS internals.updateStyleAndReturnAffectedElementCount() is 10
PASS getComputedStyle(document.querySelector('.foo')).color is "rgb(0, 0, 0)"
PASS getComputedStyle(document.querySelector('.baz')).color is "rgb(0, 0, 255)"
PASS getComputedStyle(document.querySelector('.bar')).color is "rgb(0, 0, 0)"

Powered by Google App Engine
This is Rietveld 408576698