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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/add-remove-stylesheets-at-once-minimal-recalc-style-expected.txt

Issue 1896793002: Rename (updateLayout/updateStyle).*.() to updateStyleAndLayout.*.() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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.updateStyleAndLayoutAndReturnAffectedElementCount() is 8
2 PASS internals.updateStyleAndReturnAffectedElementCount() is 10 2 PASS internals.updateStyleAndLayoutAndReturnAffectedElementCount() 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