Skip to content

Commit

Permalink
Bug 1404842 - P3: Revise expected test results under css, r=smaug
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: 2hhPCLgDULy

--HG--
extra : rebase_source : 744b7fca73ef67633d6994d4bf2fd7af4a1f5e3c
  • Loading branch information
Ben Tian committed Oct 19, 2017
1 parent 1c93de3 commit 78f8319
Show file tree
Hide file tree
Showing 16 changed files with 110 additions and 36 deletions.
1 change: 1 addition & 0 deletions testing/web-platform/meta/css/css-scoping-1/__dir__.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
prefs: [dom.webcomponents.enabled:true]

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,110 @@
[shadow-cascade-order-001.html]
type: testharness
[Shadow DOM: CSS Style Rule cascading]
[A4. ::slotted vs :host, earlier in tree-of-trees rule should win for open mode.]
expected: FAIL

[B4. ::slotted with !important vs :host, earlier in tree-of-trees rule should win for open mode.]
expected: FAIL

[B5. ::slotted vs inline with !important, inline rule should win for open mode.]
expected: FAIL

[C1. document vs ::slotted with !important, ::slotted rule should win for open mode.]
expected: FAIL

[C2. document vs :host with !important, :host rule should win for open mode.]
expected: FAIL

[C4. ::slotted vs :host with !important, later in tree-of-trees rule should win for open mode.]
expected: FAIL

[C5. ::slotted with !important vs inline, ::slotted rule should win for open mode.]
expected: FAIL

[C6. :host with !important vs inline, :host rule should win for open mode.]
expected: FAIL

[D1. document vs ::slotted both with !important, ::slotted rule should win for open mode.]
expected: FAIL

[D2. document vs :host both with !important, :host rule should win for open mode.]
expected: FAIL

[D4. ::slotted vs :host both with !important, later in tree-of-trees rule should win for open mode.]
expected: FAIL

[D5. ::slotted vs inline both with !important, ::slotted rule should win for open mode.]
expected: FAIL

[D6. :host vs inline both with !important, :host rule should win for open mode.]
expected: FAIL

[E2. all styles with !important applied, rule in the last tree-of-trees should win for open mode.]
expected: FAIL

[F3. document vs ::slotted with !important, important rule should win for open mode.]
expected: FAIL

[F4. document vs ::slotted with !important, important rule should win for open mode.]
expected: FAIL

[F5. document vs :host with !important, important rule should win for open mode.]
expected: FAIL

[F6. all rules with !important, the last rule in tree-of-trees should win for open mode.]
expected: FAIL

[A4. ::slotted vs :host, earlier in tree-of-trees rule should win for closed mode.]
expected: FAIL

[B4. ::slotted with !important vs :host, earlier in tree-of-trees rule should win for closed mode.]
expected: FAIL

[B5. ::slotted vs inline with !important, inline rule should win for closed mode.]
expected: FAIL

[C1. document vs ::slotted with !important, ::slotted rule should win for closed mode.]
expected: FAIL

[C2. document vs :host with !important, :host rule should win for closed mode.]
expected: FAIL

[C4. ::slotted vs :host with !important, later in tree-of-trees rule should win for closed mode.]
expected: FAIL

[C5. ::slotted with !important vs inline, ::slotted rule should win for closed mode.]
expected: FAIL

[C6. :host with !important vs inline, :host rule should win for closed mode.]
expected: FAIL

[D1. document vs ::slotted both with !important, ::slotted rule should win for closed mode.]
expected: FAIL

[D2. document vs :host both with !important, :host rule should win for closed mode.]
expected: FAIL

[D4. ::slotted vs :host both with !important, later in tree-of-trees rule should win for closed mode.]
expected: FAIL

[D5. ::slotted vs inline both with !important, ::slotted rule should win for closed mode.]
expected: FAIL

[D6. :host vs inline both with !important, :host rule should win for closed mode.]
expected: FAIL

[E2. all styles with !important applied, rule in the last tree-of-trees should win for closed mode.]
expected: FAIL

[F3. document vs ::slotted with !important, important rule should win for closed mode.]
expected: FAIL

[F4. document vs ::slotted with !important, important rule should win for closed mode.]
expected: FAIL

[F5. document vs :host with !important, important rule should win for closed mode.]
expected: FAIL

[F6. all rules with !important, the last rule in tree-of-trees should win for closed mode.]
expected: FAIL

1 change: 1 addition & 0 deletions testing/web-platform/meta/css/selectors4/__dir__.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
prefs: [dom.webcomponents.enabled:true]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[focus-within-shadow-001.html]
type: reftest
expected: TIMEOUT
expected: FAIL

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[focus-within-shadow-006.html]
type: reftest
expected: TIMEOUT
expected: FAIL

0 comments on commit 78f8319

Please sign in to comment.