mirror of
https://github.com/servo/servo.git
synced 2025-08-19 20:35:34 +01:00
Update web-platform-tests to revision fd0429f0b45f975b25d85256dac33762134952c5
This commit is contained in:
parent
0ba7da4431
commit
c8202ddbe1
50 changed files with 1210 additions and 191 deletions
|
@ -2,3 +2,12 @@
|
|||
[Node.prototype.cloneNode(false) must be able to clone as a customized built-in element when it has an inconsistent "is" attribute]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement constructor must throw an TypeError when the top of the construction stack is marked AlreadyConstructed due to a custom element constructor constructing itself before super() call]
|
||||
expected: FAIL
|
||||
|
||||
[Upgrading a custom element must throw TypeError when the custom element's constructor returns another element]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement constructor must throw an TypeError when the top of the construction stack is marked AlreadyConstructed due to a custom element constructor constructing itself after super() call]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
[upgrading-parser-created-element.html]
|
||||
[Upgrading a custom element whose constructor returns a Text node must throw]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement constructor must throw an TypeError when the top of the construction stack is marked AlreadyConstructed due to a custom element constructor constructing itself after super() call]
|
||||
expected: FAIL
|
||||
|
||||
[Upgrading a custom element whose constructor returns an Element must throw]
|
||||
expected: FAIL
|
||||
|
||||
[Upgrading a custom element must throw an TypeError when the returned element is not SameValue as the upgraded element]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement constructor must throw an TypeError when the top of the construction stack is marked AlreadyConstructed due to a custom element constructor constructing itself before super() call]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue