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 - P4: Revise expected test results under other folders, r…
…=smaug MozReview-Commit-ID: 4SSW3ZLKHMy --HG-- extra : rebase_source : ea01062b2757f76dab29dd9b0b26644a1d07bfd8
- Loading branch information
btian
committed
Oct 27, 2017
1 parent
78f8319
commit 4ca4fdd
Showing
12 changed files
with
20 additions
and
165 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
5 changes: 4 additions & 1 deletion
5
testing/web-platform/meta/cssom-view/elementsFromPoint-shadowroot.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,8 @@ | ||
[elementsFromPoint-shadowroot.html] | ||
type: testharness | ||
[Untitled] | ||
prefs: [dom.webcomponents.enabled:true] | ||
[elementsFromPoint on the document root should not return elements in shadow trees] | ||
expected: FAIL | ||
|
||
[elementsFromPoint on a shadow root should include elements in that shadow tree] | ||
expected: FAIL |
3 changes: 3 additions & 0 deletions
3
testing/web-platform/meta/cssom-view/scrollIntoView-shadow.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[scrollIntoView-shadow.html] | ||
type: testharness | ||
prefs: [dom.webcomponents.enabled:true] |
43 changes: 1 addition & 42 deletions
43
testing/web-platform/meta/custom-elements/adopted-callback.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,86 +1,45 @@ | ||
[adopted-callback.html] | ||
type: testharness | ||
[Inserting a custom element into a shadow tree in the document of the template elements must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
prefs: [dom.webcomponents.enabled:true] | ||
[Inserting the shadow host of a custom element into the document of the template elements must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Moving the shadow host of a custom element from the owner document into the document of the template elements must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a detached shadow tree that belongs to the document of the template elements must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a shadow tree in a new document must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Inserting the shadow host of a custom element into a new document must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Moving the shadow host of a custom element from the owner document into a new document must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a detached shadow tree that belongs to a new document must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a shadow tree in a cloned document must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Inserting the shadow host of a custom element into a cloned document must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Moving the shadow host of a custom element from the owner document into a cloned document must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a detached shadow tree that belongs to a cloned document must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a shadow tree in a document created by createHTMLDocument must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Inserting the shadow host of a custom element into a document created by createHTMLDocument must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Moving the shadow host of a custom element from the owner document into a document created by createHTMLDocument must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a detached shadow tree that belongs to a document created by createHTMLDocument must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a shadow tree in an HTML document created by createDocument must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Inserting the shadow host of a custom element into an HTML document created by createDocument must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Moving the shadow host of a custom element from the owner document into an HTML document created by createDocument must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a detached shadow tree that belongs to an HTML document created by createDocument must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a shadow tree in the document of an iframe must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Inserting the shadow host of a custom element into the document of an iframe must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Moving the shadow host of a custom element from the owner document into the document of an iframe must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a detached shadow tree that belongs to the document of an iframe must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a shadow tree in an HTML document fetched by XHR must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Inserting the shadow host of a custom element into an HTML document fetched by XHR must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Moving the shadow host of a custom element from the owner document into an HTML document fetched by XHR must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a detached shadow tree that belongs to an HTML document fetched by XHR must enqueue and invoke adoptedCallback] | ||
expected: FAIL | ||
|
73 changes: 1 addition & 72 deletions
73
testing/web-platform/meta/custom-elements/connected-callbacks.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,74 +1,3 @@ | ||
[connected-callbacks.html] | ||
type: testharness | ||
[Inserting a custom element into a shadow tree in the document must enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting the shadow host of a custom element into the document must enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a detached shadow tree that belongs to the document must not enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a shadow tree in the document of the template elements must enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting the shadow host of a custom element into the document of the template elements must enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a detached shadow tree that belongs to the document of the template elements must not enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a shadow tree in a new document must enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting the shadow host of a custom element into a new document must enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a detached shadow tree that belongs to a new document must not enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a shadow tree in a cloned document must enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting the shadow host of a custom element into a cloned document must enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a detached shadow tree that belongs to a cloned document must not enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a shadow tree in a document created by createHTMLDocument must enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting the shadow host of a custom element into a document created by createHTMLDocument must enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a detached shadow tree that belongs to a document created by createHTMLDocument must not enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a shadow tree in an HTML document created by createDocument must enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting the shadow host of a custom element into an HTML document created by createDocument must enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a detached shadow tree that belongs to an HTML document created by createDocument must not enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a shadow tree in the document of an iframe must enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting the shadow host of a custom element into the document of an iframe must enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a detached shadow tree that belongs to the document of an iframe must not enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a shadow tree in an HTML document fetched by XHR must enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting the shadow host of a custom element into an HTML document fetched by XHR must enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
[Inserting a custom element into a detached shadow tree that belongs to an HTML document fetched by XHR must not enqueue and invoke connectedCallback] | ||
expected: FAIL | ||
|
||
prefs: [dom.webcomponents.enabled:true] |
7 changes: 1 addition & 6 deletions
7
testing/web-platform/meta/custom-elements/reactions/Element.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
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
4 changes: 1 addition & 3 deletions
4
...e-meta-element/pragma-directives/attr-meta-http-equiv-refresh/not-in-shadow-tree.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,3 @@ | ||
[not-in-shadow-tree.html] | ||
type: testharness | ||
[Meta refresh only applies while in the document tree, not in a shadow tree] | ||
expected: FAIL | ||
|
||
prefs: [dom.webcomponents.enabled:true] |
4 changes: 1 addition & 3 deletions
4
...ing/web-platform/meta/html/semantics/forms/the-form-element/form-elements-filter.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,3 @@ | ||
[form-elements-filter.html] | ||
type: testharness | ||
[form.elements only includes elements from the same shadow tree] | ||
expected: FAIL | ||
|
||
prefs: [dom.webcomponents.enabled:true] |
3 changes: 3 additions & 0 deletions
3
testing/web-platform/meta/html/semantics/forms/the-label-element/label-attributes.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[label-attributes.html] | ||
type: testharness | ||
prefs: [dom.webcomponents.enabled:true] |
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
4 changes: 2 additions & 2 deletions
4
testing/web-platform/meta/touch-events/touch-retargeting.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,5 @@ | ||
[touch-retargeting.html] | ||
type: testharness | ||
[TouchEvent Retargeting Tests] | ||
prefs: [dom.webcomponents.enabled:true] | ||
[TouchEvent's touches, targetTouches, and changedTouches should be retargeted.] | ||
expected: FAIL | ||
|