Bug 1404842 - P4: Revise expected test results under other folders, r=smaug

MozReview-Commit-ID: 4SSW3ZLKHMy

--HG--
extra : rebase_source : ea01062b2757f76dab29dd9b0b26644a1d07bfd8
This commit is contained in:
btian 2017-10-27 16:08:05 +08:00
parent 78f8319b33
commit 4ca4fdd5ff
12 changed files with 20 additions and 165 deletions

View File

@ -1,5 +1,6 @@
[targeting.html]
type: testharness
prefs: [dom.webcomponents.enabled:true]
expected: TIMEOUT
[These tests should not fail.]
expected: NOTRUN
@ -8,10 +9,10 @@
expected: TIMEOUT
[Correct targeting inside shadow tree (inline handler).]
expected: FAIL
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1404842#c19
[Correct targeting inside shadow tree (style).]
expected: FAIL
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1404842#c19
[Elements created in this document, but pushed into a same-origin frame trigger on that frame's document, not on this frame's document.]
expected: TIMEOUT

View File

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

View File

@ -0,0 +1,3 @@
[scrollIntoView-shadow.html]
type: testharness
prefs: [dom.webcomponents.enabled:true]

View File

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

View File

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

View File

@ -1,11 +1,6 @@
[Element.html]
type: testharness
[slot on Element must enqueue an attributeChanged reaction when adding slot content attribute]
expected: FAIL
[slot on Element must enqueue an attributeChanged reaction when replacing an existing attribute]
expected: FAIL
prefs: [dom.webcomponents.enabled:true]
[removeAttribute on Element must not enqueue an attributeChanged reaction when removing an attribute that does not exist]
expected: FAIL

View File

@ -16,24 +16,6 @@
expected: FAIL
bug: 931884
[ShadowRoot interface: attribute mode]
expected: FAIL
[Element interface: attribute slot]
expected: FAIL
[Element interface: operation attachShadow(ShadowRootInit)]
expected: FAIL
[Element interface: element must inherit property "slot" with the proper type (7)]
expected: FAIL
[Element interface: element must inherit property "attachShadow" with the proper type (24)]
expected: FAIL
[Element interface: calling attachShadow(ShadowRootInit) on element with too few arguments must throw TypeError]
expected: FAIL
[Element interface: element must inherit property "assignedSlot" with the proper type (48)]
expected: FAIL
@ -90,10 +72,3 @@
[Document interface: xmlDoc must inherit property "origin" with the proper type]
expected: FAIL
[Element interface: element must inherit property "slot" with the proper type]
expected: FAIL
[Element interface: element must inherit property "attachShadow(ShadowRootInit)" with the proper type]
expected: FAIL

View File

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

View File

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

View File

@ -0,0 +1,3 @@
[label-attributes.html]
type: testharness
prefs: [dom.webcomponents.enabled:true]

View File

@ -268,15 +268,6 @@
[Document interface: attribute origin]
expected: FAIL
[ShadowRoot interface: attribute mode]
expected: FAIL
[Element interface: attribute slot]
expected: FAIL
[Element interface: operation attachShadow(ShadowRootInit)]
expected: FAIL
[PaymentRequest must be primary interface of new PaymentRequest([{supportedMethods: 'foo'}\], {total: {label: 'bar', amount: {currency: 'USD', value: '0'}} })]
expected: FAIL

View File

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