Update tests expectations

This commit is contained in:
Fernando Jiménez Moreno 2018-10-03 22:23:45 +02:00
parent 11ac049d27
commit 92a10e2616
2 changed files with 9 additions and 33 deletions

View file

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

View file

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