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

Side by Side Diff: LayoutTests/fast/dom/shadow/content-combinator-expected.txt

Issue 187353003: Implement /content/ combinator. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 6 years, 9 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
(Empty)
1 PASS colorOf("#host > div") is "rgb(0, 128, 0)"
2 PASS colorOf("#host > div") is "rgb(0, 128, 0)"
3 PASS colorOfNodeInTreeOfTrees("host/p-in-shadow") is "rgb(0, 128, 0)"
4 PASS colorOf("#host > p") is not "rgb(0, 128, 0)"
5 PASS colorOf("#host > div.hello > div") is "rgb(0, 128, 0)"
6 PASS colorOf("#host > div:not(.hello) > div") is not "rgb(0, 128, 0)"
7 PASS colorOf("#host > div.foo") is "rgb(0, 128, 0)"
8 PASS colorOf("#host > div.hello#first-child") is "rgb(0, 128, 0)"
9 PASS colorOf("#host > div.hello#last-child") is "rgb(0, 128, 0)"
10 PASS colorOf("#host > p > div") is not "rgb(255, 0, 0)"
11 PASS colorOfNodeInTreeOfTrees("host/target") is "rgb(0, 128, 0)"
12 PASS colorOf("#host > div") is "rgb(0, 128, 0)"
13 PASS colorOfNodeInTreeOfTrees("host/div-in-shadow") is not "rgb(0, 128, 0)"
14 PASS colorOf("#host > div") is "rgb(0, 128, 0)"
15 PASS colorOfNodeInTreeOfTrees("host/div-in-shadow") is not "rgb(0, 128, 0)"
16 PASS colorOf("#host > div") is "rgb(0, 128, 0)"
17 PASS colorOfNodeInTreeOfTrees("host/div-in-shadow") is not "rgb(0, 128, 0)"
18 PASS colorOfNodeInTreeOfTrees("hostChild") is "rgb(0, 128, 0)"
19 PASS colorOf(".contentClass") is "rgb(0, 128, 0)"
20 PASS successfullyParsed is true
21
22 TEST COMPLETE
23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698