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

Side by Side Diff: LayoutTests/fast/css/deep-cascade-order-expected.txt

Issue 1298173004: Implement proposed shadow tree cascade order. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed expected results and added another TODO. Created 5 years, 4 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
(Empty)
1 CONSOLE WARNING: /deep/ combinator is deprecated. See https://www.chromestatus.c om/features/6750456638341120 for more details.
2 Cascade order for inner/outer tree rules with /deep/.
3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5
6
7 PASS getComputedStyle(root1.querySelector('div')).color is green
8 TODO(rune@opera.com): Currently fails because style attributes are added to the end, not in its element's scope's cascade order
9 FAIL getComputedStyle(root1.querySelector('div + div')).color should be rgb(0, 1 28, 0). Was rgb(255, 0, 0).
10 PASS getComputedStyle(root2.querySelector('div')).color is green
11 TODO(rune@opera.com): Currently fails because style attributes are added to the end, not in its element's scope's cascade order
12 FAIL getComputedStyle(root2.querySelector('div + div')).color should be rgb(0, 1 28, 0). Was rgb(255, 0, 0).
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/deep-cascade-order.html ('k') | LayoutTests/fast/css/getComputedStyle/computed-style-redistribution.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698