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

Side by Side Diff: LayoutTests/fast/dom/shadow/style-with-shadow-pseudo-element-expected.txt

Issue 289923004: Rename layout test filenames with "cat" and "hat" combinators (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/dom/shadow/style-with-shadow-pseudo-element.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Test for ::shadow, http://crbug.com/309504. 1 Test for ::shadow, http://crbug.com/309504.
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 borderColorOf(getNodeInTreeOfTrees("host/top-div")) is "rgb(0, 128, 0)" 6 PASS borderColorOf(getNodeInTreeOfTrees("host/top-div")) is "rgb(0, 128, 0)"
7 PASS borderColorOf(getNodeInTreeOfTrees("host/top-span")) is not "rgb(0, 128, 0) " 7 PASS borderColorOf(getNodeInTreeOfTrees("host/top-span")) is not "rgb(0, 128, 0) "
8 PASS borderColorOf(getNodeInTreeOfTrees("host/not-top-div")) is not "rgb(0, 128, 0)" 8 PASS borderColorOf(getNodeInTreeOfTrees("host/not-top-div")) is not "rgb(0, 128, 0)"
9 PASS borderColorOf(getNodeInTreeOfTrees("host/not-top-span")) is not "rgb(0, 128 , 0)" 9 PASS borderColorOf(getNodeInTreeOfTrees("host/not-top-span")) is not "rgb(0, 128 , 0)"
10 PASS borderColorOf(getNodeInTreeOfTrees("host/span1")) is not "rgb(0, 128, 0)" 10 PASS borderColorOf(getNodeInTreeOfTrees("host/span1")) is not "rgb(0, 128, 0)"
(...skipping 13 matching lines...) Expand all
24 PASS borderColorOf(getNodeInTreeOfTrees("host/target")) is "rgb(0, 0, 0)" 24 PASS borderColorOf(getNodeInTreeOfTrees("host/target")) is "rgb(0, 0, 0)"
25 PASS borderColorOf(getNodeInTreeOfTrees("host/host2/target")) is "rgb(0, 0, 0)" 25 PASS borderColorOf(getNodeInTreeOfTrees("host/host2/target")) is "rgb(0, 0, 0)"
26 PASS borderColorOf(getNodeInTreeOfTrees("host/host2/target")) is "rgb(0, 128, 0) " 26 PASS borderColorOf(getNodeInTreeOfTrees("host/host2/target")) is "rgb(0, 128, 0) "
27 PASS borderColorOf(getNodeInTreeOfTrees("host/host2/target")) is "rgb(0, 0, 0)" 27 PASS borderColorOf(getNodeInTreeOfTrees("host/host2/target")) is "rgb(0, 0, 0)"
28 PASS borderColorOf(getNodeInTreeOfTrees("host//host2/target")) is "rgb(0, 128, 0 )" 28 PASS borderColorOf(getNodeInTreeOfTrees("host//host2/target")) is "rgb(0, 128, 0 )"
29 PASS borderColorOf(getNodeInTreeOfTrees("host/x-bar-host/x-zot-host/x-zot-target ")) is not "rgb(255, 0, 0)" 29 PASS borderColorOf(getNodeInTreeOfTrees("host/x-bar-host/x-zot-host/x-zot-target ")) is not "rgb(255, 0, 0)"
30 PASS successfullyParsed is true 30 PASS successfullyParsed is true
31 31
32 TEST COMPLETE 32 TEST COMPLETE
33 33
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/shadow/style-with-shadow-pseudo-element.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698