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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/styles/shadow-cascade-order-expected.txt

Issue 1803933002: Use correct cascading order for Shadow DOM v1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix inline style Created 4 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
OLDNEW
(Empty)
1 This is a testharness.js-based test.
kochi 2016/03/16 12:23:18 Deleting this -expected.txt file means the test pa
2 FAIL A1. document vs ::slotted, document rule should win for open mode. assert_e quals: A1. document vs ::slotted, document rule should win expected "rgb(0, 128, 0)" but got "rgb(255, 0, 0)"
3 PASS A2. document vs :host, document rule should win for open mode.
4 PASS A3. document vs inline, inline rule should win for open mode.
5 PASS A4. ::slotted vs :host, earlier in tree-of-trees rule should win for open m ode.
6 PASS A5. ::slotted vs inline, inline rule should win for open mode.
7 PASS A6. :host vs inline, inline rule should win for open mode.
8 PASS B1. document with !important vs ::slotted, document rule should win for ope n mode.
9 PASS B2. document with !important vs :host, document rule should win for open mo de.
10 PASS B3. document vs inline with !important, inline rule should win for open mod e.
11 PASS B4. ::slotted with !important vs :host, earlier in tree-of-trees rule shou ld win for open mode.
12 PASS B5. ::slotted vs inline with !important, inline rule should win for open mo de.
13 PASS B6. :host vs inline with !important, inline rule should win for open mode.
14 PASS C1. document vs ::slotted with !important, ::slotted rule should win for op en mode.
15 PASS C2. document vs :host with !important, :host rule should win for open mode.
16 PASS C3. document with !important vs inline, document rule should win for open m ode.
17 PASS C4. ::slotted vs :host with !important, later in tree-of-trees rule should win for open mode.
18 PASS C5. ::slotted with !important vs inline, ::slotted rule should win for open mode.
19 PASS C6. :host with !important vs inline, :host rule should win for open mode.
20 PASS D1. document vs ::slotted both with !important, ::slotted rule should win f or open mode.
21 FAIL D2. document vs :host both with !important, :host rule should win for open mode. assert_equals: D2. document vs :host both with !important, :host rule shou ld win expected "rgb(0, 128, 0)" but got "rgb(255, 0, 0)"
22 PASS D3. document vs inline both with !important, inline rule should win for ope n mode.
23 FAIL D4. ::slotted vs :host both with !important, later in tree-of-trees rule sh ould win for open mode. assert_equals: D4. ::slotted vs :host both with !importa nt, later in tree-of-trees rule should win expected "rgb(0, 128, 0)" but got "rg b(255, 0, 0)"
24 FAIL D5. ::slotted vs inline both with !important, ::slotted rule should win for open mode. assert_equals: D5. ::slotted vs inline both with !important, ::slott ed rule should win expected "rgb(0, 128, 0)" but got "rgb(255, 0, 0)"
25 FAIL D6. :host vs inline both with !important, :host rule should win for open mo de. assert_equals: D6. :host vs inline both with !important, :host rule should w in expected "rgb(0, 128, 0)" but got "rgb(255, 0, 0)"
26 PASS E1. all style applied, inline rule should win for open mode.
27 FAIL E2. all styles with !important applied, rule in the last tree-of-trees shou ld win for open mode. assert_equals: E2. all styles with !important applied, rul e in the last tree-of-trees should win expected "rgb(0, 128, 0)" but got "rgb(25 5, 255, 0)"
28 FAIL A1. document vs ::slotted, document rule should win for closed mode. assert _equals: A1. document vs ::slotted, document rule should win expected "rgb(0, 12 8, 0)" but got "rgb(255, 0, 0)"
29 PASS A2. document vs :host, document rule should win for closed mode.
30 PASS A3. document vs inline, inline rule should win for closed mode.
31 PASS A4. ::slotted vs :host, earlier in tree-of-trees rule should win for closed mode.
32 PASS A5. ::slotted vs inline, inline rule should win for closed mode.
33 PASS A6. :host vs inline, inline rule should win for closed mode.
34 PASS B1. document with !important vs ::slotted, document rule should win for clo sed mode.
35 PASS B2. document with !important vs :host, document rule should win for closed mode.
36 PASS B3. document vs inline with !important, inline rule should win for closed m ode.
37 PASS B4. ::slotted with !important vs :host, earlier in tree-of-trees rule shou ld win for closed mode.
38 PASS B5. ::slotted vs inline with !important, inline rule should win for closed mode.
39 PASS B6. :host vs inline with !important, inline rule should win for closed mode .
40 PASS C1. document vs ::slotted with !important, ::slotted rule should win for cl osed mode.
41 PASS C2. document vs :host with !important, :host rule should win for closed mod e.
42 PASS C3. document with !important vs inline, document rule should win for closed mode.
43 PASS C4. ::slotted vs :host with !important, later in tree-of-trees rule should win for closed mode.
44 PASS C5. ::slotted with !important vs inline, ::slotted rule should win for clos ed mode.
45 PASS C6. :host with !important vs inline, :host rule should win for closed mode.
46 PASS D1. document vs ::slotted both with !important, ::slotted rule should win f or closed mode.
47 FAIL D2. document vs :host both with !important, :host rule should win for close d mode. assert_equals: D2. document vs :host both with !important, :host rule sh ould win expected "rgb(0, 128, 0)" but got "rgb(255, 0, 0)"
48 PASS D3. document vs inline both with !important, inline rule should win for clo sed mode.
49 FAIL D4. ::slotted vs :host both with !important, later in tree-of-trees rule sh ould win for closed mode. assert_equals: D4. ::slotted vs :host both with !impor tant, later in tree-of-trees rule should win expected "rgb(0, 128, 0)" but got " rgb(255, 0, 0)"
50 FAIL D5. ::slotted vs inline both with !important, ::slotted rule should win for closed mode. assert_equals: D5. ::slotted vs inline both with !important, ::slo tted rule should win expected "rgb(0, 128, 0)" but got "rgb(255, 0, 0)"
51 FAIL D6. :host vs inline both with !important, :host rule should win for closed mode. assert_equals: D6. :host vs inline both with !important, :host rule should win expected "rgb(0, 128, 0)" but got "rgb(255, 0, 0)"
52 PASS E1. all style applied, inline rule should win for closed mode.
53 FAIL E2. all styles with !important applied, rule in the last tree-of-trees shou ld win for closed mode. assert_equals: E2. all styles with !important applied, r ule in the last tree-of-trees should win expected "rgb(0, 128, 0)" but got "rgb( 255, 255, 0)"
54 FAIL F1. document vs others, document (the first rule in tree-of-trees order) ru le should win for open mode. assert_equals: F1. document vs others, document (th e first rule in tree-of-trees order) rule should win expected "rgb(0, 128, 0)" b ut got "rgb(255, 0, 0)"
55 PASS F2. document with !important vs others, document rule should win for open m ode.
56 PASS F3. document vs ::slotted with !important, important rule should win for op en mode.
57 PASS F4. document vs ::slotted with !important, important rule should win for op en mode.
58 PASS F5. document vs :host with !important, important rule should win for open m ode.
59 FAIL F6. all rules with !important, the last rule in tree-of-trees should win fo r open mode. assert_equals: F6. all rules with !important, the last rule in tree -of-trees should win expected "rgb(0, 128, 0)" but got "rgb(255, 0, 0)"
60 FAIL F1. document vs others, document (the first rule in tree-of-trees order) ru le should win for closed mode. assert_equals: F1. document vs others, document ( the first rule in tree-of-trees order) rule should win expected "rgb(0, 128, 0)" but got "rgb(255, 0, 0)"
61 PASS F2. document with !important vs others, document rule should win for closed mode.
62 PASS F3. document vs ::slotted with !important, important rule should win for cl osed mode.
63 PASS F4. document vs ::slotted with !important, important rule should win for cl osed mode.
64 PASS F5. document vs :host with !important, important rule should win for closed mode.
65 FAIL F6. all rules with !important, the last rule in tree-of-trees should win fo r closed mode. assert_equals: F6. all rules with !important, the last rule in tr ee-of-trees should win expected "rgb(0, 128, 0)" but got "rgb(255, 0, 0)"
66 Harness: the test ran to completion.
67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698