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

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

Issue 1913833002: Current work-in-progress crbug.com/567021 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed html import issue. 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 unified diff | Download patch
OLDNEW
1 PASS internals.updateStyleAndReturnAffectedElementCount() is 0 1 PASS internals.updateStyleAndReturnAffectedElementCount() is 0
2 PASS internals.updateStyleAndReturnAffectedElementCount() is 6 2 PASS internals.updateStyleAndReturnAffectedElementCount() is 6
3 PASS internals.updateStyleAndReturnAffectedElementCount() is 6 3 PASS internals.updateStyleAndReturnAffectedElementCount() is 6
4 PASS internals.updateStyleAndReturnAffectedElementCount() is 6 4 PASS internals.updateStyleAndReturnAffectedElementCount() is 6
5 PASS internals.updateStyleAndReturnAffectedElementCount() is 43 5 PASS internals.updateStyleAndReturnAffectedElementCount() is 6
6 PASS getComputedStyle(document.querySelector('.foo')).color is "rgb(0, 0, 0)" 6 PASS getComputedStyle(document.querySelector('.foo')).color is "rgb(0, 0, 0)"
7 PASS getComputedStyle(document.querySelector('.baz')).color is "rgb(255, 0, 0)" 7 PASS getComputedStyle(document.querySelector('.baz')).color is "rgb(255, 0, 0)"
8 PASS getComputedStyle(document.querySelector('.bar')).color is "rgb(0, 0, 0)" 8 PASS getComputedStyle(document.querySelector('.bar')).color is "rgb(0, 0, 0)"
9 PASS internals.updateStyleAndReturnAffectedElementCount() is 59 9 PASS internals.updateStyleAndReturnAffectedElementCount() is 6
10 PASS getComputedStyle(document.querySelector('.foo')).color is "rgb(255, 0, 0)" 10 PASS getComputedStyle(document.querySelector('.foo')).color is "rgb(255, 0, 0)"
11 PASS getComputedStyle(document.querySelector('.baz')).color is "rgb(255, 0, 0)" 11 PASS getComputedStyle(document.querySelector('.baz')).color is "rgb(255, 0, 0)"
12 PASS getComputedStyle(document.querySelector('.bar')).color is "rgb(0, 0, 0)" 12 PASS getComputedStyle(document.querySelector('.bar')).color is "rgb(0, 0, 0)"
13 PASS successfullyParsed is true 13 PASS successfullyParsed is true
14 14
15 TEST COMPLETE 15 TEST COMPLETE
16 foo 16 foo
17 foo 17 foo
18 foo 18 foo
19 bar 19 bar
20 bar 20 bar
21 bar 21 bar
22 baz 22 baz
23 baz 23 baz
24 baz 24 baz
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698