mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01:00
Implement HTMLPictureElement interface.
This commit is contained in:
parent
faa969a91d
commit
d47ce855ce
11 changed files with 51 additions and 31 deletions
|
@ -2,3 +2,4 @@
|
|||
type: testharness
|
||||
[ ]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[css3-text-line-break-baspglwj-094.html]
|
||||
type: testharness
|
||||
[ ]
|
||||
expected: FAIL
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1200,24 +1200,6 @@
|
|||
[HTMLModElement interface: document.createElement("del") must inherit property "dateTime" with the proper type (1)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLPictureElement interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLPictureElement interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLPictureElement interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLPictureElement interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLPictureElement must be primary interface of document.createElement("picture")]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of document.createElement("picture")]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLImageElement interface: attribute srcset]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -5832,9 +5814,6 @@
|
|||
[DOMElementMap interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLPictureElement interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[AudioTrackList interface object name]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -48,12 +48,6 @@
|
|||
[Interfaces for MENUITEM]
|
||||
expected: FAIL
|
||||
|
||||
[Interfaces for picture]
|
||||
expected: FAIL
|
||||
|
||||
[Interfaces for PICTURE]
|
||||
expected: FAIL
|
||||
|
||||
[Interfaces for slot]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -66470,7 +66470,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.html": [
|
||||
"ad914ab4c7a794b251c03f7b0f50aaef1ea78df0",
|
||||
"365c76c771b3d79a671b04047923f5644efb9b93",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/interfaces.js": [
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[http-cache-xhr.html]
|
||||
type: testharness
|
|
@ -114,6 +114,7 @@ test_interfaces([
|
|||
"HTMLOutputElement",
|
||||
"HTMLParagraphElement",
|
||||
"HTMLParamElement",
|
||||
"HTMLPictureElement",
|
||||
"HTMLPreElement",
|
||||
"HTMLProgressElement",
|
||||
"HTMLQuoteElement",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue