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

Side by Side Diff: LayoutTests/fast/css/invalidation/targeted-class-type-selectors-expected.txt

Issue 224593002: Use invalidation sets when selector contains adjacent combinators. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased with modified expected test results. 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 | Annotate | Revision Log
OLDNEW
1 Check that targeted class invalidation works for type selectors. 1 Check that targeted class invalidation works for type selectors.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS getComputedStyle(children[0][0], null).backgroundColor is transparent 6 PASS getComputedStyle(children[0][0], null).backgroundColor is transparent
7 PASS getComputedStyle(children[0][1], null).backgroundColor is transparent 7 PASS getComputedStyle(children[0][1], null).backgroundColor is transparent
8 PASS getComputedStyle(children[0][2], null).backgroundColor is transparent 8 PASS getComputedStyle(children[0][2], null).backgroundColor is transparent
9 PASS getComputedStyle(children[0][3], null).backgroundColor is transparent 9 PASS getComputedStyle(children[0][3], null).backgroundColor is transparent
10 PASS getComputedStyle(children[1][0], null).backgroundColor is transparent 10 PASS getComputedStyle(children[1][0], null).backgroundColor is transparent
11 PASS getComputedStyle(children[1][1], null).backgroundColor is transparent 11 PASS getComputedStyle(children[1][1], null).backgroundColor is transparent
12 PASS getComputedStyle(children[1][2], null).backgroundColor is transparent 12 PASS getComputedStyle(children[1][2], null).backgroundColor is transparent
13 PASS getComputedStyle(children[1][3], null).backgroundColor is transparent 13 PASS getComputedStyle(children[1][3], null).backgroundColor is transparent
14 PASS getComputedStyle(children[2][0], null).backgroundColor is transparent 14 PASS getComputedStyle(children[2][0], null).backgroundColor is transparent
15 PASS getComputedStyle(children[2][1], null).backgroundColor is transparent 15 PASS getComputedStyle(children[2][1], null).backgroundColor is transparent
16 PASS getComputedStyle(children[2][2], null).backgroundColor is transparent 16 PASS getComputedStyle(children[2][2], null).backgroundColor is transparent
17 PASS getComputedStyle(children[2][3], null).backgroundColor is transparent 17 PASS getComputedStyle(children[2][3], null).backgroundColor is transparent
18 PASS internals.updateStyleAndReturnAffectedElementCount() is 3 18 PASS internals.updateStyleAndReturnAffectedElementCount() is 3
19 PASS getComputedStyle(children[0][0], null).backgroundColor is green 19 PASS getComputedStyle(children[0][0], null).backgroundColor is green
20 PASS getComputedStyle(children[0][1], null).backgroundColor is green 20 PASS getComputedStyle(children[0][1], null).backgroundColor is green
21 PASS getComputedStyle(children[0][2], null).backgroundColor is transparent 21 PASS getComputedStyle(children[0][2], null).backgroundColor is transparent
22 PASS getComputedStyle(children[0][3], null).backgroundColor is transparent 22 PASS getComputedStyle(children[0][3], null).backgroundColor is transparent
23 PASS internals.updateStyleAndReturnAffectedElementCount() is 5 23 PASS internals.updateStyleAndReturnAffectedElementCount() is 3
24 PASS getComputedStyle(children[1][0], null).backgroundColor is transparent 24 PASS getComputedStyle(children[1][0], null).backgroundColor is transparent
25 PASS getComputedStyle(children[1][1], null).backgroundColor is transparent 25 PASS getComputedStyle(children[1][1], null).backgroundColor is transparent
26 PASS getComputedStyle(children[1][2], null).backgroundColor is green 26 PASS getComputedStyle(children[1][2], null).backgroundColor is green
27 PASS getComputedStyle(children[1][3], null).backgroundColor is transparent 27 PASS getComputedStyle(children[1][3], null).backgroundColor is transparent
28 PASS internals.updateStyleAndReturnAffectedElementCount() is 5 28 PASS internals.updateStyleAndReturnAffectedElementCount() is 5
29 PASS getComputedStyle(children[2][0], null).backgroundColor is green 29 PASS getComputedStyle(children[2][0], null).backgroundColor is green
30 PASS getComputedStyle(children[2][1], null).backgroundColor is green 30 PASS getComputedStyle(children[2][1], null).backgroundColor is green
31 PASS getComputedStyle(children[2][2], null).backgroundColor is green 31 PASS getComputedStyle(children[2][2], null).backgroundColor is green
32 PASS getComputedStyle(children[2][3], null).backgroundColor is green 32 PASS getComputedStyle(children[2][3], null).backgroundColor is green
33 PASS successfullyParsed is true 33 PASS successfullyParsed is true
34 34
35 TEST COMPLETE 35 TEST COMPLETE
36 36
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/invalidation/targeted-class-type-selectors.html ('k') | Source/core/css/RuleFeature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698