diff options
-rw-r--r-- | tests/wpt/metadata/html/dom/elements/the-innertext-idl-attribute/getter.html.ini | 21 | ||||
-rw-r--r-- | tests/wpt/metadata/html/dom/interfaces.https.html.ini | 21 |
2 files changed, 9 insertions, 33 deletions
diff --git a/tests/wpt/metadata/html/dom/elements/the-innertext-idl-attribute/getter.html.ini b/tests/wpt/metadata/html/dom/elements/the-innertext-idl-attribute/getter.html.ini index ba5ca706e12..b87d4cead69 100644 --- a/tests/wpt/metadata/html/dom/elements/the-innertext-idl-attribute/getter.html.ini +++ b/tests/wpt/metadata/html/dom/elements/the-innertext-idl-attribute/getter.html.ini @@ -53,15 +53,9 @@ [opacity:0 child rendered ("<div>123<span style='opacity:0'>abc")] expected: FAIL - [<audio> contents ignored ("<audio style='display:block'>abc")] - expected: FAIL - [<audio> contents ignored ("<audio style='display:block'><source id='target' class='poke' style='display:block'>")] expected: FAIL - [<video> contents ignored ("<video>abc")] - expected: FAIL - [<video> contents ignored ("<video style='display:block'><source id='target' class='poke' style='display:block'>")] expected: FAIL @@ -104,12 +98,6 @@ [<select size='2'> contents of options preserved ("<div><select size='2'><option>abc</option><option>def")] expected: FAIL - [<audio> contents ignored ("<div><audio>abc")] - expected: FAIL - - [<video> contents ignored ("<div><video>abc")] - expected: FAIL - [Blank lines between <p>s separated by non-empty block ("<div><p>abc</p><div>123</div><p>def")] expected: FAIL @@ -260,3 +248,12 @@ [Whitespace around inline-block should not be collapsed ("<div>abc <span style='display:inline-block'></span> def")] expected: FAIL + [text-transform handles Turkish casing ("<div><div lang='tr' style='text-transform:uppercase'>i ı")] + expected: FAIL + + [<video> contents ok for element not being rendered ("<video style='display:block'><source id='target' class='poke' style='display:block'>")] + expected: FAIL + + [<audio> contents ok for element not being rendered ("<audio style='display:block'><source id='target' class='poke' style='display:block'>")] + expected: FAIL + diff --git a/tests/wpt/metadata/html/dom/interfaces.https.html.ini b/tests/wpt/metadata/html/dom/interfaces.https.html.ini index 3ddf0903edc..46e3fadd05e 100644 --- a/tests/wpt/metadata/html/dom/interfaces.https.html.ini +++ b/tests/wpt/metadata/html/dom/interfaces.https.html.ini @@ -6786,12 +6786,6 @@ [HTMLVideoElement interface: attribute height] expected: FAIL - [HTMLVideoElement interface: attribute videoWidth] - expected: FAIL - - [HTMLVideoElement interface: attribute videoHeight] - expected: FAIL - [HTMLVideoElement interface: attribute poster] expected: FAIL @@ -6804,12 +6798,6 @@ [HTMLVideoElement interface: document.createElement("video") must inherit property "height" with the proper type] expected: FAIL - [HTMLVideoElement interface: document.createElement("video") must inherit property "videoWidth" with the proper type] - expected: FAIL - - [HTMLVideoElement interface: document.createElement("video") must inherit property "videoHeight" with the proper type] - expected: FAIL - [HTMLVideoElement interface: document.createElement("video") must inherit property "poster" with the proper type] expected: FAIL @@ -6837,9 +6825,6 @@ [HTMLMediaElement interface: calling fastSeek(double) on document.createElement("video") with too few arguments must throw TypeError] expected: FAIL - [HTMLMediaElement interface: document.createElement("video") must inherit property "duration" with the proper type] - expected: FAIL - [HTMLMediaElement interface: document.createElement("video") must inherit property "getStartDate()" with the proper type] expected: FAIL @@ -6909,9 +6894,6 @@ [HTMLMediaElement interface: calling fastSeek(double) on document.createElement("audio") with too few arguments must throw TypeError] expected: FAIL - [HTMLMediaElement interface: document.createElement("audio") must inherit property "duration" with the proper type] - expected: FAIL - [HTMLMediaElement interface: document.createElement("audio") must inherit property "getStartDate()" with the proper type] expected: FAIL @@ -7197,9 +7179,6 @@ [HTMLMediaElement interface: operation fastSeek(double)] expected: FAIL - [HTMLMediaElement interface: attribute duration] - expected: FAIL - [HTMLMediaElement interface: operation getStartDate()] expected: FAIL |