Bug 1404842 - P3: Revise expected test results under css, r=smaug

MozReview-Commit-ID: 2hhPCLgDULy

--HG--
extra : rebase_source : 744b7fca73ef67633d6994d4bf2fd7af4a1f5e3c
This commit is contained in:
Ben Tian 2017-10-19 17:21:46 +08:00
Родитель 1c93de35e9
Коммит 78f8319b33
16 изменённых файлов: 110 добавлений и 36 удалений

Просмотреть файл

@ -0,0 +1 @@
prefs: [dom.webcomponents.enabled:true]

Просмотреть файл

@ -1,3 +0,0 @@
[css-scoping-shadow-assigned-node-with-rules.html]
type: reftest
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[css-scoping-shadow-host-with-before-after.html]
type: reftest
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[css-scoping-shadow-root-hides-children.html]
type: reftest
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[css-scoping-shadow-slotted-rule.html]
type: reftest
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[css-scoping-shadow-with-outside-rules.html]
type: reftest
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[css-scoping-shadow-with-rules-no-style-leak.html]
type: reftest
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[css-scoping-shadow-with-rules.html]
type: reftest
expected: FAIL

Просмотреть файл

@ -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

Просмотреть файл

@ -0,0 +1 @@
prefs: [dom.webcomponents.enabled:true]

Просмотреть файл

@ -1,3 +1,3 @@
[focus-within-shadow-001.html]
type: reftest
expected: TIMEOUT
expected: FAIL

Просмотреть файл

@ -1,3 +0,0 @@
[focus-within-shadow-002.html]
type: reftest
expected: TIMEOUT

Просмотреть файл

@ -1,3 +0,0 @@
[focus-within-shadow-003.html]
type: reftest
expected: TIMEOUT

Просмотреть файл

@ -1,3 +0,0 @@
[focus-within-shadow-004.html]
type: reftest
expected: TIMEOUT

Просмотреть файл

@ -1,3 +0,0 @@
[focus-within-shadow-005.html]
type: reftest
expected: TIMEOUT

Просмотреть файл

@ -1,3 +1,3 @@
[focus-within-shadow-006.html]
type: reftest
expected: TIMEOUT
expected: FAIL