mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add HTMLPreElement type to xml and plaintext DOM nodes
This commit is contained in:
parent
64cae0c590
commit
1fc50af8d3
3 changed files with 3 additions and 12 deletions
|
@ -2355,21 +2355,9 @@
|
|||
[HTMLPreElement interface: document.createElement("listing") must inherit property "width" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLPreElement must be primary interface of document.createElement("plaintext")]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of document.createElement("plaintext")]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLPreElement interface: document.createElement("plaintext") must inherit property "width" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLPreElement must be primary interface of document.createElement("xmp")]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of document.createElement("xmp")]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLPreElement interface: document.createElement("xmp") must inherit property "width" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -8,3 +8,4 @@
|
|||
|
||||
[document.createTouchList exists and correctly creates a TouchList from two Touch objects]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue