Bug 1274159 - Part 3-2: Update web-platform-test expected result; r=wchen

MozReview-Commit-ID: IjTcP4CxgkA

--HG--
extra : rebase_source : b40501e277e9b95cbd4847c3204ea87781a2b6b5
This commit is contained in:
Edgar Chen 2016-11-09 23:06:59 +08:00
parent 7fec353892
commit 082687a3d8
4 changed files with 0 additions and 55 deletions

View File

@ -18,9 +18,6 @@
[customElements.define must rethrow an exception thrown while retrieving Symbol.iterator on observedAttributes]
expected: FAIL
[customElements.define must define an instantiatable custom element]
expected: FAIL
[customElements.define must upgrade elements in the shadow-including tree order]
expected: FAIL

View File

@ -12,9 +12,6 @@
[document.createElement must report a NotSupportedError when attribute is added by attributes.setNamedItem during construction]
expected: FAIL
[document.createElement must not report a NotSupportedError when attribute is added and removed during construction]
expected: FAIL
[document.createElement must report a NotSupportedError when a Text child is added during construction]
expected: FAIL

View File

@ -1,11 +0,0 @@
[HTMLElement-constructor.html]
type: testharness
[HTMLElement constructor must infer the tag name from the element interface]
expected: FAIL
[HTMLElement constructor must allow subclassing a custom element]
expected: FAIL
[HTMLElement constructor must allow subclassing an user-defined subclass of HTMLElement]
expected: FAIL

View File

@ -1,38 +0,0 @@
[newtarget.html]
type: testharness
[Use NewTarget's prototype, not the one stored at definition time]
expected: FAIL
[Rethrow any exceptions thrown while getting the prototype]
expected: FAIL
[If prototype is not object, derives the fallback from NewTarget's realm (autonomous custom elements)]
expected: FAIL
[If prototype is not object, derives the fallback from NewTarget's realm (customized built-in elements)]
expected: FAIL
[If prototype is not object (null), derives the fallback from NewTarget's realm (autonomous custom elements)]
expected: FAIL
[If prototype is not object (undefined), derives the fallback from NewTarget's realm (autonomous custom elements)]
expected: FAIL
[If prototype is not object (5), derives the fallback from NewTarget's realm (autonomous custom elements)]
expected: FAIL
[If prototype is not object (string), derives the fallback from NewTarget's realm (autonomous custom elements)]
expected: FAIL
[If prototype is not object (null), derives the fallback from NewTarget's realm (customized built-in elements)]
expected: FAIL
[If prototype is not object (undefined), derives the fallback from NewTarget's realm (customized built-in elements)]
expected: FAIL
[If prototype is not object (5), derives the fallback from NewTarget's realm (customized built-in elements)]
expected: FAIL
[If prototype is not object (string), derives the fallback from NewTarget's realm (customized built-in elements)]
expected: FAIL