Stub out readyState and networkState attributes for HTMLMediaElement.

This commit is contained in:
Josh Matthews 2015-11-06 16:28:31 -06:00
parent 3d38a60cee
commit b8b4be34c0
3 changed files with 29 additions and 138 deletions

View file

@ -2631,21 +2631,6 @@
[HTMLMediaElement interface: document.createElement("video") must inherit property "crossOrigin" with the proper type (3)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "NETWORK_EMPTY" with the proper type (4)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "NETWORK_IDLE" with the proper type (5)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "NETWORK_LOADING" with the proper type (6)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "NETWORK_NO_SOURCE" with the proper type (7)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "networkState" with the proper type (8)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "preload" with the proper type (9)]
expected: FAIL
@ -2661,24 +2646,6 @@
[HTMLMediaElement interface: calling canPlayType(DOMString) on document.createElement("video") with too few arguments must throw TypeError]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "HAVE_NOTHING" with the proper type (13)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "HAVE_METADATA" with the proper type (14)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "HAVE_CURRENT_DATA" with the proper type (15)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "HAVE_FUTURE_DATA" with the proper type (16)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "HAVE_ENOUGH_DATA" with the proper type (17)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "readyState" with the proper type (18)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("video") must inherit property "seeking" with the proper type (19)]
expected: FAIL
@ -2772,21 +2739,6 @@
[HTMLMediaElement interface: document.createElement("audio") must inherit property "crossOrigin" with the proper type (3)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "NETWORK_EMPTY" with the proper type (4)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "NETWORK_IDLE" with the proper type (5)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "NETWORK_LOADING" with the proper type (6)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "NETWORK_NO_SOURCE" with the proper type (7)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "networkState" with the proper type (8)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "preload" with the proper type (9)]
expected: FAIL
@ -2802,24 +2754,6 @@
[HTMLMediaElement interface: calling canPlayType(DOMString) on document.createElement("audio") with too few arguments must throw TypeError]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "HAVE_NOTHING" with the proper type (13)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "HAVE_METADATA" with the proper type (14)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "HAVE_CURRENT_DATA" with the proper type (15)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "HAVE_FUTURE_DATA" with the proper type (16)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "HAVE_ENOUGH_DATA" with the proper type (17)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "readyState" with the proper type (18)]
expected: FAIL
[HTMLMediaElement interface: document.createElement("audio") must inherit property "seeking" with the proper type (19)]
expected: FAIL
@ -3168,33 +3102,6 @@
[HTMLMediaElement interface: attribute crossOrigin]
expected: FAIL
[HTMLMediaElement interface: constant NETWORK_EMPTY on interface object]
expected: FAIL
[HTMLMediaElement interface: constant NETWORK_EMPTY on interface prototype object]
expected: FAIL
[HTMLMediaElement interface: constant NETWORK_IDLE on interface object]
expected: FAIL
[HTMLMediaElement interface: constant NETWORK_IDLE on interface prototype object]
expected: FAIL
[HTMLMediaElement interface: constant NETWORK_LOADING on interface object]
expected: FAIL
[HTMLMediaElement interface: constant NETWORK_LOADING on interface prototype object]
expected: FAIL
[HTMLMediaElement interface: constant NETWORK_NO_SOURCE on interface object]
expected: FAIL
[HTMLMediaElement interface: constant NETWORK_NO_SOURCE on interface prototype object]
expected: FAIL
[HTMLMediaElement interface: attribute networkState]
expected: FAIL
[HTMLMediaElement interface: attribute preload]
expected: FAIL
@ -3207,39 +3114,6 @@
[HTMLMediaElement interface: operation canPlayType(DOMString)]
expected: FAIL
[HTMLMediaElement interface: constant HAVE_NOTHING on interface object]
expected: FAIL
[HTMLMediaElement interface: constant HAVE_NOTHING on interface prototype object]
expected: FAIL
[HTMLMediaElement interface: constant HAVE_METADATA on interface object]
expected: FAIL
[HTMLMediaElement interface: constant HAVE_METADATA on interface prototype object]
expected: FAIL
[HTMLMediaElement interface: constant HAVE_CURRENT_DATA on interface object]
expected: FAIL
[HTMLMediaElement interface: constant HAVE_CURRENT_DATA on interface prototype object]
expected: FAIL
[HTMLMediaElement interface: constant HAVE_FUTURE_DATA on interface object]
expected: FAIL
[HTMLMediaElement interface: constant HAVE_FUTURE_DATA on interface prototype object]
expected: FAIL
[HTMLMediaElement interface: constant HAVE_ENOUGH_DATA on interface object]
expected: FAIL
[HTMLMediaElement interface: constant HAVE_ENOUGH_DATA on interface prototype object]
expected: FAIL
[HTMLMediaElement interface: attribute readyState]
expected: FAIL
[HTMLMediaElement interface: attribute seeking]
expected: FAIL