forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1404842 - P3: Revise expected test results under css, r=smaug
MozReview-Commit-ID: 2hhPCLgDULy --HG-- extra : rebase_source : 744b7fca73ef67633d6994d4bf2fd7af4a1f5e3c
- Loading branch information
Ben Tian
committed
Oct 19, 2017
1 parent
1c93de3
commit 78f8319
Showing
16 changed files
with
110 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
prefs: [dom.webcomponents.enabled:true] |
3 changes: 0 additions & 3 deletions
3
.../web-platform/meta/css/css-scoping-1/css-scoping-shadow-assigned-node-with-rules.html.ini
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...ng/web-platform/meta/css/css-scoping-1/css-scoping-shadow-host-with-before-after.html.ini
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
testing/web-platform/meta/css/css-scoping-1/css-scoping-shadow-root-hides-children.html.ini
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
testing/web-platform/meta/css/css-scoping-1/css-scoping-shadow-slotted-rule.html.ini
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
testing/web-platform/meta/css/css-scoping-1/css-scoping-shadow-with-outside-rules.html.ini
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
.../web-platform/meta/css/css-scoping-1/css-scoping-shadow-with-rules-no-style-leak.html.ini
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
testing/web-platform/meta/css/css-scoping-1/css-scoping-shadow-with-rules.html.ini
This file was deleted.
Oops, something went wrong.
107 changes: 106 additions & 1 deletion
107
testing/web-platform/meta/css/css-scoping-1/shadow-cascade-order-001.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
prefs: [dom.webcomponents.enabled:true] |
2 changes: 1 addition & 1 deletion
2
testing/web-platform/meta/css/selectors4/focus-within-shadow-001.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
3 changes: 0 additions & 3 deletions
3
testing/web-platform/meta/css/selectors4/focus-within-shadow-002.html.ini
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
testing/web-platform/meta/css/selectors4/focus-within-shadow-003.html.ini
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
testing/web-platform/meta/css/selectors4/focus-within-shadow-004.html.ini
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
testing/web-platform/meta/css/selectors4/focus-within-shadow-005.html.ini
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
testing/web-platform/meta/css/selectors4/focus-within-shadow-006.html.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |