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

Side by Side 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 unified diff | Download patch
OLDNEW
1 PASS internals.updateStyleAndReturnAffectedElementCount() is 8 1 PASS internals.updateStyleAndReturnAffectedElementCount() is 8
2 PASS internals.updateStyleAndReturnAffectedElementCount() is 11 2 PASS internals.updateStyleAndReturnAffectedElementCount() is 10
3 PASS getComputedStyle(document.querySelector('.foo')).color is "rgb(0, 0, 0)" 3 PASS getComputedStyle(document.querySelector('.foo')).color is "rgb(0, 0, 0)"
4 PASS getComputedStyle(document.querySelector('.baz')).color is "rgb(0, 0, 255)" 4 PASS getComputedStyle(document.querySelector('.baz')).color is "rgb(0, 0, 255)"
5 PASS getComputedStyle(document.querySelector('.bar')).color is "rgb(0, 0, 0)" 5 PASS getComputedStyle(document.querySelector('.bar')).color is "rgb(0, 0, 0)"
6 PASS successfullyParsed is true 6 PASS successfullyParsed is true
7 7
8 TEST COMPLETE 8 TEST COMPLETE
9 foo 9 foo
10 foo 10 foo
11 foo 11 foo
12 bar 12 bar
13 bar 13 bar
14 bar 14 bar
15 baz 15 baz
16 baz 16 baz
17 baz 17 baz
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698