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

Side by Side Diff: LayoutTests/fast/dom/shadow/host-pseudo-class-expected.txt

Issue 210813003: Rename :ancestor to :host-context. (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
1 Test whether :host matches a shadow host correctly. 1 Test whether :host matches a shadow host correctly.
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 :host out of shadow tree should not match any shadow hosts. 6 :host out of shadow tree should not match any shadow hosts.
7 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" 7 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)"
8 :host with * should not match any shadow hosts. 8 :host with * should not match any shadow hosts.
9 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" 9 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)"
10 :host with tag selector should not match any shadow hosts. 10 :host with tag selector should not match any shadow hosts.
11 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" 11 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)"
12 :host with class selector should not match any shadow hosts. 12 :host with class selector should not match any shadow hosts.
13 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" 13 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)"
14 :host with id selector should not match any shadow hosts. 14 :host with id selector should not match any shadow hosts.
15 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" 15 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)"
16 :host with attribute selector should not match any shadow hosts. 16 :host with attribute selector should not match any shadow hosts.
17 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" 17 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)"
18 :host in a shadow tree should match its shadow host. 18 :host in a shadow tree should match its shadow host.
19 PASS backgroundColorOf('host') is "rgb(0, 128, 0)" 19 PASS backgroundColorOf('host') is "rgb(0, 128, 0)"
20 :host with :ancestor in a shadow tree should match its shadow host. 20 :host with :host-context in a shadow tree should match its shadow host.
21 PASS backgroundColorOf('host') is "rgb(0, 128, 0)" 21 PASS backgroundColorOf('host') is "rgb(0, 128, 0)"
22 :host takes simple selectors and matches when one of the simple selectors matche s. 22 :host takes simple selectors and matches when one of the simple selectors matche s.
23 PASS backgroundColorOf('host') is "rgb(0, 128, 0)" 23 PASS backgroundColorOf('host') is "rgb(0, 128, 0)"
24 :host matches a shadow host in just a nested shadow tree, not all enclosing shad ow trees. 24 :host matches a shadow host in just a nested shadow tree, not all enclosing shad ow trees.
25 PASS backgroundColorOf('host1') is "rgba(0, 0, 0, 0)" 25 PASS backgroundColorOf('host1') is "rgba(0, 0, 0, 0)"
26 PASS backgroundColorOf('host1/host2') is "rgb(0, 128, 0)" 26 PASS backgroundColorOf('host1/host2') is "rgb(0, 128, 0)"
27 :host is updated when its matched host changes className or id. 27 :host is updated when its matched host changes className or id.
28 PASS backgroundColorOf('host') is "rgb(0, 128, 0)" 28 PASS backgroundColorOf('host') is "rgb(0, 128, 0)"
29 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)" 29 PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)"
30 PASS backgroundColorOf('host') is "rgb(0, 128, 0)" 30 PASS backgroundColorOf('host') is "rgb(0, 128, 0)"
31 PASS backgroundColorOf('host2') is "rgba(0, 0, 0, 0)" 31 PASS backgroundColorOf('host2') is "rgba(0, 0, 0, 0)"
32 Compare :host with :host. 32 Compare :host with :host.
33 PASS backgroundColorOf('host') is "rgb(0, 128, 0)" 33 PASS backgroundColorOf('host') is "rgb(0, 128, 0)"
34 PASS backgroundColorOf('host') is "rgb(255, 0, 0)" 34 PASS backgroundColorOf('host') is "rgb(255, 0, 0)"
35 PASS backgroundColorOf('host/target') is "rgb(0, 128, 0)" 35 PASS backgroundColorOf('host/target') is "rgb(0, 128, 0)"
36 PASS backgroundColorOf('host/target') is "rgb(0, 128, 0)" 36 PASS backgroundColorOf('host/target') is "rgb(0, 128, 0)"
37 PASS backgroundColorOf('host/target') is "rgb(0, 128, 0)" 37 PASS backgroundColorOf('host/target') is "rgb(0, 128, 0)"
38 PASS successfullyParsed is true 38 PASS successfullyParsed is true
39 39
40 TEST COMPLETE 40 TEST COMPLETE
41 41
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/host-pseudo-class.html ('k') | LayoutTests/fast/dom/shadow/hostcontext-first-child.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698