Skip to content

Commit

Permalink
Update tests expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
ferjm committed Oct 8, 2018
1 parent 11ac049 commit 92a10e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 33 deletions.
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

21 changes: 0 additions & 21 deletions tests/wpt/metadata/html/dom/interfaces.https.html.ini
Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -7197,9 +7179,6 @@
[HTMLMediaElement interface: operation fastSeek(double)]
expected: FAIL

[HTMLMediaElement interface: attribute duration]
expected: FAIL

[HTMLMediaElement interface: operation getStartDate()]
expected: FAIL

Expand Down

0 comments on commit 92a10e2

Please sign in to comment.