Implementing volume attribute into HTMLMediaElement

This commit is contained in:
Lucas Fantacuci 2018-12-12 11:17:41 -02:00
parent 1046ae58a1
commit ad3ec61d2f
10 changed files with 60 additions and 29 deletions

View file

@ -1062,7 +1062,7 @@
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "volume" with the proper type]
expected: FAIL
expected: PASS
[HTMLMediaElement interface: document.createElement("video") must inherit property "muted" with the proper type]
expected: FAIL
@ -1134,7 +1134,7 @@
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "volume" with the proper type]
expected: FAIL
expected: PASS
[HTMLMediaElement interface: document.createElement("audio") must inherit property "muted" with the proper type]
expected: FAIL
@ -1278,7 +1278,7 @@
expected: FAIL
[HTMLMediaElement interface: new Audio() must inherit property "volume" with the proper type]
expected: FAIL
expected: PASS
[HTMLMediaElement interface: new Audio() must inherit property "muted" with the proper type]
expected: FAIL
@ -1425,7 +1425,7 @@
expected: FAIL
[HTMLMediaElement interface: attribute volume]
expected: FAIL
expected: PASS
[HTMLMediaElement interface: attribute muted]
expected: FAIL
@ -6793,7 +6793,7 @@
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "volume" with the proper type]
expected: FAIL
expected: PASS
[HTMLMediaElement interface: document.createElement("video") must inherit property "muted" with the proper type]
expected: FAIL
@ -6838,7 +6838,7 @@
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "volume" with the proper type]
expected: FAIL
expected: PASS
[HTMLMediaElement interface: document.createElement("audio") must inherit property "muted" with the proper type]
expected: FAIL
@ -6883,7 +6883,7 @@
expected: FAIL
[HTMLMediaElement interface: new Audio() must inherit property "volume" with the proper type]
expected: FAIL
expected: PASS
[HTMLMediaElement interface: new Audio() must inherit property "muted" with the proper type]
expected: FAIL
@ -7006,7 +7006,7 @@
expected: FAIL
[HTMLMediaElement interface: attribute volume]
expected: FAIL
expected: PASS
[HTMLMediaElement interface: attribute muted]
expected: FAIL