Test files: 926; Total subtests: 98040
| Test | Ch39 | Fx34 | IE11 | Op12 | QQ02 | Sf07 | UC10 |
|---|---|---|---|---|---|---|---|
| /html/browsers/browsing-the-web/read-media/pageload-image.html | OK | OK | OK | OK | OK | OK | OK |
| The document for a standalone media file should have one child in the body. | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| /html/browsers/browsing-the-web/read-media/pageload-video.html | OK | OK | OK | OK | OK | OK | TIMEOUT |
| The document for a standalone media file should have one child in the body. | FAIL | PASS | FAIL | NOTRUN | FAIL | NOTRUN | NOTRUN |
| /html/browsers/browsing-the-web/read-text/load-text-plain.html | OK | OK | OK | OK | OK | OK | OK |
| Checking document metadata for text file | PASS | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Checking DOM for text file | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Checking contents for text file | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/browsing-the-web/unloading-documents/001.html | OK | OK | OK | TIMEOUT | OK | TIMEOUT | TIMEOUT |
| document.open in unload | FAIL | FAIL | TIMEOUT | - | FAIL | - | - |
| /html/browsers/browsing-the-web/unloading-documents/002.html | OK | OK | OK | TIMEOUT | OK | TIMEOUT | TIMEOUT |
| document.open in unload | FAIL | FAIL | PASS | - | FAIL | - | - |
| /html/browsers/browsing-the-web/unloading-documents/003.html | OK | OK | OK | TIMEOUT | OK | TIMEOUT | TIMEOUT |
| document.open in beforeunload with link | FAIL | FAIL | TIMEOUT | - | FAIL | - | - |
| /html/browsers/browsing-the-web/unloading-documents/004.html | OK | OK | OK | TIMEOUT | OK | TIMEOUT | TIMEOUT |
| document.open in beforeunload with button | FAIL | FAIL | TIMEOUT | - | FAIL | - | - |
| /html/browsers/browsing-the-web/unloading-documents/005.html | OK | OK | OK | TIMEOUT | OK | TIMEOUT | TIMEOUT |
| document.open in pagehide in iframe | FAIL | PASS | FAIL | - | FAIL | - | - |
| /html/browsers/history/the-history-interface/001.html | OK | OK | OK | OK | OK | OK | TIMEOUT |
| history.length should update when loading pages in an iframe | PASS | PASS | PASS | PASS | PASS | PASS | - |
| history.length should update when setting location.hash | PASS | PASS | PASS | PASS | PASS | PASS | - |
| history.pushState must exist | PASS | PASS | PASS | PASS | PASS | PASS | - |
| history.pushState must exist within iframes | PASS | PASS | PASS | PASS | PASS | PASS | - |
| initial history.state should be null | PASS | PASS | PASS | PASS | PASS | PASS | - |
| history.length should update when pushing a state | PASS | PASS | PASS | PASS | PASS | PASS | - |
| history.state should update after a state is pushed | PASS | PASS | PASS | PASS | PASS | PASS | - |
| history.length should not decrease after going back | PASS | PASS | PASS | PASS | PASS | PASS | - |
| traversing history must traverse pushed states | PASS | PASS | PASS | PASS | PASS | PASS | - |
| traversing history must also traverse hash changes | PASS | PASS | PASS | PASS | PASS | PASS | - |
| pushState must not be allowed to create invalid URLs | PASS | PASS | PASS | PASS | PASS | PASS | - |
| pushState must not be allowed to create cross-origin URLs | PASS | PASS | PASS | PASS | PASS | PASS | - |
| pushState must not be allowed to create cross-origin URLs (about:blank) | PASS | FAIL | PASS | PASS | PASS | PASS | - |
| pushState must not be allowed to create cross-origin URLs (data:URI) | PASS | FAIL | PASS | PASS | PASS | PASS | - |
| security errors are expected to be thrown in the context of the document that owns the history object | PASS | PASS | PASS | PASS | PASS | PASS | - |
| location.hash must be allowed to change (part 1) | PASS | PASS | PASS | PASS | PASS | PASS | - |
| location.hash must be allowed to change (part 2) | PASS | PASS | PASS | PASS | FAIL | PASS | - |
| pushState must not alter location.hash when no URL is provided | PASS | PASS | PASS | PASS | FAIL | PASS | - |
| pushState must remove all history after the current state | PASS | PASS | PASS | PASS | FAIL | PASS | - |
| pushState must be able to set location.hash | PASS | PASS | PASS | PASS | PASS | PASS | - |
| pushState must remove any tasks queued by the history traversal task source | FAIL | FAIL | FAIL | PASS | PASS | FAIL | - |
| pushState must not fire hashchange events | PASS | PASS | PASS | PASS | PASS | PASS | - |
| pushState must be able to set location.pathname | PASS | PASS | PASS | PASS | PASS | PASS | - |
| pushState must be able to set absolute URLs to the same host | PASS | PASS | PASS | PASS | PASS | PASS | - |
| pushState must not be able to use a function as data | PASS | PASS | PASS | PASS | PASS | PASS | - |
| pushState must not be able to use a DOM node as data | PASS | PASS | PASS | PASS | PASS | PASS | - |
| pushState must not be able to use an error object as data | PASS | PASS | PASS | PASS | PASS | PASS | - |
| security errors are expected to be thrown in the context of the document that owns the history object (2) | PASS | FAIL | - | - | - | - | - |
| pushState must be able to make structured clones of complex objects | PASS | PASS | PASS | PASS | PASS | PASS | - |
| history.state should also reference a clone of the original object | PASS | PASS | PASS | PASS | FAIL | PASS | - |
| history.state should be a clone of the original object, not a reference to it | PASS | PASS | PASS | PASS | PASS | PASS | - |
| popstate event should fire when navigation occurs | PASS | PASS | PASS | PASS | PASS | PASS | - |
| popstate event should pass the state data | PASS | PASS | PASS | PASS | FAIL | PASS | - |
| state data should cope with circular object references | PASS | PASS | FAIL | PASS | FAIL | PASS | - |
| state data should be a clone of the original object, not a reference to it | PASS | PASS | PASS | PASS | PASS | PASS | - |
| history.state should also reference a clone of the original object (2) | PASS | PASS | - | - | - | - | - |
| history.state should be a clone of the original object, not a reference to it (2) | PASS | PASS | - | - | - | - | - |
| history.state should be a separate clone of the object, not a reference to the object passed to the event handler | PASS | FAIL | PASS | PASS | FAIL | FAIL | - |
| pushState should not actually load the new URL | PASS | PASS | PASS | PASS | PASS | PASS | - |
| reloading a pushed state should actually load the new URL | PASS | PASS | PASS | PASS | PASS | PASS | - |
| /html/browsers/history/the-history-interface/002.html | OK | OK | OK | OK | OK | OK | OK |
| history.length should update when loading pages in an iframe | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| history.length should update when setting location.hash | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| history.replaceState must exist | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| history.replaceState must exist within iframes | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| initial history.state should be null | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| history.length should not update when replacing a state with no URL | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| history.state should update after a state is pushed | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| hash should not change when replaceState is called without a URL | FAIL | PASS | PASS | PASS | FAIL | PASS | PASS |
| history.length should not update when replacing a state with a URL | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| hash should change when replaceState is called with a URL | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| replaceState must replace the existing state and not add an extra one | PASS | PASS | PASS | PASS | FAIL | PASS | PASS |
| replaceState must replace the existing state without altering the forward history | FAIL | PASS | PASS | PASS | FAIL | PASS | PASS |
| replaceState must not be allowed to create invalid URLs | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| replaceState must not be allowed to create cross-origin URLs | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| replaceState must not be allowed to create cross-origin URLs (about:blank) | PASS | FAIL | PASS | PASS | PASS | PASS | PASS |
| replaceState must not be allowed to create cross-origin URLs (data:URI) | PASS | FAIL | PASS | PASS | PASS | PASS | PASS |
| security errors are expected to be thrown in the context of the document that owns the history object | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| replaceState must be able to set location.pathname | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| replaceState must be able to set absolute URLs to the same host | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| replaceState must not remove any tasks queued by the history traversal task source | FAIL | FAIL | FAIL | PASS | FAIL | PASS | PASS |
| .go must queue a task with the history traversal task source (run asynchronously) | PASS | FAIL | FAIL | PASS | PASS | PASS | PASS |
| replaceState must not fire hashchange events | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| replaceState must not be able to use a function as data | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| replaceState must not be able to use a DOM node as data | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| replaceState must not be able to use an error object as data | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| security errors are expected to be thrown in the context of the document that owns the history object (2) | PASS | FAIL | - | - | - | - | PASS |
| replaceState must be able to make structured clones of complex objects | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| history.state should also reference a clone of the original object | PASS | PASS | PASS | PASS | FAIL | PASS | FAIL |
| history.state should be a clone of the original object, not a reference to it | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| popstate event should fire when navigation occurs | PASS | PASS | PASS | PASS | FAIL | PASS | PASS |
| popstate event should pass the state data | PASS | PASS | PASS | PASS | FAIL | PASS | PASS |
| state data should cope with circular object references | PASS | PASS | FAIL | PASS | FAIL | PASS | FAIL |
| state data should be a clone of the original object, not a reference to it | PASS | PASS | PASS | PASS | FAIL | PASS | PASS |
| history.state should also reference a clone of the original object (2) | PASS | PASS | - | - | - | - | FAIL |
| history.state should be a clone of the original object, not a reference to it (2) | PASS | PASS | - | - | - | - | PASS |
| history.state should be a separate clone of the object, not a reference to the object passed to the event handler | PASS | FAIL | PASS | PASS | FAIL | FAIL | PASS |
| replaceState should not actually load the new URL | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| reloading a replaced state should actually load the new URL | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/history/the-history-interface/003.html | OK | OK | OK | OK | OK | OK | OK |
| PopStateEvent should be exposed for prototyping | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| document.createEvent should create a PopStateEvent | FAIL | FAIL | PASS | PASS | FAIL | FAIL | FAIL |
| initPopStateEvent should initialise the event | FAIL | FAIL | PASS | PASS | FAIL | FAIL | FAIL |
| initPopStateEvent properties should hold the requested values | FAIL | FAIL | PASS | PASS | FAIL | FAIL | FAIL |
| the resulting object should be instanceof PopStateEvent | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| the resulting object should be instanceof Event | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| initPopStateEvent should be dispatchable on the window object | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| state data should be retained correctly when dispatching the event | FAIL | FAIL | PASS | PASS | FAIL | FAIL | FAIL |
| /html/browsers/history/the-history-interface/004.html | OK | OK | OK | OK | OK | OK | OK |
| browser needs to support hashchange events for this testcase | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/history/the-history-interface/005.html | OK | OK | OK | OK | OK | OK | OK |
| history.pushState support is needed for this testcase | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| <body onpopstate="..."> should register a listener for the popstate event | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| window.onpopstate should register a listener for the popstate event | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/history/the-history-interface/006.html | OK | OK | OK | OK | OK | OK | OK |
| history.state should initially be null | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| popstate event should not fire before onload fires | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| history.state should still be null onload | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| popstate event should not fire after onload fires | PASS | PASS | PASS | PASS | FAIL | FAIL | FAIL |
| history.state should still be null after onload | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| writing to history.state should be silently ignored and not throw an error | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| /html/browsers/history/the-history-interface/007.html | TIMEOUT | OK | OK | OK | TIMEOUT | TIMEOUT | TIMEOUT |
| history.state should initially be null | - | PASS | PASS | PASS | - | - | - |
| history.pushState support is needed for this testcase | - | PASS | PASS | PASS | - | - | - |
| history.state should reflect pushed state | - | PASS | PASS | PASS | - | - | - |
| popstate event should fire before onload fires | - | PASS | PASS | PASS | - | - | - |
| the correct state should be restored when navigating during initial load | - | PASS | PASS | PASS | - | - | - |
| history.state should reflect the navigated state onload | - | PASS | PASS | PASS | - | - | - |
| popstate event should not fire after onload fires | - | PASS | PASS | PASS | - | - | - |
| history.state should reflect the navigated state after onload | - | PASS | PASS | PASS | - | - | - |
| /html/browsers/history/the-history-interface/008.html | TIMEOUT | TIMEOUT | - | OK | OK | OK | TIMEOUT |
| /html/browsers/history/the-history-interface/009.html | OK | OK | OK | OK | OK | OK | OK |
| HTTP Referer should use the pushed state | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| document.referrer should use the pushed state | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTTP Referer should use the replaced state | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| document.referrer should use the replaced state | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/history/the-history-interface/010.html | OK | OK | OK | OK | OK | OK | OK |
| HTTP Referer should use the pushed state (before onload) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| document.referrer should use the pushed state (before onload) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTTP Referer should use the replaced state (before onload) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| document.referrer should use the replaced state (before onload) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/history/the-history-interface/011.html | OK | OK | OK | OK | OK | OK | OK |
| pushState should be able to set the location state | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| pushed location should be reflected immediately | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| pushed location should be retained after the page has loaded | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/history/the-history-interface/012.html | OK | OK | OK | OK | OK | OK | OK |
| replaceState should be able to set the location state | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| replaced location should be reflected immediately | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| replaced location should be retained after the page has loaded | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/history/the-location-interface/location-stringifier.html | OK | OK | OK | OK | OK | OK | OK |
| Location stringifier | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| Location stringifier 1 | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| Location stringifier 2 | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Location stringifier 3 | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Location stringifier 4 | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/history/the-location-interface/security_location_0.sub.htm | OK | OK | OK | OK | OK | OK | OK |
| Accessing location object from different origins doesn't raise SECURITY_ERR exception | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/offline/application-cache-api/api_status_idle.html | OK | OK | OK | OK | OK | OK | OK |
| idle status test | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| /html/browsers/offline/application-cache-api/api_status_uncached.html | OK | OK | OK | OK | OK | OK | OK |
| Offline Application Cache - API_status_UNCACHED | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/offline/application-cache-api/api_swapcache_error.html | OK | OK | OK | OK | OK | OK | OK |
| INVALID_STATE_ERR error test | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/offline/application-cache-api/api_update.html | OK | OK | OK | OK | OK | OK | OK |
| Offline Application Cache - API_update | PASS | PASS | PASS | FAIL | PASS | PASS | FAIL |
| /html/browsers/offline/application-cache-api/api_update_error.html | OK | OK | OK | OK | OK | OK | OK |
| INVALID_STATE_ERR error test | FAIL | FAIL | FAIL | PASS | FAIL | FAIL | PASS |
| /html/browsers/offline/browser-state/navigator_online_online.html | OK | OK | OK | OK | OK | OK | OK |
| Offline Application Cache - navigator_online_online | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/offline/introduction-4/event_cached.html | OK | OK | OK | OK | OK | OK | OK |
| cached event test | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/offline/introduction-4/event_checking.html | OK | OK | OK | OK | OK | OK | OK |
| checking event test | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/offline/introduction-4/event_noupdate.html | OK | OK | OK | OK | OK | OK | OK |
| noupdate event test | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/offline/introduction-4/event_progress.html | OK | OK | OK | OK | OK | OK | OK |
| progress event test | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/offline/manifest_url_check.html | OK | OK | OK | OK | OK | OK | OK |
| url check test | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-01.html | OK | OK | OK | OK | OK | OK | OK |
| The window's length must return the number of child browsing contexts(in iframe) | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| The window's length must return zero if it has no child browsing context | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| The window's length must return the number of child browsing contexts | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-02.html | OK | OK | OK | OK | OK | OK | OK |
| Accessing child browsing contexts 1 | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Accessing child browsing contexts 2 | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| Accessing child browsing contexts 3 | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| /html/browsers/the-window-object/accessing-other-browsing-contexts/indexed-browsing-contexts-03.html | OK | OK | OK | OK | OK | OK | OK |
| Indexed child browsing contexts | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| /html/browsers/the-window-object/named-access-on-the-window-object/named-objects.html | OK | OK | OK | OK | OK | OK | OK |
| Check if the first nested browsing context is returned by window['c'] | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Check if window['b'] returns the elements with the id='b' | PASS | FAIL | PASS | PASS | PASS | PASS | PASS |
| Check if window['d'] returns the element with id='d' | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Check widow[''] when there are some elements with empty id or name attribute | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/the-window-object/named-access-on-the-window-object/window-null-names.html | OK | OK | OK | OK | OK | OK | OK |
| Named access with null characters | PASS | FAIL | FAIL | FAIL | PASS | PASS | PASS |
| /html/browsers/the-window-object/security-window/window-security.sub.html | OK | OK | OK | OK | OK | OK | OK |
| Window Security testing | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| A SecurityError exception must be thrown when window.applicationCache is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.devicePixelRatio is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.document is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.external is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.frameElement is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.history is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.innerWidth is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.innerHeight is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.locationbar is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.menubar is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.name is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.navigator is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onabort is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onafterprint is accessed from a different origin. | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onbeforeprint is accessed from a different origin. | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onbeforeunload is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onblur is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.oncancel is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.oncanplay is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.oncanplaythrough is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onchange is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onclick is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onclose is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.oncontextmenu is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.oncuechange is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.ondblclick is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.ondrag is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.ondragend is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.ondragenter is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.ondragleave is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.ondragover is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.ondragstart is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.ondrop is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.ondurationchange is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onemptied is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onended is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onerror is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onfocus is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onhashchange is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.oninput is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.oninvalid is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onkeydown is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onkeypress is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onkeyup is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onload is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onloadeddata is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onloadedmetadata is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onloadstart is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onmessage is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onmousedown is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onmousemove is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onmouseout is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onmouseover is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onmouseup is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onmousewheel is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onoffline is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.ononline is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onpause is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onplay is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onplaying is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onpagehide is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onpageshow is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onpopstate is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onprogress is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onratechange is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onreset is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onresize is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onscroll is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onseeked is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onseeking is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onselect is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onshow is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onstalled is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onstorage is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onsubmit is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onsuspend is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.ontimeupdate is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onunload is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onvolumechange is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.onwaiting is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.pageXOffset is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.pageYOffset is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.personalbar is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.screen is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.scrollbars is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.statusbar is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.status is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.screenX is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.screenY is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.toolbar is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.alert is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.clearInterval is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.clearTimeout is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.confirm is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.getComputedStyle is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.getSelection is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.matchMedia is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.moveBy is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.moveTo is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.open is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.print is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.prompt is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.resizeTo is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.resizeBy is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.scroll is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.scrollTo is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.scrollBy is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.setInterval is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.setTimeout is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.showModalDialog is accessed from a different origin. | FAIL | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception must be thrown when window.stop is accessed from a different origin. | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| A SecurityError exception should not be thrown when window.closed is accessed from a different origin. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| A SecurityError exception should not be thrown when window.frames is accessed from a different origin. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| A SecurityError exception should not be thrown when window.length is accessed from a different origin. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| A SecurityError exception should not be thrown when window.location is accessed from a different origin. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| A SecurityError exception should not be thrown when window.opener is accessed from a different origin. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| A SecurityError exception should not be thrown when window.parent is accessed from a different origin. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| A SecurityError exception should not be thrown when window.self is accessed from a different origin. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| A SecurityError exception should not be thrown when window.top is accessed from a different origin. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| A SecurityError exception should not be thrown when window.window is accessed from a different origin. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| A SecurityError exception should not be thrown when window.blur is accessed from a different origin. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| A SecurityError exception should not be thrown when window.close is accessed from a different origin. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| A SecurityError exception should not be thrown when window.focus is accessed from a different origin. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| A SecurityError exception should not be thrown when window.postMessage is accessed from a different origin. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/the-window-object/window-aliases.html | OK | OK | - | - | - | - | OK |
| window should be the global object | PASS | PASS | - | - | - | - | PASS |
| frames should be the global object | PASS | PASS | - | - | - | - | PASS |
| self should be the global object | PASS | PASS | - | - | - | - | PASS |
| /html/browsers/the-window-object/window-indexed-properties-strict.html | OK | OK | OK | OK | OK | OK | OK |
| Indexed properties of the window object (strict mode) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Indexed properties of the window object (strict mode) 1 | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Indexed properties of the window object (strict mode) 2 | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Indexed properties of the window object (strict mode) 3 | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| /html/browsers/the-window-object/window-indexed-properties.html | OK | OK | OK | OK | OK | OK | OK |
| Indexed properties of the window object (non-strict mode) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Indexed properties of the window object (non-strict mode) 1 | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Indexed properties of the window object (non-strict mode) 2 | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Indexed properties of the window object (non-strict mode) 3 | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| /html/browsers/the-window-object/window-named-properties.html | OK | OK | OK | OK | OK | OK | OK |
| Static name | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Static name on the prototype | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| constructor | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Dynamic name | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Ghost name | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| /html/browsers/the-window-object/window-properties.html | OK | OK | OK | OK | OK | OK | OK |
| Value Properties of the Global Object | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Value Property: NaN | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Value Property: Infinity | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Value Property: undefined | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Function Properties of the Global Object | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Function Property: eval | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Function Property: parseInt | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Function Property: parseFloat | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Function Property: isNaN | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Function Property: isFinite | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| URI Handling Function Properties | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| URI Handling Function Property: decodeURI | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| URI Handling Function Property: decodeURIComponent | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| URI Handling Function Property: encodeURI | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| URI Handling Function Property: encodeURIComponent | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Constructor Properties of the Global Object | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Constructor Property: Object | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Constructor Property: Function | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Constructor Property: Array | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Constructor Property: String | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Constructor Property: Boolean | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Constructor Property: Number | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Constructor Property: Date | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Constructor Property: RegExp | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Constructor Property: Error | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Constructor Property: EvalError | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Constructor Property: RangeError | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Constructor Property: ReferenceError | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Constructor Property: SyntaxError | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Constructor Property: TypeError | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Constructor Property: URIError | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Other Properties of the Global Object | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Other Property: Math | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Other Property: JSON | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| EventTarget interface | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| EventTarget method: addEventListener | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| EventTarget method: removeEventListener | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| EventTarget method: dispatchEvent | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Window method: close | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window method: stop | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window method: focus | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window method: blur | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window method: open | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window method: alert | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window method: confirm | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window method: prompt | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window method: print | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window method: postMessage | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window method: btoa | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window method: atob | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window method: setTimeout | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window method: clearTimeout | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window method: setInterval | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window method: clearInterval | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window method: getSelection | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window method: getComputedStyle | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window method: matchMedia | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window method: scroll | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window method: scrollTo | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window method: scrollBy | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window readonly attribute: history | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window readonly attribute: parent | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window readonly attribute: frameElement | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window readonly attribute: navigator | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window readonly attribute: external | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window readonly attribute: applicationCache | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window readonly attribute: screen | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window readonly attribute: innerWidth | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window readonly attribute: innerHeight | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window readonly attribute: scrollX | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window readonly attribute: pageXOffset | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window readonly attribute: scrollY | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window readonly attribute: pageYOffset | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window readonly attribute: screenX | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window readonly attribute: screenY | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window readonly attribute: outerWidth | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window readonly attribute: outerHeight | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window attribute: name | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: status | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: opener | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onabort | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onafterprint | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window attribute: onbeforeprint | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window attribute: onbeforeunload | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window attribute: onblur | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: oncancel | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window attribute: oncanplay | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: oncanplaythrough | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onchange | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onclick | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onclose | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window attribute: oncontextmenu | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: oncuechange | FAIL | FAIL | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: ondblclick | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: ondrag | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: ondragend | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: ondragenter | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: ondragleave | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: ondragover | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: ondragstart | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: ondrop | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: ondurationchange | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onemptied | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onended | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onerror | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onfocus | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onhashchange | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: oninput | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: oninvalid | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onkeydown | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onkeypress | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onkeyup | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onload | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onloadeddata | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onloadedmetadata | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onloadstart | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onmessage | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onmousedown | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onmousemove | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onmouseout | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onmouseover | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onmouseup | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onmousewheel | FAIL | FAIL | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onoffline | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window attribute: ononline | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window attribute: onpause | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onplay | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onplaying | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onpagehide | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window attribute: onpageshow | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window attribute: onpopstate | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onprogress | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onratechange | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onreset | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onresize | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onscroll | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onseeked | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onseeking | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onselect | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onshow | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window attribute: onstalled | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onstorage | FAIL | FAIL | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onsubmit | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onsuspend | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: ontimeupdate | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onunload | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onvolumechange | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window attribute: onwaiting | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window unforgeable attribute: window | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window unforgeable attribute: document | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window unforgeable attribute: location | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window unforgeable attribute: top | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window replaceable attribute: self | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window replaceable attribute: locationbar | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window replaceable attribute: menubar | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window replaceable attribute: personalbar | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window replaceable attribute: scrollbars | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window replaceable attribute: statusbar | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window replaceable attribute: toolbar | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window replaceable attribute: frames | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window replaceable attribute: length | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| constructor | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| Window method: showModalDialog | - | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| /html/browsers/the-window-object/window-prototype-chain.html | OK | OK | OK | OK | OK | OK | OK |
| window object | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| Window.prototype | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Global scope polluter | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| EventTarget.prototype | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Object.prototype | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| /html/browsers/windows/browsing-context-first-created.xhtml | OK | OK | OK | OK | OK | OK | OK |
| Check the history.length of the first created browsing context | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Check the document's meta data | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Check the document's status | PASS | FAIL | FAIL | PASS | PASS | PASS | PASS |
| Check the document's content | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/windows/browsing-context-names/browsing-context-choose-existing.html | OK | OK | OK | OK | OK | OK | OK |
| The browsing context must be chosen if the given name is same as its name | PASS | PASS | PASS | NOTRUN | PASS | PASS | PASS |
| /html/browsers/windows/browsing-context-names/browsing-context-choose-parent.html | OK | OK | OK | OK | OK | OK | OK |
| The parent browsing context must be chosen if the given name is '_parent' | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/windows/browsing-context-names/browsing-context-choose-self-1.html | OK | OK | OK | OK | OK | OK | OK |
| The current browsing context must be chosen if the given name is '_self' | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/browsers/windows/browsing-context-names/browsing-context-choose-self-2.html | TIMEOUT | TIMEOUT | OK | OK | OK | OK | TIMEOUT |
| /html/browsers/windows/browsing-context-names/browsing-context-default-name.html | OK | OK | OK | OK | OK | OK | OK |
| A embedded browsing context has no default name | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| A browsing context which is opened by window.open() method with '_blank' parameter has no default name | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| A browsing context has no default name | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| /html/browsers/windows/nested-browsing-contexts/frameElement.sub.html | OK | OK | OK | OK | OK | OK | OK |
| The window's frameElement attribute must return its container element if it is a nested browsing context | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| The SecurityError must be thrown if the container's document does not have the same effective script origin | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| The window's frameElement attribute must return null if it is not a nested browsing context | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/Document.getElementsByClassName-null-undef.html | OK | OK | OK | OK | OK | OK | OK |
| getElementsByClassName and null/undefined | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/Element.getElementsByClassName-null-undef.html | OK | OK | OK | OK | OK | OK | OK |
| getElementsByClassName and null/undefined | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/document.body-getter.html | OK | OK | OK | OK | OK | OK | OK |
| Childless document | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Childless html element | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Non-HTML body followed by body inside the html element | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Body inside an x element followed by a body | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| Body as the root node | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| Non-HTML body as the root node | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/document.body-setter-01.html | OK | OK | OK | OK | OK | OK | OK |
| Should throw a TypeError when trying to set document.body to a string. | PASS | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Should throw a HierarchyRequestError when trying to set document.body to a div element. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Should throw a HierarchyRequestError when trying to set document.body when there's no root element. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| document.body has not changed | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/document.embeds-document.plugins-01.html | OK | OK | OK | OK | OK | OK | OK |
| No plugins | PASS | PASS | - | - | - | - | PASS |
| One plugin | PASS | PASS | - | - | - | - | PASS |
| Two plugins | PASS | PASS | - | - | - | - | PASS |
| document.embeds and document.plugins | - | - | PASS | FAIL | PASS | PASS | - |
| document.embeds and document.plugins 1 | - | - | PASS | FAIL | PASS | PASS | - |
| /html/dom/documents/dom-tree-accessors/document.forms.html | OK | OK | - | - | - | - | OK |
| document.forms | FAIL | FAIL | - | - | - | - | PASS |
| document.forms with empty string | PASS | PASS | - | - | - | - | FAIL |
| document.forms iteration | FAIL | FAIL | - | - | - | - | FAIL |
| document.forms getOwnPropertyNames | FAIL | PASS | - | - | - | - | FAIL |
| /html/dom/documents/dom-tree-accessors/document.getElementsByClassName-same.html | OK | OK | OK | OK | OK | OK | OK |
| The user agent may return the same object as the object returned by the earlier call. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-case.html | OK | OK | OK | OK | OK | OK | OK |
| getElementsByName and case | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-case.xhtml | OK | OK | OK | OK | OK | OK | OK |
| getElementsByName and case | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id.html | OK | OK | OK | OK | OK | OK | OK |
| getElementsByName and ids | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id.xhtml | OK | OK | OK | OK | OK | OK | OK |
| getElementsByName and ids | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-namespace.html | OK | OK | OK | OK | OK | OK | OK |
| getElementsByName and foreign namespaces | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| /html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-namespace.xhtml | OK | OK | OK | OK | OK | OK | OK |
| getElementsByName and foreign namespaces | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| /html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements.html | OK | OK | OK | OK | OK | OK | OK |
| getElementsByName and newly introduced HTML elements | PASS | FAIL | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements.xhtml | OK | OK | OK | OK | OK | OK | OK |
| getElementsByName and newly introduced HTML elements | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-null-undef.html | OK | OK | OK | OK | OK | OK | OK |
| getElementsByName(null) | PASS | PASS | - | - | - | - | PASS |
| getElementsByName(undefined) | PASS | PASS | - | - | - | - | PASS |
| Calling getElementsByName with null and undefined | - | - | PASS | PASS | PASS | PASS | - |
| /html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-null-undef.xhtml | OK | OK | OK | OK | OK | OK | OK |
| getElementsByName(null) | PASS | PASS | - | - | - | - | PASS |
| getElementsByName(undefined) | PASS | PASS | - | - | - | - | PASS |
| Calling getElementsByName with null and undefined | - | - | PASS | PASS | PASS | PASS | - |
| /html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-param.html | OK | OK | OK | OK | OK | OK | OK |
| getElementsByName and the param element | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-param.xhtml | OK | OK | OK | OK | OK | OK | OK |
| getElementsByName and the param element | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-same.html | OK | OK | OK | OK | OK | OK | OK |
| The user agent may return the same object as the object returned by the earlier call. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/document.head-01.html | OK | OK | OK | OK | OK | OK | OK |
| document.head | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/document.head-02.html | OK | OK | OK | OK | OK | OK | OK |
| document.head | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/document.images.html | OK | OK | OK | OK | OK | OK | OK |
| document.images should contain all HTML img elements | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| img with id | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| img with name | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| img with id and name | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Two img elements with the same id | PASS | PASS | FAIL | PASS | PASS | PASS | FAIL |
| Two img elements with the same name | PASS | PASS | FAIL | PASS | PASS | PASS | FAIL |
| Unknown name should not be in the collection | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| Foreign element should not be in the collection | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| Input elements should not be in the collection | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| The empty string should not be in the collections | PASS | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| /html/dom/documents/dom-tree-accessors/document.title-01.html | OK | OK | OK | OK | OK | OK | OK |
| document.title with head blown away | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| document.title with head blown away 1 | PASS | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| Untitled 2 | PASS | PASS | PASS | - | FAIL | FAIL | FAIL |
| PASS 3 | PASS | PASS | PASS | PASS | FAIL | FAIL | FAIL |
| /html/dom/documents/dom-tree-accessors/document.title-02.xhtml | OK | OK | OK | OK | OK | OK | OK |
| document.title with head blown away | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| document.title with head blown away 1 | PASS | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| Untitled 2 | PASS | PASS | PASS | - | FAIL | FAIL | FAIL |
| PASS 3 | PASS | PASS | PASS | PASS | FAIL | FAIL | FAIL |
| /html/dom/documents/dom-tree-accessors/document.title-03.html | OK | OK | OK | OK | OK | OK | OK |
| document.title and space normalization | PASS | FAIL | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/document.title-04.xhtml | OK | OK | OK | OK | OK | OK | OK |
| document.title and space normalization | PASS | FAIL | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/document.title-05.html | OK | OK | OK | OK | OK | OK | OK |
| Removing whitespace in document.title: U+b | FAIL | PASS | - | - | - | - | FAIL |
| Removing whitespace in document.title: U+85 | PASS | PASS | - | - | - | - | PASS |
| Removing whitespace in document.title: U+a0 | PASS | PASS | - | - | - | - | PASS |
| Removing whitespace in document.title: U+1680 | PASS | PASS | - | - | - | - | PASS |
| Removing whitespace in document.title: U+180e | PASS | PASS | - | - | - | - | PASS |
| Removing whitespace in document.title: U+2000 | PASS | PASS | - | - | - | - | PASS |
| Removing whitespace in document.title: U+2001 | PASS | PASS | - | - | - | - | PASS |
| Removing whitespace in document.title: U+2002 | PASS | PASS | - | - | - | - | PASS |
| Removing whitespace in document.title: U+2003 | PASS | PASS | - | - | - | - | PASS |
| Removing whitespace in document.title: U+2004 | PASS | PASS | - | - | - | - | PASS |
| Removing whitespace in document.title: U+2005 | PASS | PASS | - | - | - | - | PASS |
| Removing whitespace in document.title: U+2006 | PASS | PASS | - | - | - | - | PASS |
| Removing whitespace in document.title: U+2007 | PASS | PASS | - | - | - | - | PASS |
| Removing whitespace in document.title: U+2008 | PASS | PASS | - | - | - | - | PASS |
| Removing whitespace in document.title: U+2009 | PASS | PASS | - | - | - | - | PASS |
| Removing whitespace in document.title: U+200a | PASS | PASS | - | - | - | - | PASS |
| Removing whitespace in document.title: U+2028 | FAIL | PASS | - | - | - | - | FAIL |
| Removing whitespace in document.title: U+2029 | FAIL | PASS | - | - | - | - | FAIL |
| Removing whitespace in document.title: U+202f | PASS | PASS | - | - | - | - | PASS |
| Removing whitespace in document.title: U+205f | PASS | PASS | - | - | - | - | PASS |
| Removing whitespace in document.title: U+3000 | PASS | PASS | - | - | - | - | PASS |
| document.title and White_Space characters | - | - | FAIL | PASS | FAIL | FAIL | - |
| /html/dom/documents/dom-tree-accessors/document.title-06.html | OK | OK | OK | OK | OK | OK | OK |
| document.title and the empty string | PASS | PASS | PASS | PASS | FAIL | FAIL | FAIL |
| /html/dom/documents/dom-tree-accessors/document.title-07.html | OK | OK | OK | OK | OK | OK | OK |
| Document.title and DOMImplementation.createHTMLDocument | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Document.title and DOMImplementation.createHTMLDocument 1 | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Document.title and DOMImplementation.createHTMLDocument 2 | PASS | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document.title and DOMImplementation.createHTMLDocument 3 | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Document.title and DOMImplementation.createHTMLDocument 4 | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Document.title and DOMImplementation.createHTMLDocument 5 | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Document.title and DOMImplementation.createHTMLDocument 6 | PASS | FAIL | PASS | PASS | PASS | PASS | PASS |
| Document.title and DOMImplementation.createHTMLDocument 7 | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Missing title argument | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| /html/dom/documents/dom-tree-accessors/document.title-08.html | OK | OK | OK | OK | OK | OK | OK |
| No title element | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| title element contains multiple child text nodes | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/nameditem-01.html | OK | OK | OK | OK | OK | OK | OK |
| img elements that have a name and id attribute, should be accessible by both values. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/nameditem-02.html | OK | OK | OK | OK | OK | OK | OK |
| If the only named item is an iframe, the contentWindow should be returned. | PASS | FAIL | PASS | PASS | PASS | PASS | PASS |
| If there are two iframes, a collection should be returned. | PASS | FAIL | PASS | PASS | PASS | PASS | PASS |
| If there are an iframe and another element (iframe first), a collection should be returned. | PASS | FAIL | PASS | PASS | PASS | PASS | PASS |
| If there are an iframe and another element (iframe last), a collection should be returned. | PASS | FAIL | PASS | PASS | PASS | PASS | PASS |
| If an iframe has an id and no name, it should not be returned. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| If an iframe has a name and a different id, it should be returned by its name. | PASS | FAIL | PASS | PASS | PASS | PASS | PASS |
| If an iframe has an id and a different name, it should not be returned by its id. | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| An iframe whose name looks like an array index should work. | PASS | FAIL | FAIL | FAIL | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/nameditem-03.html | OK | OK | OK | OK | OK | OK | |
| /html/dom/documents/dom-tree-accessors/nameditem-04.html | OK | OK | OK | OK | OK | OK | |
| If there is one form, it should be returned (name) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| If there are two forms, a collection should be returned. (name) | PASS | FAIL | PASS | PASS | PASS | PASS | PASS |
| If there is one form, it should not be returned (id) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| If there are two forms, nothing should be returned. (id) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| If there are two forms, a collection should be returned. (name and id) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| If there are two forms, a collection should be returned. (id and name) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| A name shouldn't affect getting an form by id | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| An id shouldn't affect getting an form by name | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/nameditem-05.html | OK | OK | OK | OK | OK | OK | |
| If there is one embed, it should be returned (name) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| If there are two embeds, a collection should be returned. (name) | PASS | FAIL | PASS | PASS | PASS | PASS | PASS |
| If there is one embed, it should not be returned (id) | PASS | FAIL | PASS | FAIL | PASS | PASS | PASS |
| If there are two embeds, nothing should be returned. (id) | PASS | FAIL | PASS | FAIL | PASS | PASS | PASS |
| If there are two embeds, a collection should be returned. (name and id) | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| If there are two embeds, a collection should be returned. (id and name) | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| A name shouldn't affect getting an embed by id | PASS | FAIL | FAIL | FAIL | PASS | PASS | PASS |
| An id shouldn't affect getting an embed by name | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/dom-tree-accessors/nameditem-06.html | OK | OK | OK | OK | OK | OK | OK |
| If there is one img, it should be returned (name) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| If there are two imgs, a collection should be returned. (name) | PASS | FAIL | PASS | PASS | PASS | PASS | PASS |
| If there is one img, it should not be returned (id) | FAIL | FAIL | PASS | FAIL | FAIL | PASS | FAIL |
| If there are two imgs, nothing should be returned. (id) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| If there are two imgs, the one with a name should be returned. (name and id) | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| If there are two imgs, the one with a name should be returned. (id and name) | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| A name should affect getting an img by id | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| An id shouldn't affect getting an img by name | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/resource-metadata-management/document-compatmode-01.html | OK | OK | OK | OK | OK | OK | OK |
| document.compatMode: Standards | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/resource-metadata-management/document-compatmode-02.html | OK | OK | OK | OK | OK | OK | OK |
| document.compatMode: Almost standards | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/resource-metadata-management/document-compatmode-03.html | OK | OK | OK | OK | OK | OK | OK |
| document.compatMode: Quirks | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/resource-metadata-management/document-compatmode-04.xhtml | OK | OK | OK | OK | OK | OK | OK |
| document.compatMode: Standards | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/resource-metadata-management/document-compatmode-05.xhtml | OK | OK | OK | OK | OK | OK | OK |
| document.compatMode: Standards | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/resource-metadata-management/document-compatmode-06.xhtml | OK | OK | OK | OK | OK | OK | OK |
| document.compatMode: Standards | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/resource-metadata-management/document-cookie.html | OK | OK | OK | OK | OK | OK | OK |
| document has no cookie | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| getting cookie for a cookie-averse document returns empty string, setting does nothing | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| /html/dom/documents/resource-metadata-management/document-lastModified-01.html | OK | OK | OK | OK | OK | OK | OK |
| Date returned by lastModified is in the user's local time zone. | PASS | PASS | PASS | PASS | FAIL | FAIL | FAIL |
| Date returned by lastModified is in the form "MM/DD/YYYY hh:mm:ss". | PASS | PASS | PASS | PASS | FAIL | FAIL | FAIL |
| Date returned by lastModified is current. | PASS | FAIL | PASS | PASS | PASS | PASS | PASS |
| /html/dom/documents/resource-metadata-management/document-lastModified.html | OK | OK | OK | OK | OK | OK | OK |
| lastModified should return the last modified date and time | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| /html/dom/documents/resource-metadata-management/document-readyState.html | OK | OK | OK | OK | OK | OK | OK |
| readyState equals 'complete' when the document has loaded | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| readyState equals 'interactive' when the document is finished parsing | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| readystatechange event is fired each time document.readyState changes | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/closing-the-input-stream/document.close-01.xhtml | OK | OK | OK | OK | OK | OK | OK |
| document.close in XHTML | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| /html/dom/dynamic-markup-insertion/document-write/001.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/002.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/003.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/004.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/005.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/006.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/007.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/008.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/009.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/010.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/011.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/012.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/013.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/014.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/015.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/016.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/017.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/018.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/019.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/020.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/021.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/022.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/023.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/024.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/025.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/026.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/027.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/028.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/029.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/030.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/031.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/032.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/033.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/034.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/035.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/036.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/037.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/038.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/039.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/040.html | OK | OK | OK | OK | OK | OK | OK |
| document.write entity | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/041.html | OK | OK | OK | OK | OK | OK | OK |
| document.write entity | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/042.html | OK | OK | OK | OK | OK | OK | OK |
| document.write entity | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/043.html | OK | OK | OK | OK | OK | OK | OK |
| document.write entity | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/044.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/045.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/046.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/047.html | OK | OK | - | OK | OK | OK | OK |
| document.write | PASS | PASS | - | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/048.html | OK | OK | - | OK | OK | OK | OK |
| document.write | PASS | PASS | - | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/049.html | OK | OK | OK | OK | OK | OK | OK |
| document.write plaintext | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/050.html | OK | OK | OK | OK | OK | OK | OK |
| document.write plaintext | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/051.html | OK | OK | OK | OK | OK | OK | OK |
| document.write \r\n | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/document.write-01.xhtml | OK | OK | OK | OK | OK | OK | OK |
| document.write in XHTML | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| /html/dom/dynamic-markup-insertion/document-write/document.write-02.html | OK | OK | OK | OK | OK | OK | OK |
| Calling document.write with null and undefined | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| document.write(null) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| document.write(undefined) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/iframe_001.html | OK | OK | OK | OK | OK | OK | OK |
| document.write into iframe | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/iframe_002.html | OK | OK | OK | OK | OK | OK | OK |
| document.write into iframe | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/iframe_003.html | OK | OK | OK | OK | OK | OK | OK |
| document.write script into iframe | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/iframe_004.html | OK | OK | OK | OK | OK | OK | OK |
| document.write script into iframe write back into parent | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/iframe_005.html | OK | OK | OK | OK | OK | OK | OK |
| document.write external script into iframe write back into parent | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/iframe_006.html | OK | OK | OK | OK | OK | OK | OK |
| document.write external script into iframe write back into parent | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/iframe_007.html | OK | OK | OK | OK | OK | OK | OK |
| document.write comment into iframe | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/iframe_008.html | OK | OK | OK | OK | OK | OK | OK |
| document.write plaintext into iframe | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/iframe_009.html | OK | OK | OK | OK | OK | OK | OK |
| document.write plaintext into iframe | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/iframe_010.html | OK | OK | OK | OK | OK | OK | OK |
| document.write plaintext | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/script_001.html | OK | OK | OK | OK | OK | OK | OK |
| document.write script | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/script_002.html | OK | OK | OK | OK | OK | OK | OK |
| document.write script executed synchronously | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/script_003.html | OK | OK | OK | OK | OK | OK | OK |
| document.write script writing a further script | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/script_004.html | OK | OK | OK | OK | OK | OK | OK |
| document.write script writing script; order of execution | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/script_005.html | OK | OK | OK | OK | OK | OK | OK |
| document.write external script | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/script_006.html | OK | OK | OK | OK | OK | OK | OK |
| document.write external script followed by internal script | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/script_007.html | OK | OK | OK | OK | OK | OK | OK |
| document.write external script that document.writes inline script | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/script_008.html | OK | OK | OK | OK | OK | OK | OK |
| document.write external script that document.writes external script | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/script_009.html | OK | OK | OK | OK | OK | OK | OK |
| document.write script that document.writes script | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/script_010.html | OK | OK | OK | OK | OK | OK | OK |
| document.write external script tokenizer order | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/script_011.html | OK | OK | OK | OK | OK | OK | OK |
| document.write external script that document.writes external script | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/script_012.html | OK | OK | OK | OK | OK | OK | OK |
| document.write external script tokenizer order | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-write/script_013.html | OK | OK | OK | OK | OK | OK | OK |
| document.write | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/document-writeln/document.writeln-01.xhtml | OK | OK | OK | OK | OK | OK | OK |
| document.writeln in XHTML | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| /html/dom/dynamic-markup-insertion/document-writeln/document.writeln-02.html | OK | OK | OK | OK | OK | OK | OK |
| Calling document.writeln with null and undefined | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| document.writeln(null) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| document.writeln(undefined) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/opening-the-input-stream/001.html | OK | OK | OK | OK | OK | OK | OK |
| Replacement of window object after document.open | FAIL | PASS | PASS | PASS | FAIL | FAIL | FAIL |
| /html/dom/dynamic-markup-insertion/opening-the-input-stream/002.html | OK | OK | OK | OK | OK | OK | OK |
| document.open during parsing | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/opening-the-input-stream/004.html | OK | OK | OK | OK | OK | OK | OK |
| Reuse of document object after document.open | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/opening-the-input-stream/005.html | OK | OK | OK | OK | OK | OK | OK |
| Cancelling timeout after document.open | FAIL | PASS | PASS | PASS | FAIL | FAIL | FAIL |
| /html/dom/dynamic-markup-insertion/opening-the-input-stream/006.html | OK | OK | OK | OK | OK | OK | OK |
| Cancelling error after document.open | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/opening-the-input-stream/007.html | OK | OK | OK | OK | OK | OK | OK |
| Unregistering event handlers after document.open | PASS | PASS | PASS | PASS | FAIL | FAIL | FAIL |
| /html/dom/dynamic-markup-insertion/opening-the-input-stream/008.html | OK | OK | OK | OK | OK | OK | OK |
| Replacement of document prototype object after document.open | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| /html/dom/dynamic-markup-insertion/opening-the-input-stream/009.html | OK | OK | ERROR | OK | OK | OK | OK |
| document.open replacing singleton window | FAIL | PASS | NOTRUN | NOTRUN | FAIL | FAIL | FAIL |
| document.open replacing singleton location | FAIL | PASS | NOTRUN | NOTRUN | FAIL | FAIL | FAIL |
| document.open replacing singleton history | FAIL | PASS | NOTRUN | NOTRUN | FAIL | FAIL | FAIL |
| document.open replacing singleton navigator | FAIL | FAIL | NOTRUN | NOTRUN | FAIL | FAIL | FAIL |
| document.open replacing singleton applicationCache | FAIL | PASS | NOTRUN | NOTRUN | FAIL | FAIL | FAIL |
| document.open replacing singleton locationbar | FAIL | PASS | NOTRUN | NOTRUN | FAIL | FAIL | FAIL |
| /html/dom/dynamic-markup-insertion/opening-the-input-stream/010.html | OK | OK | - | OK | OK | TIMEOUT | OK |
| Unregistering event handlers after document.open | PASS | PASS | - | - | - | - | - |
| Salvagability of document.opened document | - | - | - | PASS | - | - | PASS |
| /html/dom/dynamic-markup-insertion/opening-the-input-stream/011.html | OK | OK | OK | OK | OK | OK | OK |
| Timeout after document.open | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/opening-the-input-stream/012.html | OK | OK | OK | OK | OK | OK | OK |
| Timeout after document.open in load event | PASS | PASS | FAIL | TIMEOUT | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/opening-the-input-stream/013.html | OK | OK | OK | OK | OK | OK | OK |
| Timeout after document.open in DOMContentLoaded event | PASS | PASS | FAIL | TIMEOUT | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/opening-the-input-stream/014.html | OK | OK | OK | OK | OK | OK | OK |
| Timeout after document.open after document is completely loaded | PASS | PASS | FAIL | TIMEOUT | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/opening-the-input-stream/015.html | OK | OK | OK | OK | OK | OK | OK |
| global scope unchanged | FAIL | PASS | PASS | PASS | FAIL | FAIL | FAIL |
| window object changed | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| this is the window object | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/opening-the-input-stream/016.html | OK | TIMEOUT | OK | OK | OK | OK | OK |
| Timeout on original window, scope | FAIL | NOTRUN | NOTRUN | PASS | FAIL | FAIL | FAIL |
| Timeout on original window, this object | PASS | NOTRUN | NOTRUN | PASS | PASS | PASS | PASS |
| Timeout on new window, scope | FAIL | NOTRUN | NOTRUN | PASS | FAIL | FAIL | FAIL |
| Timeout on new window, this object | PASS | NOTRUN | NOTRUN | FAIL | PASS | PASS | PASS |
| /html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-01.xhtml | OK | OK | - | OK | OK | OK | OK |
| document.open in XHTML | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| /html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-02.html | OK | OK | OK | OK | OK | OK | OK |
| document.open should redirect to window.open when called with three arguments | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| document.open should throw when it has no window and is called with three arguments | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| /html/dom/dynamic-markup-insertion/opening-the-input-stream/document.open-03.html | OK | OK | OK | OK | OK | OK | OK |
| document.open and singleton replacement | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| /html/dom/elements/elements-in-the-dom/unknown-element.html | OK | OK | OK | OK | OK | OK | OK |
| HTMLUnknownElement | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| /html/dom/elements/global-attributes/classlist-nonstring.html | OK | OK | OK | OK | OK | OK | OK |
| classList: non-string contains | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| classList: non-string contains 1 | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| classList: non-string contains 2 | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| classList: non-string contains 3 | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| classList: non-string contains 4 | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| classList: non-string contains 5 | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| classList: non-string contains 6 | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/elements/global-attributes/data_unicode_attr.html | OK | OK | - | - | - | - | OK |
| dataset - SBCS | PASS | PASS | - | - | - | - | PASS |
| dataset - UNICODE | PASS | PASS | - | - | - | - | PASS |
| /html/dom/elements/global-attributes/dataset-delete.html | OK | OK | OK | OK | OK | OK | OK |
| Deleting element.dataset['foo'] should also remove an attribute with name 'data-foo' should it exist. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Deleting element.dataset['fooBar'] should also remove an attribute with name 'data-foo-bar' should it exist. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Deleting element.dataset['-'] should also remove an attribute with name 'data--' should it exist. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Deleting element.dataset['Foo'] should also remove an attribute with name 'data--foo' should it exist. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Deleting element.dataset['-foo'] should also remove an attribute with name 'data--foo' should it exist. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Deleting element.dataset['-Foo'] should also remove an attribute with name 'data---foo' should it exist. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Deleting element.dataset[''] should also remove an attribute with name 'data-' should it exist. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Deleting element.dataset['Ã '] should also remove an attribute with name 'data-Ã ' should it exist. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Deleting element.dataset['foo'] should not throw if even if the element does now have an attribute with the name data-foo. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/elements/global-attributes/dataset-enumeration.html | OK | OK | OK | OK | OK | OK | OK |
| A dataset should be enumeratable. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Only attributes who qualify as dataset properties should be enumeratable in the dataset. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/elements/global-attributes/dataset-get.html | OK | OK | OK | OK | OK | OK | OK |
| Getting element.dataset['foo'] should return the value of element.getAttribute('data-foo')' | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Getting element.dataset['fooBar'] should return the value of element.getAttribute('data-foo-bar')' | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Getting element.dataset['-'] should return the value of element.getAttribute('data--')' | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Getting element.dataset['Foo'] should return the value of element.getAttribute('data--foo')' | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Getting element.dataset['-Foo'] should return the value of element.getAttribute('data---foo')' | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Getting element.dataset['foo'] should return the value of element.getAttribute('data-Foo')' | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Getting element.dataset[''] should return the value of element.getAttribute('data-')' | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Getting element.dataset['Ã '] should return the value of element.getAttribute('data-Ã ')' | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Getting element.dataset['toString'] should return the value of element.getAttribute('data-to-string')' | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Tests that an attribute named dataFoo does not make an entry in the dataset DOMStringMap. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/elements/global-attributes/dataset-prototype.html | OK | OK | OK | OK | OK | OK | OK |
| An elements dataset property is an instance of a DOMStringMap | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Properties on Object.prototype should shine through. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/elements/global-attributes/dataset-set.html | OK | OK | OK | OK | OK | OK | OK |
| Setting element.dataset['foo'] should also change the value of element.getAttribute('data-foo')' | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Setting element.dataset['fooBar'] should also change the value of element.getAttribute('data-foo-bar')' | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Setting element.dataset['-'] should also change the value of element.getAttribute('data--')' | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Setting element.dataset['Foo'] should also change the value of element.getAttribute('data--foo')' | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Setting element.dataset['-Foo'] should also change the value of element.getAttribute('data---foo')' | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Setting element.dataset[''] should also change the value of element.getAttribute('data-')' | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Setting element.dataset['Ã '] should also change the value of element.getAttribute('data-Ã ')' | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Setting element.dataset['-foo'] should throw a SYNTAX_ERR' | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Setting element.dataset['foo '] should throw an INVALID_CHARACTER_ERR' | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| Setting element.dataset['foo豈'] should throw an INVALID_CHARACTER_ERR' | PASS | - | - | - | PASS | PASS | PASS |
| Setting element.dataset['foo豈'] should throw an INVALID_CHARACTER_ERR' | - | PASS | PASS | FAIL | - | - | - |
| /html/dom/elements/global-attributes/dataset.html | OK | OK | OK | OK | OK | OK | OK |
| Should return 'undefined' before setting an attribute | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Should return 'value' if that's the value | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Should return the empty string if that's the value | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Should return 'undefined' after removing an attribute | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/elements/global-attributes/document-dir.html | OK | OK | OK | OK | OK | OK | OK |
| Markup attribute | PASS | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| Setting the idl attribute to a garbage value | PASS | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Setting the idl attribute to the empty string | PASS | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| /html/dom/elements/global-attributes/id-attribute.html | OK | OK | OK | OK | OK | OK | OK |
| User agents must associate the element with an id value for purposes of getElementById. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Association is exact and therefore case-sensitive for getElementById. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Spaces are allowed in an id and still make an association for getElementByID. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Non-ASCII is allowed in an id and still make an association for getElementById. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| User agents must associate the element with an id value for purposes of CSS. | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Association for CSS is exact and therefore case-sensitive. | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Spaces are allowed in an id and still make an association. | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Non-ASCII is allowed in an id and still make an association for CSS. | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| The id IDL attribute must reflect the id content attribute, for getting. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| The id IDL attribute must reflect the id content attribute, for setting via IDL attribute. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| After setting id via id attribute, getElementById find the element by the new id. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| After setting id via id attribute, getElementById doesn't find the element by the old id. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| After setting id via id attribute, CSS association is via the new ID. | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| The id IDL attribute must reflect the id content attribute, for setting via setAttribute. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| After setting id via setAttribute attribute, getElementById find the element by the new id. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| After setting id via setAttribute attribute, getElementById doesn't find the element by the old id. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| After setting id via setAttribute attribute, CSS association is via the new ID. | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| /html/dom/elements/global-attributes/id-name-specialcase.html | OK | OK | - | - | - | - | OK |
| id with digits only | PASS | PASS | - | - | - | - | PASS |
| id start with digits | PASS | PASS | - | - | - | - | PASS |
| id start with underscore | PASS | PASS | - | - | - | - | PASS |
| id with punctuation only | PASS | PASS | - | - | - | - | PASS |
| id with chinese character | PASS | PASS | - | - | - | - | PASS |
| /html/dom/elements/global-attributes/id-name.html | OK | OK | OK | OK | OK | OK | OK |
| id and name attributes and getElementById | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/elements/global-attributes/the-lang-attribute-001.html | OK | OK | OK | OK | OK | OK | OK |
| The browser will recognize a language declared in a lang attribute on the html tag. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/elements/global-attributes/the-lang-attribute-002.html | OK | OK | OK | OK | OK | OK | OK |
| The browser will NOT recognize a language declared in an xml:lang attribute on the html tag. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/elements/global-attributes/the-lang-attribute-003.html | OK | OK | OK | OK | OK | OK | OK |
| The browser will recognize a language declared in the HTTP header, when there is no internal language declaration. | PASS | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| /html/dom/elements/global-attributes/the-lang-attribute-004.html | OK | OK | OK | OK | OK | OK | OK |
| The browser will recognize a language declared in a meta element in the head using http-equiv='Content-Language' content='..' (with a single language tag value), when there is no other language declaration inside the document. | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| /html/dom/elements/global-attributes/the-lang-attribute-005.html | OK | OK | OK | OK | OK | OK | OK |
| If there is a conflict between the language declarations in the HTTP header and the html element using lang, the browser will recognize the language declared in the html element. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/elements/global-attributes/the-lang-attribute-006.html | OK | OK | OK | OK | OK | OK | OK |
| If there is a conflict between the language declarations in the HTTP header and the Content-Language meta element, the UA will recognize the language declared in the meta element. | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| /html/dom/elements/global-attributes/the-lang-attribute-007.html | OK | OK | OK | OK | OK | OK | OK |
| If there is a conflict between the language declared using lang in the html element and that in the meta element, the UA will recognize the language declared in the html element. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/elements/global-attributes/the-lang-attribute-008.html | OK | OK | OK | OK | OK | OK | OK |
| If an element contains a lang attribute with an empty value, the value of a lang attribute higher up the document tree will no longer be applied to the content of that element. | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| /html/dom/elements/global-attributes/the-lang-attribute-009.html | OK | OK | OK | OK | OK | OK | OK |
| If the HTTP header contains a language declaration but the html element uses an empty lang value, the UA will not recognize the language declared in the HTTP header. | PASS | FAIL | PASS | PASS | PASS | PASS | PASS |
| /html/dom/elements/global-attributes/the-lang-attribute-010.html | OK | OK | OK | OK | OK | OK | OK |
| If the meta Content-Language element contains a language declaration but the html element uses an empty lang value, the UA will not recognize the language declared in the meta Content-Language element. | PASS | FAIL | PASS | PASS | PASS | PASS | PASS |
| /html/dom/elements/global-attributes/the-translate-attribute-007.html | OK | OK | OK | OK | OK | OK | OK |
| In the default case, ie. with no translate attribute in the page, javascript will detect the translation mode of text as translate-enabled. | PASS | FAIL | FAIL | FAIL | PASS | PASS | FAIL |
| /html/dom/elements/global-attributes/the-translate-attribute-008.html | OK | OK | OK | OK | OK | OK | OK |
| If the translate attribute is set to yes, javascript will detect the translation mode of text as translate-enabled. | PASS | FAIL | FAIL | FAIL | PASS | PASS | FAIL |
| /html/dom/elements/global-attributes/the-translate-attribute-009.html | OK | OK | OK | OK | OK | OK | OK |
| If the translate attribute is set to no, javascript will detect the translation mode of text as no-translate. | PASS | FAIL | FAIL | FAIL | PASS | PASS | FAIL |
| /html/dom/elements/global-attributes/the-translate-attribute-010.html | OK | OK | OK | OK | OK | OK | OK |
| If the translate attribute is set to no, javascript will detect the translation mode of elements inside that element with no translate flag as no-translate. | PASS | FAIL | FAIL | FAIL | PASS | PASS | FAIL |
| /html/dom/elements/global-attributes/the-translate-attribute-011.html | OK | OK | OK | OK | OK | OK | OK |
| If the translate attribute is set to yes on an element inside an element with the translate attribute set to no, javascript will detect the translation mode of text in the inner element as translate-enabled. | PASS | FAIL | FAIL | FAIL | PASS | PASS | FAIL |
| /html/dom/elements/global-attributes/the-translate-attribute-012.html | OK | OK | OK | OK | OK | OK | OK |
| If the translate attribute is set to a null string, javascript will detect the translation mode of text as translate-enabled. | PASS | FAIL | FAIL | FAIL | PASS | PASS | FAIL |
| /html/dom/interfaces.html | OK | OK | OK | OK | OK | OK | |
| Document interface: attribute domain | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute referrer | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute cookie | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute lastModified | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute readyState | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute title | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute dir | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute body | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute head | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute images | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute embeds | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute plugins | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute links | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute forms | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute scripts | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: operation getElementsByName(DOMString) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: operation getItems(DOMString) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute currentScript | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: operation open(DOMString,DOMString) | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: operation open(DOMString,DOMString,DOMString,boolean) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: operation close() | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: operation write(DOMString) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: operation writeln(DOMString) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute defaultView | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute activeElement | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: operation hasFocus() | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Document interface: attribute designMode | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: operation execCommand(DOMString,boolean,DOMString) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: operation queryCommandEnabled(DOMString) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: operation queryCommandIndeterm(DOMString) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: operation queryCommandState(DOMString) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: operation queryCommandSupported(DOMString) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: operation queryCommandValue(DOMString) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onreadystatechange | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute fgColor | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute linkColor | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute vlinkColor | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute alinkColor | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute bgColor | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute anchors | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: operation clear() | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: operation captureEvents() | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: operation releaseEvents() | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: attribute all | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onabort | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onautocomplete | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: attribute onautocompleteerror | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: attribute onblur | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute oncancel | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute oncanplay | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute oncanplaythrough | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onchange | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onclick | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onclose | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute oncontextmenu | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute oncuechange | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute ondblclick | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute ondrag | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute ondragend | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute ondragenter | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute ondragexit | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute ondragleave | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute ondragover | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute ondragstart | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute ondrop | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute ondurationchange | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onemptied | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onended | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onerror | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onfocus | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute oninput | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute oninvalid | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onkeydown | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onkeypress | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onkeyup | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onload | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onloadeddata | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onloadedmetadata | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onloadstart | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onmousedown | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onmouseenter | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onmouseleave | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onmousemove | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onmouseout | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onmouseover | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onmouseup | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onmousewheel | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onpause | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onplay | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onplaying | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onprogress | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onratechange | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onreset | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onresize | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: attribute onscroll | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onseeked | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onseeking | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onselect | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onshow | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onsort | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onstalled | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onsubmit | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onsuspend | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute ontimeupdate | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute ontoggle | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: attribute onvolumechange | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: attribute onwaiting | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Stringification of iframe.contentDocument | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "implementation" with the proper type (0) | FAIL | PASS | - | FAIL | FAIL | PASS | FAIL |
| Document interface: iframe.contentDocument must inherit property "URL" with the proper type (1) | FAIL | PASS | - | FAIL | FAIL | PASS | FAIL |
| Document interface: iframe.contentDocument must inherit property "documentURI" with the proper type (2) | FAIL | PASS | - | FAIL | FAIL | PASS | FAIL |
| Document interface: iframe.contentDocument must inherit property "origin" with the proper type (3) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "compatMode" with the proper type (4) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "characterSet" with the proper type (5) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "contentType" with the proper type (6) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "doctype" with the proper type (7) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "documentElement" with the proper type (8) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "getElementsByTagName" with the proper type (9) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling getElementsByTagName(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "getElementsByTagNameNS" with the proper type (10) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling getElementsByTagNameNS(DOMString,DOMString) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "getElementsByClassName" with the proper type (11) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling getElementsByClassName(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "createElement" with the proper type (12) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Document interface: calling createElement(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "createElementNS" with the proper type (13) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Document interface: calling createElementNS(DOMString,DOMString) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "createDocumentFragment" with the proper type (14) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Document interface: iframe.contentDocument must inherit property "createTextNode" with the proper type (15) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Document interface: calling createTextNode(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "createComment" with the proper type (16) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Document interface: calling createComment(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "createProcessingInstruction" with the proper type (17) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Document interface: calling createProcessingInstruction(DOMString,DOMString) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "importNode" with the proper type (18) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Document interface: calling importNode(Node,boolean) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "adoptNode" with the proper type (19) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Document interface: calling adoptNode(Node) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "createAttribute" with the proper type (20) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling createAttribute(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "createAttributeNS" with the proper type (21) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling createAttributeNS(DOMString,DOMString) on iframe.contentDocument with too few arguments must throw TypeError | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "createEvent" with the proper type (22) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling createEvent(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "createRange" with the proper type (23) | PASS | PASS | - | - | - | - | PASS |
| Document interface: iframe.contentDocument must inherit property "createNodeIterator" with the proper type (24) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling createNodeIterator(Node,unsigned long,NodeFilter) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "createTreeWalker" with the proper type (25) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling createTreeWalker(Node,unsigned long,NodeFilter) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "styleSheets" with the proper type (26) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "selectedStyleSheetSet" with the proper type (27) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "lastStyleSheetSet" with the proper type (28) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "preferredStyleSheetSet" with the proper type (29) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "styleSheetSets" with the proper type (30) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "enableStyleSheetsForSet" with the proper type (31) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: calling enableStyleSheetsForSet(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| Document interface: iframe.contentDocument must have own property "location" | FAIL | PASS | - | PASS | FAIL | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "domain" with the proper type (33) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "referrer" with the proper type (34) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "cookie" with the proper type (35) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "lastModified" with the proper type (36) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "readyState" with the proper type (37) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "title" with the proper type (39) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "dir" with the proper type (40) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "body" with the proper type (41) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "head" with the proper type (42) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "images" with the proper type (43) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "embeds" with the proper type (44) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "plugins" with the proper type (45) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "links" with the proper type (46) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "forms" with the proper type (47) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "scripts" with the proper type (48) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "getElementsByName" with the proper type (49) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling getElementsByName(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "getItems" with the proper type (50) | FAIL | PASS | - | - | - | - | PASS |
| Document interface: calling getItems(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | FAIL | PASS | - | PASS | FAIL | FAIL | PASS |
| Document interface: iframe.contentDocument must inherit property "currentScript" with the proper type (52) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "open" with the proper type (53) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling open(DOMString,DOMString) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Document interface: iframe.contentDocument must inherit property "open" with the proper type (54) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling open(DOMString,DOMString,DOMString,boolean) on iframe.contentDocument with too few arguments must throw TypeError | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "close" with the proper type (55) | PASS | PASS | - | - | - | - | PASS |
| Document interface: iframe.contentDocument must inherit property "write" with the proper type (56) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling write(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "writeln" with the proper type (57) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling writeln(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "defaultView" with the proper type (58) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "activeElement" with the proper type (59) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "hasFocus" with the proper type (60) | PASS | PASS | - | - | - | - | PASS |
| Document interface: iframe.contentDocument must inherit property "designMode" with the proper type (61) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "execCommand" with the proper type (62) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling execCommand(DOMString,boolean,DOMString) on iframe.contentDocument with too few arguments must throw TypeError | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "queryCommandEnabled" with the proper type (63) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling queryCommandEnabled(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "queryCommandIndeterm" with the proper type (64) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling queryCommandIndeterm(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "queryCommandState" with the proper type (65) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling queryCommandState(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "queryCommandSupported" with the proper type (66) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling queryCommandSupported(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "queryCommandValue" with the proper type (67) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling queryCommandValue(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "onreadystatechange" with the proper type (69) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "fgColor" with the proper type (70) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "linkColor" with the proper type (71) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "vlinkColor" with the proper type (72) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "alinkColor" with the proper type (73) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "bgColor" with the proper type (74) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "anchors" with the proper type (75) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "clear" with the proper type (77) | PASS | PASS | - | - | - | - | PASS |
| Document interface: iframe.contentDocument must inherit property "captureEvents" with the proper type (78) | PASS | PASS | - | - | - | - | PASS |
| Document interface: iframe.contentDocument must inherit property "releaseEvents" with the proper type (79) | PASS | PASS | - | - | - | - | PASS |
| Document interface: iframe.contentDocument must inherit property "all" with the proper type (80) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "getElementById" with the proper type (81) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling getElementById(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "children" with the proper type (82) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "firstElementChild" with the proper type (83) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "lastElementChild" with the proper type (84) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "childElementCount" with the proper type (85) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "prepend" with the proper type (86) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: calling prepend([object Object],[object Object]) on iframe.contentDocument with too few arguments must throw TypeError | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Document interface: iframe.contentDocument must inherit property "append" with the proper type (87) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "query" with the proper type (88) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: calling query(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "queryAll" with the proper type (89) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: calling queryAll(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "querySelector" with the proper type (90) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling querySelector(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | - | - | - | PASS |
| Document interface: iframe.contentDocument must inherit property "querySelectorAll" with the proper type (91) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling querySelectorAll(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | - | - | - | PASS |
| Document interface: iframe.contentDocument must inherit property "onabort" with the proper type (92) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onautocomplete" with the proper type (93) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onautocompleteerror" with the proper type (94) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onblur" with the proper type (95) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "oncancel" with the proper type (96) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "oncanplay" with the proper type (97) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "oncanplaythrough" with the proper type (98) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onchange" with the proper type (99) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onclick" with the proper type (100) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onclose" with the proper type (101) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "oncontextmenu" with the proper type (102) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "oncuechange" with the proper type (103) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "ondblclick" with the proper type (104) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "ondrag" with the proper type (105) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "ondragend" with the proper type (106) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "ondragenter" with the proper type (107) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "ondragexit" with the proper type (108) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "ondragleave" with the proper type (109) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "ondragover" with the proper type (110) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "ondragstart" with the proper type (111) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "ondrop" with the proper type (112) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "ondurationchange" with the proper type (113) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onemptied" with the proper type (114) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onended" with the proper type (115) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onerror" with the proper type (116) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onfocus" with the proper type (117) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "oninput" with the proper type (118) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "oninvalid" with the proper type (119) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onkeydown" with the proper type (120) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onkeypress" with the proper type (121) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onkeyup" with the proper type (122) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onload" with the proper type (123) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onloadeddata" with the proper type (124) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onloadedmetadata" with the proper type (125) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onloadstart" with the proper type (126) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onmousedown" with the proper type (127) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onmouseenter" with the proper type (128) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onmouseleave" with the proper type (129) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onmousemove" with the proper type (130) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onmouseout" with the proper type (131) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onmouseover" with the proper type (132) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onmouseup" with the proper type (133) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onmousewheel" with the proper type (134) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onpause" with the proper type (135) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onplay" with the proper type (136) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onplaying" with the proper type (137) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onprogress" with the proper type (138) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onratechange" with the proper type (139) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onreset" with the proper type (140) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onresize" with the proper type (141) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onscroll" with the proper type (142) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onseeked" with the proper type (143) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onseeking" with the proper type (144) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onselect" with the proper type (145) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onshow" with the proper type (146) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onsort" with the proper type (147) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onstalled" with the proper type (148) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onsubmit" with the proper type (149) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onsuspend" with the proper type (150) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "ontimeupdate" with the proper type (151) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "ontoggle" with the proper type (152) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onvolumechange" with the proper type (153) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: iframe.contentDocument must inherit property "onwaiting" with the proper type (154) | FAIL | PASS | - | - | - | - | FAIL |
| Node interface: iframe.contentDocument must inherit property "ELEMENT_NODE" with the proper type (0) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: iframe.contentDocument must inherit property "ATTRIBUTE_NODE" with the proper type (1) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: iframe.contentDocument must inherit property "TEXT_NODE" with the proper type (2) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: iframe.contentDocument must inherit property "CDATA_SECTION_NODE" with the proper type (3) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: iframe.contentDocument must inherit property "ENTITY_REFERENCE_NODE" with the proper type (4) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: iframe.contentDocument must inherit property "ENTITY_NODE" with the proper type (5) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: iframe.contentDocument must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: iframe.contentDocument must inherit property "COMMENT_NODE" with the proper type (7) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: iframe.contentDocument must inherit property "DOCUMENT_NODE" with the proper type (8) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: iframe.contentDocument must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: iframe.contentDocument must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: iframe.contentDocument must inherit property "NOTATION_NODE" with the proper type (11) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: iframe.contentDocument must inherit property "nodeType" with the proper type (12) | FAIL | PASS | - | FAIL | FAIL | PASS | FAIL |
| Node interface: iframe.contentDocument must inherit property "nodeName" with the proper type (13) | FAIL | PASS | - | FAIL | FAIL | PASS | FAIL |
| Node interface: iframe.contentDocument must inherit property "baseURI" with the proper type (14) | FAIL | PASS | - | FAIL | FAIL | PASS | FAIL |
| Node interface: iframe.contentDocument must inherit property "ownerDocument" with the proper type (15) | FAIL | PASS | - | FAIL | FAIL | PASS | FAIL |
| Node interface: iframe.contentDocument must inherit property "parentNode" with the proper type (16) | FAIL | PASS | - | FAIL | FAIL | PASS | FAIL |
| Node interface: iframe.contentDocument must inherit property "parentElement" with the proper type (17) | FAIL | PASS | - | FAIL | FAIL | PASS | FAIL |
| Node interface: iframe.contentDocument must inherit property "hasChildNodes" with the proper type (18) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: iframe.contentDocument must inherit property "childNodes" with the proper type (19) | FAIL | PASS | - | FAIL | FAIL | PASS | FAIL |
| Node interface: iframe.contentDocument must inherit property "firstChild" with the proper type (20) | FAIL | PASS | - | FAIL | FAIL | PASS | FAIL |
| Node interface: iframe.contentDocument must inherit property "lastChild" with the proper type (21) | FAIL | PASS | - | FAIL | FAIL | PASS | FAIL |
| Node interface: iframe.contentDocument must inherit property "previousSibling" with the proper type (22) | FAIL | PASS | - | FAIL | FAIL | PASS | FAIL |
| Node interface: iframe.contentDocument must inherit property "nextSibling" with the proper type (23) | FAIL | PASS | - | FAIL | FAIL | PASS | FAIL |
| Node interface: iframe.contentDocument must inherit property "nodeValue" with the proper type (24) | FAIL | PASS | - | FAIL | FAIL | PASS | FAIL |
| Node interface: iframe.contentDocument must inherit property "textContent" with the proper type (25) | FAIL | PASS | - | FAIL | FAIL | PASS | FAIL |
| Node interface: iframe.contentDocument must inherit property "normalize" with the proper type (26) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: iframe.contentDocument must inherit property "cloneNode" with the proper type (27) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: calling cloneNode(boolean) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: iframe.contentDocument must inherit property "isEqualNode" with the proper type (28) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: calling isEqualNode(Node) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| Node interface: iframe.contentDocument must inherit property "DOCUMENT_POSITION_DISCONNECTED" with the proper type (29) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: iframe.contentDocument must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type (30) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: iframe.contentDocument must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type (31) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: iframe.contentDocument must inherit property "DOCUMENT_POSITION_CONTAINS" with the proper type (32) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: iframe.contentDocument must inherit property "DOCUMENT_POSITION_CONTAINED_BY" with the proper type (33) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: iframe.contentDocument must inherit property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (34) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: iframe.contentDocument must inherit property "compareDocumentPosition" with the proper type (35) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: calling compareDocumentPosition(Node) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| Node interface: iframe.contentDocument must inherit property "contains" with the proper type (36) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: calling contains(Node) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| Node interface: iframe.contentDocument must inherit property "lookupPrefix" with the proper type (37) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: calling lookupPrefix(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| Node interface: iframe.contentDocument must inherit property "lookupNamespaceURI" with the proper type (38) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: calling lookupNamespaceURI(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| Node interface: iframe.contentDocument must inherit property "isDefaultNamespace" with the proper type (39) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: calling isDefaultNamespace(DOMString) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| Node interface: iframe.contentDocument must inherit property "insertBefore" with the proper type (40) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: calling insertBefore(Node,Node) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| Node interface: iframe.contentDocument must inherit property "appendChild" with the proper type (41) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: calling appendChild(Node) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| Node interface: iframe.contentDocument must inherit property "replaceChild" with the proper type (42) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: calling replaceChild(Node,Node) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| Node interface: iframe.contentDocument must inherit property "removeChild" with the proper type (43) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Node interface: calling removeChild(Node) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| EventTarget interface: iframe.contentDocument must inherit property "addEventListener" with the proper type (0) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on iframe.contentDocument with too few arguments must throw TypeError | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| EventTarget interface: iframe.contentDocument must inherit property "removeEventListener" with the proper type (1) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on iframe.contentDocument with too few arguments must throw TypeError | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| EventTarget interface: iframe.contentDocument must inherit property "dispatchEvent" with the proper type (2) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| EventTarget interface: calling dispatchEvent(Event) on iframe.contentDocument with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| XMLDocument interface: operation load(DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| XMLDocument must be primary interface of document.implementation.createDocument(null, "", null) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.implementation.createDocument(null, "", null) | PASS | PASS | PASS | PASS | FAIL | FAIL | FAIL |
| XMLDocument interface: document.implementation.createDocument(null, "", null) must inherit property "load" with the proper type (0) | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| XMLDocument interface: calling load(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "implementation" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "URL" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "documentURI" with the proper type (2) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "origin" with the proper type (3) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "compatMode" with the proper type (4) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "characterSet" with the proper type (5) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "contentType" with the proper type (6) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "doctype" with the proper type (7) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "documentElement" with the proper type (8) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "getElementsByTagName" with the proper type (9) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling getElementsByTagName(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "getElementsByTagNameNS" with the proper type (10) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling getElementsByTagNameNS(DOMString,DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "getElementsByClassName" with the proper type (11) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling getElementsByClassName(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "createElement" with the proper type (12) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Document interface: calling createElement(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "createElementNS" with the proper type (13) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Document interface: calling createElementNS(DOMString,DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "createDocumentFragment" with the proper type (14) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "createTextNode" with the proper type (15) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Document interface: calling createTextNode(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "createComment" with the proper type (16) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Document interface: calling createComment(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "createProcessingInstruction" with the proper type (17) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Document interface: calling createProcessingInstruction(DOMString,DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "importNode" with the proper type (18) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Document interface: calling importNode(Node,boolean) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "adoptNode" with the proper type (19) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Document interface: calling adoptNode(Node) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "createAttribute" with the proper type (20) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling createAttribute(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "createAttributeNS" with the proper type (21) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling createAttributeNS(DOMString,DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "createEvent" with the proper type (22) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling createEvent(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "createRange" with the proper type (23) | PASS | PASS | - | - | - | - | PASS |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "createNodeIterator" with the proper type (24) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling createNodeIterator(Node,unsigned long,NodeFilter) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "createTreeWalker" with the proper type (25) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling createTreeWalker(Node,unsigned long,NodeFilter) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "styleSheets" with the proper type (26) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "selectedStyleSheetSet" with the proper type (27) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "lastStyleSheetSet" with the proper type (28) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "preferredStyleSheetSet" with the proper type (29) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "styleSheetSets" with the proper type (30) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "enableStyleSheetsForSet" with the proper type (31) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: calling enableStyleSheetsForSet(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must have own property "location" | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "domain" with the proper type (33) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "referrer" with the proper type (34) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "cookie" with the proper type (35) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "lastModified" with the proper type (36) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "readyState" with the proper type (37) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "title" with the proper type (39) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "dir" with the proper type (40) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "body" with the proper type (41) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "head" with the proper type (42) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "images" with the proper type (43) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "embeds" with the proper type (44) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "plugins" with the proper type (45) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "links" with the proper type (46) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "forms" with the proper type (47) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "scripts" with the proper type (48) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "getElementsByName" with the proper type (49) | PASS | FAIL | - | - | - | - | PASS |
| Document interface: calling getElementsByName(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "getItems" with the proper type (50) | FAIL | FAIL | - | - | - | - | PASS |
| Document interface: calling getItems(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | PASS |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "currentScript" with the proper type (52) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "open" with the proper type (53) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: calling open(DOMString,DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "open" with the proper type (54) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: calling open(DOMString,DOMString,DOMString,boolean) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "close" with the proper type (55) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "write" with the proper type (56) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: calling write(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "writeln" with the proper type (57) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: calling writeln(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "defaultView" with the proper type (58) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "activeElement" with the proper type (59) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "hasFocus" with the proper type (60) | PASS | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "designMode" with the proper type (61) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "execCommand" with the proper type (62) | PASS | FAIL | - | - | - | - | PASS |
| Document interface: calling execCommand(DOMString,boolean,DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandEnabled" with the proper type (63) | PASS | FAIL | - | - | - | - | PASS |
| Document interface: calling queryCommandEnabled(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandIndeterm" with the proper type (64) | PASS | FAIL | - | - | - | - | PASS |
| Document interface: calling queryCommandIndeterm(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandState" with the proper type (65) | PASS | FAIL | - | - | - | - | PASS |
| Document interface: calling queryCommandState(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandSupported" with the proper type (66) | PASS | FAIL | - | - | - | - | PASS |
| Document interface: calling queryCommandSupported(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandValue" with the proper type (67) | PASS | FAIL | - | - | - | - | PASS |
| Document interface: calling queryCommandValue(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onreadystatechange" with the proper type (69) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "fgColor" with the proper type (70) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "linkColor" with the proper type (71) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "vlinkColor" with the proper type (72) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "alinkColor" with the proper type (73) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "bgColor" with the proper type (74) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "anchors" with the proper type (75) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "clear" with the proper type (77) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "captureEvents" with the proper type (78) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "releaseEvents" with the proper type (79) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "all" with the proper type (80) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "getElementById" with the proper type (81) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling getElementById(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "children" with the proper type (82) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "firstElementChild" with the proper type (83) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "lastElementChild" with the proper type (84) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "childElementCount" with the proper type (85) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "prepend" with the proper type (86) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: calling prepend([object Object],[object Object]) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "append" with the proper type (87) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "query" with the proper type (88) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: calling query(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryAll" with the proper type (89) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: calling queryAll(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "querySelector" with the proper type (90) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling querySelector(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | - | - | - | - | PASS |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "querySelectorAll" with the proper type (91) | PASS | PASS | - | - | - | - | PASS |
| Document interface: calling querySelectorAll(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | - | - | - | - | PASS |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onabort" with the proper type (92) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onautocomplete" with the proper type (93) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onautocompleteerror" with the proper type (94) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onblur" with the proper type (95) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "oncancel" with the proper type (96) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "oncanplay" with the proper type (97) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "oncanplaythrough" with the proper type (98) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onchange" with the proper type (99) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onclick" with the proper type (100) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onclose" with the proper type (101) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "oncontextmenu" with the proper type (102) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "oncuechange" with the proper type (103) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ondblclick" with the proper type (104) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ondrag" with the proper type (105) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ondragend" with the proper type (106) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ondragenter" with the proper type (107) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ondragexit" with the proper type (108) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ondragleave" with the proper type (109) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ondragover" with the proper type (110) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ondragstart" with the proper type (111) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ondrop" with the proper type (112) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ondurationchange" with the proper type (113) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onemptied" with the proper type (114) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onended" with the proper type (115) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onerror" with the proper type (116) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onfocus" with the proper type (117) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "oninput" with the proper type (118) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "oninvalid" with the proper type (119) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onkeydown" with the proper type (120) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onkeypress" with the proper type (121) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onkeyup" with the proper type (122) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onload" with the proper type (123) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onloadeddata" with the proper type (124) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onloadedmetadata" with the proper type (125) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onloadstart" with the proper type (126) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onmousedown" with the proper type (127) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onmouseenter" with the proper type (128) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onmouseleave" with the proper type (129) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onmousemove" with the proper type (130) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onmouseout" with the proper type (131) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onmouseover" with the proper type (132) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onmouseup" with the proper type (133) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onmousewheel" with the proper type (134) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onpause" with the proper type (135) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onplay" with the proper type (136) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onplaying" with the proper type (137) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onprogress" with the proper type (138) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onratechange" with the proper type (139) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onreset" with the proper type (140) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onresize" with the proper type (141) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onscroll" with the proper type (142) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onseeked" with the proper type (143) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onseeking" with the proper type (144) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onselect" with the proper type (145) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onshow" with the proper type (146) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onsort" with the proper type (147) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onstalled" with the proper type (148) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onsubmit" with the proper type (149) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onsuspend" with the proper type (150) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ontimeupdate" with the proper type (151) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ontoggle" with the proper type (152) | FAIL | FAIL | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onvolumechange" with the proper type (153) | FAIL | PASS | - | - | - | - | FAIL |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onwaiting" with the proper type (154) | FAIL | PASS | - | - | - | - | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "ELEMENT_NODE" with the proper type (0) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "ATTRIBUTE_NODE" with the proper type (1) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "TEXT_NODE" with the proper type (2) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "CDATA_SECTION_NODE" with the proper type (3) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "ENTITY_REFERENCE_NODE" with the proper type (4) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "ENTITY_NODE" with the proper type (5) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "COMMENT_NODE" with the proper type (7) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "DOCUMENT_NODE" with the proper type (8) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "NOTATION_NODE" with the proper type (11) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "nodeType" with the proper type (12) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "nodeName" with the proper type (13) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "baseURI" with the proper type (14) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "ownerDocument" with the proper type (15) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "parentNode" with the proper type (16) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "parentElement" with the proper type (17) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "hasChildNodes" with the proper type (18) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "childNodes" with the proper type (19) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "firstChild" with the proper type (20) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "lastChild" with the proper type (21) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "previousSibling" with the proper type (22) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "nextSibling" with the proper type (23) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "nodeValue" with the proper type (24) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "textContent" with the proper type (25) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "normalize" with the proper type (26) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "cloneNode" with the proper type (27) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: calling cloneNode(boolean) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "isEqualNode" with the proper type (28) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: calling isEqualNode(Node) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "DOCUMENT_POSITION_DISCONNECTED" with the proper type (29) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type (30) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type (31) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "DOCUMENT_POSITION_CONTAINS" with the proper type (32) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "DOCUMENT_POSITION_CONTAINED_BY" with the proper type (33) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (34) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "compareDocumentPosition" with the proper type (35) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: calling compareDocumentPosition(Node) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "contains" with the proper type (36) | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Node interface: calling contains(Node) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | FAIL | FAIL | PASS | FAIL | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "lookupPrefix" with the proper type (37) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: calling lookupPrefix(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "lookupNamespaceURI" with the proper type (38) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: calling lookupNamespaceURI(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "isDefaultNamespace" with the proper type (39) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: calling isDefaultNamespace(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "insertBefore" with the proper type (40) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: calling insertBefore(Node,Node) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "appendChild" with the proper type (41) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: calling appendChild(Node) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "replaceChild" with the proper type (42) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: calling replaceChild(Node,Node) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| Node interface: document.implementation.createDocument(null, "", null) must inherit property "removeChild" with the proper type (43) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: calling removeChild(Node) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| EventTarget interface: document.implementation.createDocument(null, "", null) must inherit property "addEventListener" with the proper type (0) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| EventTarget interface: document.implementation.createDocument(null, "", null) must inherit property "removeEventListener" with the proper type (1) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| EventTarget interface: document.implementation.createDocument(null, "", null) must inherit property "dispatchEvent" with the proper type (2) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| EventTarget interface: calling dispatchEvent(Event) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| MouseEvent interface: attribute region | FAIL | PASS | - | - | - | - | FAIL |
| Touch interface: attribute region | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLAllCollection interface: existence and properties of interface object | PASS | PASS | FAIL | FAIL | PASS | FAIL | FAIL |
| HTMLAllCollection interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLAllCollection interface: existence and properties of interface prototype object | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLAllCollection interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | FAIL | PASS | FAIL | PASS |
| HTMLAllCollection interface: operation item(unsigned long) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLAllCollection interface: operation item(DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAllCollection interface: operation namedItem(DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLAllCollection must be primary interface of document.all | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Stringification of document.all | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAllCollection interface: document.all must inherit property "item" with the proper type (0) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAllCollection interface: calling item(unsigned long) on document.all with too few arguments must throw TypeError | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLAllCollection interface: document.all must inherit property "item" with the proper type (1) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLAllCollection interface: calling item(DOMString) on document.all with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAllCollection interface: document.all must inherit property "namedItem" with the proper type (2) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLAllCollection interface: calling namedItem(DOMString) on document.all with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCollection interface: document.all must inherit property "length" with the proper type (0) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCollection interface: document.all must inherit property "item" with the proper type (1) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCollection interface: calling item(unsigned long) on document.all with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCollection interface: document.all must inherit property "namedItem" with the proper type (2) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCollection interface: calling namedItem(DOMString) on document.all with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFormControlsCollection interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFormControlsCollection interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| HTMLFormControlsCollection interface: existence and properties of interface prototype object | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFormControlsCollection interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | FAIL | FAIL | PASS | FAIL | FAIL |
| HTMLFormControlsCollection interface: operation namedItem(DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFormControlsCollection must be primary interface of document.createElement("form").elements | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Stringification of document.createElement("form").elements | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFormControlsCollection interface: document.createElement("form").elements must inherit property "namedItem" with the proper type (0) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFormControlsCollection interface: calling namedItem(DOMString) on document.createElement("form").elements with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCollection interface: document.createElement("form").elements must inherit property "length" with the proper type (0) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCollection interface: document.createElement("form").elements must inherit property "item" with the proper type (1) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCollection interface: calling item(unsigned long) on document.createElement("form").elements with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCollection interface: document.createElement("form").elements must inherit property "namedItem" with the proper type (2) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCollection interface: calling namedItem(DOMString) on document.createElement("form").elements with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| RadioNodeList interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| RadioNodeList interface object length | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| RadioNodeList interface: existence and properties of interface prototype object | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| RadioNodeList interface: existence and properties of interface prototype object's "constructor" property | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| RadioNodeList interface: attribute value | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionsCollection interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionsCollection interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| HTMLOptionsCollection interface: existence and properties of interface prototype object | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionsCollection interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | FAIL | PASS | PASS | FAIL | FAIL |
| HTMLOptionsCollection interface: attribute length | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionsCollection interface: operation add([object Object],[object Object],[object Object],[object Object]) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionsCollection interface: operation remove(long) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionsCollection interface: attribute selectedIndex | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionsCollection must be primary interface of document.createElement("select").options | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Stringification of document.createElement("select").options | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionsCollection interface: document.createElement("select").options must inherit property "length" with the proper type (0) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionsCollection interface: document.createElement("select").options must inherit property "add" with the proper type (3) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionsCollection interface: calling add([object Object],[object Object],[object Object],[object Object]) on document.createElement("select").options with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionsCollection interface: document.createElement("select").options must inherit property "remove" with the proper type (4) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionsCollection interface: calling remove(long) on document.createElement("select").options with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionsCollection interface: document.createElement("select").options must inherit property "selectedIndex" with the proper type (5) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCollection interface: document.createElement("select").options must inherit property "length" with the proper type (0) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCollection interface: document.createElement("select").options must inherit property "item" with the proper type (1) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCollection interface: calling item(unsigned long) on document.createElement("select").options with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCollection interface: document.createElement("select").options must inherit property "namedItem" with the proper type (2) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCollection interface: calling namedItem(DOMString) on document.createElement("select").options with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLPropertiesCollection interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLPropertiesCollection interface object length | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | PASS |
| HTMLPropertiesCollection interface: existence and properties of interface prototype object | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLPropertiesCollection interface: existence and properties of interface prototype object's "constructor" property | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | PASS |
| HTMLPropertiesCollection interface: operation namedItem(DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLPropertiesCollection interface: attribute names | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLPropertiesCollection must be primary interface of document.head.properties | FAIL | PASS | FAIL | PASS | FAIL | FAIL | PASS |
| Stringification of document.head.properties | FAIL | PASS | FAIL | PASS | FAIL | FAIL | PASS |
| HTMLPropertiesCollection interface: document.head.properties must inherit property "namedItem" with the proper type (0) | FAIL | PASS | FAIL | PASS | FAIL | FAIL | PASS |
| HTMLPropertiesCollection interface: calling namedItem(DOMString) on document.head.properties with too few arguments must throw TypeError | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | PASS |
| HTMLPropertiesCollection interface: document.head.properties must inherit property "names" with the proper type (1) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCollection interface: document.head.properties must inherit property "length" with the proper type (0) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCollection interface: document.head.properties must inherit property "item" with the proper type (1) | FAIL | PASS | FAIL | PASS | FAIL | FAIL | PASS |
| HTMLCollection interface: calling item(unsigned long) on document.head.properties with too few arguments must throw TypeError | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | PASS |
| HTMLCollection interface: document.head.properties must inherit property "namedItem" with the proper type (2) | FAIL | PASS | FAIL | PASS | FAIL | FAIL | PASS |
| HTMLCollection interface: calling namedItem(DOMString) on document.head.properties with too few arguments must throw TypeError | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | PASS |
| PropertyNodeList interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| PropertyNodeList interface object length | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| PropertyNodeList interface: existence and properties of interface prototype object | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| PropertyNodeList interface: existence and properties of interface prototype object's "constructor" property | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| PropertyNodeList interface: operation getValues() | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| DOMStringMap interface: existence and properties of interface object | PASS | PASS | FAIL | FAIL | PASS | FAIL | FAIL |
| DOMStringMap interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| DOMStringMap interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| DOMStringMap interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| DOMStringMap must be primary interface of document.head.dataset | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.head.dataset | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| DOMElementMap interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| DOMElementMap interface object length | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| DOMElementMap interface: existence and properties of interface prototype object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| DOMElementMap interface: existence and properties of interface prototype object's "constructor" property | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLElement interface: attribute title | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute lang | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute translate | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute dir | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute dataset | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute properties | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute hidden | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: operation click() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLElement interface: operation focus() | FAIL | PASS | PASS | PASS | FAIL | FAIL | FAIL |
| HTMLElement interface: operation blur() | FAIL | PASS | PASS | PASS | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute accessKey | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute accessKeyLabel | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute draggable | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute dropzone | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute contentEditable | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute isContentEditable | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute spellcheck | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onabort | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onautocomplete | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLElement interface: attribute onautocompleteerror | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLElement interface: attribute onblur | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute oncancel | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute oncanplay | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute oncanplaythrough | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onchange | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onclick | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onclose | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute oncontextmenu | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute oncuechange | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute ondblclick | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute ondrag | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute ondragend | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute ondragenter | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute ondragexit | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute ondragleave | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute ondragover | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute ondragstart | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute ondrop | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute ondurationchange | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onemptied | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onended | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onerror | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onfocus | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute oninput | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute oninvalid | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onkeydown | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onkeypress | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onkeyup | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onload | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onloadeddata | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onloadedmetadata | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onloadstart | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onmousedown | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onmouseenter | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onmouseleave | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onmousemove | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onmouseout | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onmouseover | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onmouseup | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onmousewheel | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onpause | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onplay | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onplaying | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onprogress | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onratechange | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onreset | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onresize | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLElement interface: attribute onscroll | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onseeked | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onseeking | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onselect | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onshow | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onsort | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onstalled | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onsubmit | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onsuspend | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute ontimeupdate | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute ontoggle | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLElement interface: attribute onvolumechange | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: attribute onwaiting | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement must be primary interface of document.createElement("noscript") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("noscript") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLElement interface: document.createElement("noscript") must inherit property "title" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "lang" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "translate" with the proper type (2) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "dir" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "dataset" with the proper type (4) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "properties" with the proper type (10) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "hidden" with the proper type (12) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "click" with the proper type (13) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLElement interface: document.createElement("noscript") must inherit property "focus" with the proper type (15) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLElement interface: document.createElement("noscript") must inherit property "blur" with the proper type (16) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLElement interface: document.createElement("noscript") must inherit property "accessKey" with the proper type (17) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "accessKeyLabel" with the proper type (18) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "draggable" with the proper type (19) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "dropzone" with the proper type (20) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "contentEditable" with the proper type (21) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "isContentEditable" with the proper type (22) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "spellcheck" with the proper type (24) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onabort" with the proper type (32) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onautocomplete" with the proper type (33) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onautocompleteerror" with the proper type (34) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onblur" with the proper type (35) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "oncancel" with the proper type (36) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "oncanplay" with the proper type (37) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "oncanplaythrough" with the proper type (38) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onchange" with the proper type (39) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onclick" with the proper type (40) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onclose" with the proper type (41) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "oncontextmenu" with the proper type (42) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "oncuechange" with the proper type (43) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "ondblclick" with the proper type (44) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "ondrag" with the proper type (45) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "ondragend" with the proper type (46) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "ondragenter" with the proper type (47) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "ondragexit" with the proper type (48) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "ondragleave" with the proper type (49) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "ondragover" with the proper type (50) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "ondragstart" with the proper type (51) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "ondrop" with the proper type (52) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "ondurationchange" with the proper type (53) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onemptied" with the proper type (54) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onended" with the proper type (55) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onerror" with the proper type (56) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onfocus" with the proper type (57) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "oninput" with the proper type (58) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "oninvalid" with the proper type (59) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onkeydown" with the proper type (60) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onkeypress" with the proper type (61) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onkeyup" with the proper type (62) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onload" with the proper type (63) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onloadeddata" with the proper type (64) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onloadedmetadata" with the proper type (65) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onloadstart" with the proper type (66) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onmousedown" with the proper type (67) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onmouseenter" with the proper type (68) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onmouseleave" with the proper type (69) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onmousemove" with the proper type (70) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onmouseout" with the proper type (71) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onmouseover" with the proper type (72) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onmouseup" with the proper type (73) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onmousewheel" with the proper type (74) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onpause" with the proper type (75) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onplay" with the proper type (76) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onplaying" with the proper type (77) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onprogress" with the proper type (78) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onratechange" with the proper type (79) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onreset" with the proper type (80) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onresize" with the proper type (81) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onscroll" with the proper type (82) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onseeked" with the proper type (83) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onseeking" with the proper type (84) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onselect" with the proper type (85) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onshow" with the proper type (86) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onsort" with the proper type (87) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onstalled" with the proper type (88) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onsubmit" with the proper type (89) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onsuspend" with the proper type (90) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "ontimeupdate" with the proper type (91) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "ontoggle" with the proper type (92) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onvolumechange" with the proper type (93) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLElement interface: document.createElement("noscript") must inherit property "onwaiting" with the proper type (94) | FAIL | PASS | - | - | - | - | FAIL |
| Element interface: document.createElement("noscript") must inherit property "namespaceURI" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Element interface: document.createElement("noscript") must inherit property "prefix" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Element interface: document.createElement("noscript") must inherit property "localName" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Element interface: document.createElement("noscript") must inherit property "tagName" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Element interface: document.createElement("noscript") must inherit property "id" with the proper type (4) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Element interface: document.createElement("noscript") must inherit property "className" with the proper type (5) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Element interface: document.createElement("noscript") must inherit property "classList" with the proper type (6) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Element interface: document.createElement("noscript") must inherit property "hasAttributes" with the proper type (7) | PASS | PASS | - | - | - | - | PASS |
| Element interface: document.createElement("noscript") must inherit property "attributes" with the proper type (8) | FAIL | PASS | - | - | - | - | FAIL |
| Element interface: document.createElement("noscript") must inherit property "getAttribute" with the proper type (9) | PASS | PASS | - | - | - | - | PASS |
| Element interface: calling getAttribute(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | FAIL | FAIL | PASS | FAIL | FAIL |
| Element interface: document.createElement("noscript") must inherit property "getAttributeNS" with the proper type (10) | PASS | PASS | - | - | - | - | PASS |
| Element interface: calling getAttributeNS(DOMString,DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Element interface: document.createElement("noscript") must inherit property "setAttribute" with the proper type (11) | PASS | PASS | - | - | - | - | PASS |
| Element interface: calling setAttribute(DOMString,DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | FAIL | FAIL | PASS | FAIL | FAIL |
| Element interface: document.createElement("noscript") must inherit property "setAttributeNS" with the proper type (12) | PASS | PASS | - | - | - | - | PASS |
| Element interface: calling setAttributeNS(DOMString,DOMString,DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Element interface: document.createElement("noscript") must inherit property "removeAttribute" with the proper type (13) | PASS | PASS | - | - | - | - | PASS |
| Element interface: calling removeAttribute(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | FAIL | FAIL | PASS | FAIL | FAIL |
| Element interface: document.createElement("noscript") must inherit property "removeAttributeNS" with the proper type (14) | PASS | PASS | - | - | - | - | PASS |
| Element interface: calling removeAttributeNS(DOMString,DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| Element interface: document.createElement("noscript") must inherit property "hasAttribute" with the proper type (15) | PASS | PASS | - | - | - | - | PASS |
| Element interface: calling hasAttribute(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| Element interface: document.createElement("noscript") must inherit property "hasAttributeNS" with the proper type (16) | PASS | PASS | - | - | - | - | PASS |
| Element interface: calling hasAttributeNS(DOMString,DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Element interface: document.createElement("noscript") must inherit property "getAttributeNode" with the proper type (17) | PASS | PASS | - | - | - | - | PASS |
| Element interface: calling getAttributeNode(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | FAIL | PASS | - | - | - | - | FAIL |
| Element interface: document.createElement("noscript") must inherit property "getAttributeNodeNS" with the proper type (18) | PASS | PASS | - | - | - | - | PASS |
| Element interface: calling getAttributeNodeNS(DOMString,DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | FAIL | PASS | - | - | - | - | FAIL |
| Element interface: document.createElement("noscript") must inherit property "setAttributeNode" with the proper type (19) | PASS | PASS | - | - | - | - | PASS |
| Element interface: calling setAttributeNode(Attr) on document.createElement("noscript") with too few arguments must throw TypeError | FAIL | PASS | - | - | - | - | FAIL |
| Element interface: document.createElement("noscript") must inherit property "setAttributeNodeNS" with the proper type (20) | PASS | PASS | - | - | - | - | PASS |
| Element interface: calling setAttributeNodeNS(Attr) on document.createElement("noscript") with too few arguments must throw TypeError | FAIL | PASS | - | - | - | - | FAIL |
| Element interface: document.createElement("noscript") must inherit property "removeAttributeNode" with the proper type (21) | PASS | PASS | - | - | - | - | PASS |
| Element interface: calling removeAttributeNode(Attr) on document.createElement("noscript") with too few arguments must throw TypeError | FAIL | PASS | - | - | - | - | FAIL |
| Element interface: document.createElement("noscript") must inherit property "closest" with the proper type (22) | FAIL | FAIL | - | - | - | - | FAIL |
| Element interface: calling closest(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | FAIL | FAIL | - | - | - | - | FAIL |
| Element interface: document.createElement("noscript") must inherit property "matches" with the proper type (23) | PASS | PASS | - | - | - | - | FAIL |
| Element interface: calling matches(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | - | - | - | - | FAIL |
| Element interface: document.createElement("noscript") must inherit property "getElementsByTagName" with the proper type (24) | PASS | PASS | - | - | - | - | PASS |
| Element interface: calling getElementsByTagName(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Element interface: document.createElement("noscript") must inherit property "getElementsByTagNameNS" with the proper type (25) | PASS | PASS | - | - | - | - | PASS |
| Element interface: calling getElementsByTagNameNS(DOMString,DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Element interface: document.createElement("noscript") must inherit property "getElementsByClassName" with the proper type (26) | PASS | PASS | - | - | - | - | PASS |
| Element interface: calling getElementsByClassName(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Element interface: document.createElement("noscript") must inherit property "children" with the proper type (27) | FAIL | PASS | - | - | - | - | FAIL |
| Element interface: document.createElement("noscript") must inherit property "firstElementChild" with the proper type (28) | FAIL | PASS | - | - | - | - | FAIL |
| Element interface: document.createElement("noscript") must inherit property "lastElementChild" with the proper type (29) | FAIL | PASS | - | - | - | - | FAIL |
| Element interface: document.createElement("noscript") must inherit property "childElementCount" with the proper type (30) | FAIL | PASS | - | - | - | - | FAIL |
| Element interface: document.createElement("noscript") must inherit property "prepend" with the proper type (31) | FAIL | FAIL | - | - | - | - | FAIL |
| Element interface: calling prepend([object Object],[object Object]) on document.createElement("noscript") with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Element interface: document.createElement("noscript") must inherit property "append" with the proper type (32) | FAIL | FAIL | - | - | - | - | FAIL |
| Element interface: document.createElement("noscript") must inherit property "query" with the proper type (33) | FAIL | FAIL | - | - | - | - | FAIL |
| Element interface: calling query(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | FAIL | FAIL | - | - | - | - | FAIL |
| Element interface: document.createElement("noscript") must inherit property "queryAll" with the proper type (34) | FAIL | FAIL | - | - | - | - | FAIL |
| Element interface: calling queryAll(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | FAIL | FAIL | - | - | - | - | FAIL |
| Element interface: document.createElement("noscript") must inherit property "querySelector" with the proper type (35) | PASS | PASS | - | - | - | - | PASS |
| Element interface: calling querySelector(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | - | - | - | - | PASS |
| Element interface: document.createElement("noscript") must inherit property "querySelectorAll" with the proper type (36) | PASS | PASS | - | - | - | - | PASS |
| Element interface: calling querySelectorAll(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | - | - | - | - | PASS |
| Element interface: document.createElement("noscript") must inherit property "previousElementSibling" with the proper type (37) | FAIL | PASS | - | - | - | - | FAIL |
| Element interface: document.createElement("noscript") must inherit property "nextElementSibling" with the proper type (38) | FAIL | PASS | - | - | - | - | FAIL |
| Element interface: document.createElement("noscript") must inherit property "before" with the proper type (39) | FAIL | FAIL | - | - | - | - | FAIL |
| Element interface: document.createElement("noscript") must inherit property "after" with the proper type (40) | FAIL | FAIL | - | - | - | - | FAIL |
| Element interface: document.createElement("noscript") must inherit property "replace" with the proper type (41) | FAIL | FAIL | - | - | - | - | FAIL |
| Element interface: document.createElement("noscript") must inherit property "remove" with the proper type (42) | PASS | PASS | - | - | - | - | FAIL |
| Node interface: document.createElement("noscript") must inherit property "ELEMENT_NODE" with the proper type (0) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.createElement("noscript") must inherit property "ATTRIBUTE_NODE" with the proper type (1) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.createElement("noscript") must inherit property "TEXT_NODE" with the proper type (2) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.createElement("noscript") must inherit property "CDATA_SECTION_NODE" with the proper type (3) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.createElement("noscript") must inherit property "ENTITY_REFERENCE_NODE" with the proper type (4) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.createElement("noscript") must inherit property "ENTITY_NODE" with the proper type (5) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.createElement("noscript") must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.createElement("noscript") must inherit property "COMMENT_NODE" with the proper type (7) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.createElement("noscript") must inherit property "DOCUMENT_NODE" with the proper type (8) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.createElement("noscript") must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.createElement("noscript") must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.createElement("noscript") must inherit property "NOTATION_NODE" with the proper type (11) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.createElement("noscript") must inherit property "nodeType" with the proper type (12) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.createElement("noscript") must inherit property "nodeName" with the proper type (13) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.createElement("noscript") must inherit property "baseURI" with the proper type (14) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| Node interface: document.createElement("noscript") must inherit property "ownerDocument" with the proper type (15) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.createElement("noscript") must inherit property "parentNode" with the proper type (16) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.createElement("noscript") must inherit property "parentElement" with the proper type (17) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.createElement("noscript") must inherit property "hasChildNodes" with the proper type (18) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.createElement("noscript") must inherit property "childNodes" with the proper type (19) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.createElement("noscript") must inherit property "firstChild" with the proper type (20) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.createElement("noscript") must inherit property "lastChild" with the proper type (21) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.createElement("noscript") must inherit property "previousSibling" with the proper type (22) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.createElement("noscript") must inherit property "nextSibling" with the proper type (23) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.createElement("noscript") must inherit property "nodeValue" with the proper type (24) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.createElement("noscript") must inherit property "textContent" with the proper type (25) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| Node interface: document.createElement("noscript") must inherit property "normalize" with the proper type (26) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.createElement("noscript") must inherit property "cloneNode" with the proper type (27) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: calling cloneNode(boolean) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.createElement("noscript") must inherit property "isEqualNode" with the proper type (28) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: calling isEqualNode(Node) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Node interface: document.createElement("noscript") must inherit property "DOCUMENT_POSITION_DISCONNECTED" with the proper type (29) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.createElement("noscript") must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type (30) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.createElement("noscript") must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type (31) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.createElement("noscript") must inherit property "DOCUMENT_POSITION_CONTAINS" with the proper type (32) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.createElement("noscript") must inherit property "DOCUMENT_POSITION_CONTAINED_BY" with the proper type (33) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.createElement("noscript") must inherit property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (34) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: document.createElement("noscript") must inherit property "compareDocumentPosition" with the proper type (35) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: calling compareDocumentPosition(Node) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Node interface: document.createElement("noscript") must inherit property "contains" with the proper type (36) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: calling contains(Node) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Node interface: document.createElement("noscript") must inherit property "lookupPrefix" with the proper type (37) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: calling lookupPrefix(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Node interface: document.createElement("noscript") must inherit property "lookupNamespaceURI" with the proper type (38) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: calling lookupNamespaceURI(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Node interface: document.createElement("noscript") must inherit property "isDefaultNamespace" with the proper type (39) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: calling isDefaultNamespace(DOMString) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Node interface: document.createElement("noscript") must inherit property "insertBefore" with the proper type (40) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: calling insertBefore(Node,Node) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Node interface: document.createElement("noscript") must inherit property "appendChild" with the proper type (41) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: calling appendChild(Node) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| Node interface: document.createElement("noscript") must inherit property "replaceChild" with the proper type (42) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: calling replaceChild(Node,Node) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| Node interface: document.createElement("noscript") must inherit property "removeChild" with the proper type (43) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Node interface: calling removeChild(Node) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| EventTarget interface: document.createElement("noscript") must inherit property "addEventListener" with the proper type (0) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on document.createElement("noscript") with too few arguments must throw TypeError | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| EventTarget interface: document.createElement("noscript") must inherit property "removeEventListener" with the proper type (1) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on document.createElement("noscript") with too few arguments must throw TypeError | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| EventTarget interface: document.createElement("noscript") must inherit property "dispatchEvent" with the proper type (2) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| EventTarget interface: calling dispatchEvent(Event) on document.createElement("noscript") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("section") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("section") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("nav") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("nav") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("article") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("article") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("aside") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("aside") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("hgroup") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("hgroup") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("header") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("header") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("footer") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("footer") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("address") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("address") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("dt") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("dt") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("dd") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("dd") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("figure") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("figure") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("figcaption") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("figcaption") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("em") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("em") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("strong") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("strong") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("small") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("small") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("s") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("s") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("cite") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("cite") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("dfn") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("dfn") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("abbr") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("abbr") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("code") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("code") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("var") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("var") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("samp") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("samp") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("kbd") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("kbd") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("sub") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("sub") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("sup") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("sup") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("i") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("i") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("b") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("b") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("u") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("u") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("mark") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("mark") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("ruby") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("ruby") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("rt") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("rt") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("rp") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("rp") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("bdi") | PASS | FAIL | FAIL | FAIL | PASS | PASS | PASS |
| Stringification of document.createElement("bdi") | PASS | FAIL | FAIL | FAIL | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("bdo") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("bdo") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("wbr") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("wbr") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("summary") | PASS | FAIL | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("summary") | PASS | FAIL | FAIL | PASS | PASS | PASS | PASS |
| HTMLElement must be primary interface of document.createElement("acronym") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("acronym") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLUnknownElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLUnknownElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLUnknownElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLUnknownElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLUnknownElement must be primary interface of document.createElement("quasit") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("quasit") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLUnknownElement must be primary interface of document.createElement("bgsound") | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Stringification of document.createElement("bgsound") | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLUnknownElement must be primary interface of document.createElement("isindex") | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| Stringification of document.createElement("isindex") | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| HTMLUnknownElement must be primary interface of document.createElement("multicol") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("multicol") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLUnknownElement must be primary interface of document.createElement("nextid") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("nextid") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLUnknownElement must be primary interface of document.createElement("rb") | PASS | FAIL | PASS | PASS | PASS | FAIL | PASS |
| Stringification of document.createElement("rb") | PASS | FAIL | PASS | PASS | PASS | FAIL | PASS |
| HTMLUnknownElement must be primary interface of document.createElement("spacer") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("spacer") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLUnknownElement must be primary interface of document.createElement("basefont") | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Stringification of document.createElement("basefont") | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLUnknownElement must be primary interface of document.createElement("directory") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("directory") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLUnknownElement must be primary interface of document.createElement("mod") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("mod") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLHtmlElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLHtmlElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLHtmlElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLHtmlElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLHtmlElement interface: attribute version | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLHtmlElement must be primary interface of document.createElement("html") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("html") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLHtmlElement interface: document.createElement("html") must inherit property "version" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLHeadElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLHeadElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLHeadElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLHeadElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLHeadElement must be primary interface of document.createElement("head") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("head") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTitleElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTitleElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLTitleElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTitleElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLTitleElement interface: attribute text | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTitleElement must be primary interface of document.createElement("title") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("title") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTitleElement interface: document.createElement("title") must inherit property "text" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLBaseElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBaseElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLBaseElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLBaseElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLBaseElement interface: attribute href | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBaseElement interface: attribute target | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBaseElement must be primary interface of document.createElement("base") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("base") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLBaseElement interface: document.createElement("base") must inherit property "href" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLBaseElement interface: document.createElement("base") must inherit property "target" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLLinkElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLLinkElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLLinkElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLLinkElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLLinkElement interface: attribute href | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLLinkElement interface: attribute crossOrigin | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLLinkElement interface: attribute rel | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLLinkElement interface: attribute relList | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLLinkElement interface: attribute media | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLLinkElement interface: attribute hreflang | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLLinkElement interface: attribute type | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLLinkElement interface: attribute sizes | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLLinkElement interface: attribute charset | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLLinkElement interface: attribute rev | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLLinkElement interface: attribute target | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLLinkElement must be primary interface of document.createElement("link") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("link") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLLinkElement interface: document.createElement("link") must inherit property "href" with the proper type (0) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLLinkElement interface: document.createElement("link") must inherit property "crossOrigin" with the proper type (1) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLLinkElement interface: document.createElement("link") must inherit property "rel" with the proper type (2) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLLinkElement interface: document.createElement("link") must inherit property "relList" with the proper type (3) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLLinkElement interface: document.createElement("link") must inherit property "media" with the proper type (4) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLLinkElement interface: document.createElement("link") must inherit property "hreflang" with the proper type (5) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLLinkElement interface: document.createElement("link") must inherit property "type" with the proper type (6) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLLinkElement interface: document.createElement("link") must inherit property "sizes" with the proper type (7) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLLinkElement interface: document.createElement("link") must inherit property "charset" with the proper type (8) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLLinkElement interface: document.createElement("link") must inherit property "rev" with the proper type (9) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLLinkElement interface: document.createElement("link") must inherit property "target" with the proper type (10) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLLinkElement interface: document.createElement("link") must inherit property "sheet" with the proper type (11) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLMetaElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMetaElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLMetaElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLMetaElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLMetaElement interface: attribute name | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMetaElement interface: attribute httpEquiv | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMetaElement interface: attribute content | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMetaElement interface: attribute scheme | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMetaElement must be primary interface of document.createElement("meta") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("meta") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMetaElement interface: document.createElement("meta") must inherit property "name" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMetaElement interface: document.createElement("meta") must inherit property "httpEquiv" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMetaElement interface: document.createElement("meta") must inherit property "content" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMetaElement interface: document.createElement("meta") must inherit property "scheme" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLStyleElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLStyleElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLStyleElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLStyleElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLStyleElement interface: attribute media | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLStyleElement interface: attribute type | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLStyleElement must be primary interface of document.createElement("style") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("style") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLStyleElement interface: document.createElement("style") must inherit property "media" with the proper type (0) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLStyleElement interface: document.createElement("style") must inherit property "type" with the proper type (1) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLStyleElement interface: document.createElement("style") must inherit property "sheet" with the proper type (3) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLBodyElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLBodyElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLBodyElement interface: attribute text | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement interface: attribute link | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement interface: attribute vLink | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement interface: attribute aLink | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement interface: attribute bgColor | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement interface: attribute background | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement interface: attribute onafterprint | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement interface: attribute onbeforeprint | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement interface: attribute onbeforeunload | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement interface: attribute onhashchange | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement interface: attribute onlanguagechange | FAIL | PASS | - | - | - | - | FAIL |
| HTMLBodyElement interface: attribute onmessage | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement interface: attribute onoffline | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement interface: attribute ononline | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement interface: attribute onpagehide | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement interface: attribute onpageshow | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement interface: attribute onpopstate | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement interface: attribute onstorage | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement interface: attribute onunload | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement must be primary interface of document.createElement("body") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("body") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLBodyElement interface: document.createElement("body") must inherit property "text" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLBodyElement interface: document.createElement("body") must inherit property "link" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLBodyElement interface: document.createElement("body") must inherit property "vLink" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLBodyElement interface: document.createElement("body") must inherit property "aLink" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLBodyElement interface: document.createElement("body") must inherit property "bgColor" with the proper type (4) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLBodyElement interface: document.createElement("body") must inherit property "background" with the proper type (5) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onafterprint" with the proper type (6) | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onbeforeprint" with the proper type (7) | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onbeforeunload" with the proper type (8) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onhashchange" with the proper type (9) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onlanguagechange" with the proper type (10) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onmessage" with the proper type (11) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onoffline" with the proper type (12) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLBodyElement interface: document.createElement("body") must inherit property "ononline" with the proper type (13) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onpagehide" with the proper type (14) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onpageshow" with the proper type (15) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onpopstate" with the proper type (16) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onstorage" with the proper type (17) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onunload" with the proper type (18) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLHeadingElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLHeadingElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLHeadingElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLHeadingElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLHeadingElement interface: attribute align | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLHeadingElement must be primary interface of document.createElement("h1") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("h1") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLHeadingElement interface: document.createElement("h1") must inherit property "align" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLHeadingElement must be primary interface of document.createElement("h2") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("h2") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLHeadingElement interface: document.createElement("h2") must inherit property "align" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLHeadingElement must be primary interface of document.createElement("h3") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("h3") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLHeadingElement interface: document.createElement("h3") must inherit property "align" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLHeadingElement must be primary interface of document.createElement("h4") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("h4") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLHeadingElement interface: document.createElement("h4") must inherit property "align" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLHeadingElement must be primary interface of document.createElement("h5") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("h5") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLHeadingElement interface: document.createElement("h5") must inherit property "align" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLHeadingElement must be primary interface of document.createElement("h6") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("h6") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLHeadingElement interface: document.createElement("h6") must inherit property "align" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLParagraphElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLParagraphElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLParagraphElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLParagraphElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLParagraphElement interface: attribute align | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLParagraphElement must be primary interface of document.createElement("p") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("p") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLParagraphElement interface: document.createElement("p") must inherit property "align" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLHRElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLHRElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLHRElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLHRElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLHRElement interface: attribute align | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLHRElement interface: attribute color | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLHRElement interface: attribute noShade | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLHRElement interface: attribute size | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLHRElement interface: attribute width | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLHRElement must be primary interface of document.createElement("hr") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("hr") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLHRElement interface: document.createElement("hr") must inherit property "align" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLHRElement interface: document.createElement("hr") must inherit property "color" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLHRElement interface: document.createElement("hr") must inherit property "noShade" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLHRElement interface: document.createElement("hr") must inherit property "size" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLHRElement interface: document.createElement("hr") must inherit property "width" with the proper type (4) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLPreElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLPreElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLPreElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLPreElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLPreElement interface: attribute width | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLPreElement must be primary interface of document.createElement("pre") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("pre") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLPreElement interface: document.createElement("pre") must inherit property "width" with the proper type (0) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLPreElement must be primary interface of document.createElement("listing") | PASS | FAIL | FAIL | FAIL | PASS | PASS | PASS |
| Stringification of document.createElement("listing") | PASS | FAIL | FAIL | FAIL | PASS | PASS | PASS |
| HTMLPreElement interface: document.createElement("listing") must inherit property "width" with the proper type (0) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLPreElement must be primary interface of document.createElement("plaintext") | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Stringification of document.createElement("plaintext") | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLPreElement interface: document.createElement("plaintext") must inherit property "width" with the proper type (0) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLPreElement must be primary interface of document.createElement("xmp") | PASS | FAIL | FAIL | FAIL | PASS | PASS | PASS |
| Stringification of document.createElement("xmp") | PASS | FAIL | FAIL | FAIL | PASS | PASS | PASS |
| HTMLPreElement interface: document.createElement("xmp") must inherit property "width" with the proper type (0) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLQuoteElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLQuoteElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLQuoteElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLQuoteElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLQuoteElement interface: attribute cite | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLQuoteElement must be primary interface of document.createElement("blockquote") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("blockquote") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLQuoteElement interface: document.createElement("blockquote") must inherit property "cite" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLQuoteElement must be primary interface of document.createElement("q") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("q") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLQuoteElement interface: document.createElement("q") must inherit property "cite" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLOListElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOListElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLOListElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLOListElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLOListElement interface: attribute reversed | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOListElement interface: attribute start | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOListElement interface: attribute type | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOListElement interface: attribute compact | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLUListElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLUListElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLUListElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLUListElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLUListElement interface: attribute compact | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLUListElement interface: attribute type | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLLIElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLLIElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLLIElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLLIElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLLIElement interface: attribute value | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLLIElement interface: attribute type | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLLIElement must be primary interface of document.createElement("li") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("li") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLLIElement interface: document.createElement("li") must inherit property "value" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLLIElement interface: document.createElement("li") must inherit property "type" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLDListElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLDListElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLDListElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLDListElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLDListElement interface: attribute compact | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLDivElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLDivElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLDivElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLDivElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLDivElement interface: attribute align | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLDivElement must be primary interface of document.createElement("div") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("div") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLDivElement interface: document.createElement("div") must inherit property "align" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLAnchorElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAnchorElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLAnchorElement interface: existence and properties of interface prototype object | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLAnchorElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLAnchorElement interface: attribute target | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAnchorElement interface: attribute download | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAnchorElement interface: attribute ping | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAnchorElement interface: attribute rel | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAnchorElement interface: attribute relList | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAnchorElement interface: attribute hreflang | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAnchorElement interface: attribute type | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAnchorElement interface: attribute text | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAnchorElement interface: attribute coords | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAnchorElement interface: attribute charset | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAnchorElement interface: attribute name | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAnchorElement interface: attribute rev | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAnchorElement interface: attribute shape | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAnchorElement must be primary interface of document.createElement("a") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("a") | FAIL | FAIL | PASS | PASS | PASS | PASS | FAIL |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "target" with the proper type (0) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "download" with the proper type (1) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "ping" with the proper type (2) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "rel" with the proper type (3) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "relList" with the proper type (4) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "hreflang" with the proper type (5) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "type" with the proper type (6) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "text" with the proper type (7) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "coords" with the proper type (8) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "charset" with the proper type (9) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "name" with the proper type (10) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "rev" with the proper type (11) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "shape" with the proper type (12) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLDataElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLDataElement interface object length | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLDataElement interface: existence and properties of interface prototype object | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLDataElement interface: existence and properties of interface prototype object's "constructor" property | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLDataElement interface: attribute value | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLDataElement must be primary interface of document.createElement("data") | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Stringification of document.createElement("data") | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLDataElement interface: document.createElement("data") must inherit property "value" with the proper type (0) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTimeElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTimeElement interface object length | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTimeElement interface: existence and properties of interface prototype object | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTimeElement interface: existence and properties of interface prototype object's "constructor" property | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| HTMLTimeElement must be primary interface of document.createElement("time") | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Stringification of document.createElement("time") | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| HTMLSpanElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLSpanElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLSpanElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLSpanElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | FAIL | PASS | FAIL | PASS |
| HTMLSpanElement must be primary interface of document.createElement("span") | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| Stringification of document.createElement("span") | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| HTMLBRElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBRElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLBRElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLBRElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLBRElement interface: attribute clear | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLBRElement must be primary interface of document.createElement("br") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("br") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLBRElement interface: document.createElement("br") must inherit property "clear" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLModElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLModElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLModElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLModElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLModElement interface: attribute cite | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLModElement must be primary interface of document.createElement("ins") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("ins") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLModElement interface: document.createElement("ins") must inherit property "cite" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLModElement must be primary interface of document.createElement("del") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("del") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLModElement interface: document.createElement("del") must inherit property "cite" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLPictureElement interface: existence and properties of interface object | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLPictureElement interface object length | PASS | FAIL | - | - | - | - | FAIL |
| HTMLPictureElement interface: existence and properties of interface prototype object | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLPictureElement interface: existence and properties of interface prototype object's "constructor" property | PASS | FAIL | - | - | - | - | FAIL |
| HTMLPictureElement must be primary interface of document.createElement("picture") | PASS | FAIL | - | - | - | - | FAIL |
| Stringification of document.createElement("picture") | PASS | FAIL | - | - | - | - | FAIL |
| HTMLImageElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLImageElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLImageElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLImageElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLImageElement interface: attribute alt | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLImageElement interface: attribute src | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLImageElement interface: attribute sizes | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLImageElement interface: attribute crossOrigin | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLImageElement interface: attribute useMap | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLImageElement interface: attribute isMap | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLImageElement interface: attribute width | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLImageElement interface: attribute height | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLImageElement interface: attribute naturalWidth | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLImageElement interface: attribute naturalHeight | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLImageElement interface: attribute complete | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLImageElement interface: attribute currentSrc | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLImageElement interface: attribute name | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLImageElement interface: attribute lowsrc | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: attribute align | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLImageElement interface: attribute hspace | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLImageElement interface: attribute vspace | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLImageElement interface: attribute longDesc | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLImageElement interface: attribute border | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLImageElement must be primary interface of document.createElement("img") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("img") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLImageElement interface: document.createElement("img") must inherit property "alt" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLImageElement interface: document.createElement("img") must inherit property "src" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLImageElement interface: document.createElement("img") must inherit property "sizes" with the proper type (3) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLImageElement interface: document.createElement("img") must inherit property "crossOrigin" with the proper type (4) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: document.createElement("img") must inherit property "useMap" with the proper type (5) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: document.createElement("img") must inherit property "isMap" with the proper type (6) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: document.createElement("img") must inherit property "width" with the proper type (7) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: document.createElement("img") must inherit property "height" with the proper type (8) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: document.createElement("img") must inherit property "naturalWidth" with the proper type (9) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: document.createElement("img") must inherit property "naturalHeight" with the proper type (10) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: document.createElement("img") must inherit property "complete" with the proper type (11) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: document.createElement("img") must inherit property "currentSrc" with the proper type (12) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLImageElement interface: document.createElement("img") must inherit property "name" with the proper type (13) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: document.createElement("img") must inherit property "lowsrc" with the proper type (14) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: document.createElement("img") must inherit property "align" with the proper type (15) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: document.createElement("img") must inherit property "hspace" with the proper type (16) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: document.createElement("img") must inherit property "vspace" with the proper type (17) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: document.createElement("img") must inherit property "longDesc" with the proper type (18) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: document.createElement("img") must inherit property "border" with the proper type (19) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement must be primary interface of new Image() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| Stringification of new Image() | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLImageElement interface: new Image() must inherit property "alt" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLImageElement interface: new Image() must inherit property "src" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLImageElement interface: new Image() must inherit property "sizes" with the proper type (3) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLImageElement interface: new Image() must inherit property "crossOrigin" with the proper type (4) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: new Image() must inherit property "useMap" with the proper type (5) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: new Image() must inherit property "isMap" with the proper type (6) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: new Image() must inherit property "width" with the proper type (7) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: new Image() must inherit property "height" with the proper type (8) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: new Image() must inherit property "naturalWidth" with the proper type (9) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: new Image() must inherit property "naturalHeight" with the proper type (10) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: new Image() must inherit property "complete" with the proper type (11) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: new Image() must inherit property "currentSrc" with the proper type (12) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLImageElement interface: new Image() must inherit property "name" with the proper type (13) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: new Image() must inherit property "lowsrc" with the proper type (14) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: new Image() must inherit property "align" with the proper type (15) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: new Image() must inherit property "hspace" with the proper type (16) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: new Image() must inherit property "vspace" with the proper type (17) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: new Image() must inherit property "longDesc" with the proper type (18) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLImageElement interface: new Image() must inherit property "border" with the proper type (19) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLEmbedElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLEmbedElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLEmbedElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLEmbedElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLEmbedElement interface: attribute src | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLEmbedElement interface: attribute type | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLEmbedElement interface: attribute width | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLEmbedElement interface: attribute height | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLEmbedElement interface: operation getSVGDocument() | FAIL | PASS | - | - | - | - | FAIL |
| HTMLEmbedElement interface: attribute align | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLEmbedElement interface: attribute name | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLEmbedElement must be primary interface of document.createElement("embed") | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Stringification of document.createElement("embed") | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLEmbedElement interface: document.createElement("embed") must inherit property "src" with the proper type (0) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLEmbedElement interface: document.createElement("embed") must inherit property "type" with the proper type (1) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLEmbedElement interface: document.createElement("embed") must inherit property "width" with the proper type (2) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLEmbedElement interface: document.createElement("embed") must inherit property "height" with the proper type (3) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLEmbedElement interface: document.createElement("embed") must inherit property "getSVGDocument" with the proper type (4) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLEmbedElement interface: document.createElement("embed") must inherit property "align" with the proper type (6) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLEmbedElement interface: document.createElement("embed") must inherit property "name" with the proper type (7) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLObjectElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLObjectElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLObjectElement interface: attribute data | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: attribute type | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: attribute typeMustMatch | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: attribute name | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: attribute useMap | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: attribute form | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: attribute width | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: attribute height | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: attribute contentDocument | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: attribute contentWindow | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: attribute willValidate | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: attribute validity | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: attribute validationMessage | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: operation checkValidity() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLObjectElement interface: operation setCustomValidity(DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLObjectElement interface: attribute align | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: attribute archive | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: attribute code | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: attribute declare | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: attribute hspace | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: attribute standby | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: attribute vspace | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: attribute codeBase | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: attribute codeType | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: attribute border | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement must be primary interface of document.createElement("object") | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Stringification of document.createElement("object") | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "data" with the proper type (0) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "type" with the proper type (1) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "typeMustMatch" with the proper type (2) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "name" with the proper type (3) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "useMap" with the proper type (4) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "form" with the proper type (5) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "width" with the proper type (6) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "height" with the proper type (7) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "contentDocument" with the proper type (8) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "contentWindow" with the proper type (9) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "willValidate" with the proper type (10) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "validity" with the proper type (11) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "validationMessage" with the proper type (12) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "checkValidity" with the proper type (13) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "setCustomValidity" with the proper type (15) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLObjectElement interface: calling setCustomValidity(DOMString) on document.createElement("object") with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "align" with the proper type (17) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "archive" with the proper type (18) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "code" with the proper type (19) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "declare" with the proper type (20) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "hspace" with the proper type (21) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "standby" with the proper type (22) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "vspace" with the proper type (23) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "codeBase" with the proper type (24) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "codeType" with the proper type (25) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLObjectElement interface: document.createElement("object") must inherit property "border" with the proper type (26) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLParamElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLParamElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLParamElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLParamElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLParamElement interface: attribute name | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLParamElement interface: attribute value | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLParamElement interface: attribute type | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLParamElement interface: attribute valueType | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLParamElement must be primary interface of document.createElement("param") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("param") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLParamElement interface: document.createElement("param") must inherit property "name" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLParamElement interface: document.createElement("param") must inherit property "value" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLParamElement interface: document.createElement("param") must inherit property "type" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLParamElement interface: document.createElement("param") must inherit property "valueType" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLVideoElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLVideoElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLVideoElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLVideoElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLVideoElement interface: attribute width | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLVideoElement interface: attribute height | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLVideoElement interface: attribute videoWidth | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLVideoElement interface: attribute videoHeight | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLVideoElement interface: attribute poster | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLVideoElement must be primary interface of document.createElement("video") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("video") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLVideoElement interface: document.createElement("video") must inherit property "width" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLVideoElement interface: document.createElement("video") must inherit property "height" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLVideoElement interface: document.createElement("video") must inherit property "videoWidth" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLVideoElement interface: document.createElement("video") must inherit property "videoHeight" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLVideoElement interface: document.createElement("video") must inherit property "poster" with the proper type (4) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "error" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "src" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "currentSrc" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "crossOrigin" with the proper type (3) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "NETWORK_EMPTY" with the proper type (4) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("video") must inherit property "NETWORK_IDLE" with the proper type (5) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("video") must inherit property "NETWORK_LOADING" with the proper type (6) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("video") must inherit property "NETWORK_NO_SOURCE" with the proper type (7) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("video") must inherit property "networkState" with the proper type (8) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "preload" with the proper type (9) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "buffered" with the proper type (10) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "load" with the proper type (11) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("video") must inherit property "canPlayType" with the proper type (12) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: calling canPlayType(DOMString) on document.createElement("video") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "HAVE_NOTHING" with the proper type (13) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("video") must inherit property "HAVE_METADATA" with the proper type (14) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("video") must inherit property "HAVE_CURRENT_DATA" with the proper type (15) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("video") must inherit property "HAVE_FUTURE_DATA" with the proper type (16) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("video") must inherit property "HAVE_ENOUGH_DATA" with the proper type (17) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("video") must inherit property "readyState" with the proper type (18) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "seeking" with the proper type (19) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "currentTime" with the proper type (20) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "fastSeek" with the proper type (21) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: calling fastSeek(double) on document.createElement("video") with too few arguments must throw TypeError | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "duration" with the proper type (22) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "getStartDate" with the proper type (23) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "paused" with the proper type (24) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "defaultPlaybackRate" with the proper type (25) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "playbackRate" with the proper type (26) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "played" with the proper type (27) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "seekable" with the proper type (28) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "ended" with the proper type (29) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "autoplay" with the proper type (30) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "loop" with the proper type (31) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "play" with the proper type (32) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("video") must inherit property "pause" with the proper type (33) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("video") must inherit property "mediaGroup" with the proper type (34) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "controller" with the proper type (35) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "controls" with the proper type (36) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "volume" with the proper type (37) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "muted" with the proper type (38) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "defaultMuted" with the proper type (39) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "audioTracks" with the proper type (40) | FAIL | FAIL | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "videoTracks" with the proper type (41) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "textTracks" with the proper type (42) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("video") must inherit property "addTextTrack" with the proper type (43) | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLMediaElement interface: calling addTextTrack(TextTrackKind,DOMString,DOMString) on document.createElement("video") with too few arguments must throw TypeError | PASS | PASS | - | - | - | - | FAIL |
| HTMLAudioElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAudioElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLAudioElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLAudioElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLAudioElement must be primary interface of document.createElement("audio") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("audio") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "error" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "src" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "currentSrc" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "crossOrigin" with the proper type (3) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "NETWORK_EMPTY" with the proper type (4) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "NETWORK_IDLE" with the proper type (5) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "NETWORK_LOADING" with the proper type (6) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "NETWORK_NO_SOURCE" with the proper type (7) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "networkState" with the proper type (8) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "preload" with the proper type (9) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "buffered" with the proper type (10) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "load" with the proper type (11) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "canPlayType" with the proper type (12) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: calling canPlayType(DOMString) on document.createElement("audio") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "HAVE_NOTHING" with the proper type (13) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "HAVE_METADATA" with the proper type (14) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "HAVE_CURRENT_DATA" with the proper type (15) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "HAVE_FUTURE_DATA" with the proper type (16) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "HAVE_ENOUGH_DATA" with the proper type (17) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "readyState" with the proper type (18) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "seeking" with the proper type (19) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "currentTime" with the proper type (20) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "fastSeek" with the proper type (21) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: calling fastSeek(double) on document.createElement("audio") with too few arguments must throw TypeError | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "duration" with the proper type (22) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "getStartDate" with the proper type (23) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "paused" with the proper type (24) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "defaultPlaybackRate" with the proper type (25) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "playbackRate" with the proper type (26) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "played" with the proper type (27) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "seekable" with the proper type (28) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "ended" with the proper type (29) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "autoplay" with the proper type (30) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "loop" with the proper type (31) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "play" with the proper type (32) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "pause" with the proper type (33) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "mediaGroup" with the proper type (34) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "controller" with the proper type (35) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "controls" with the proper type (36) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "volume" with the proper type (37) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "muted" with the proper type (38) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "defaultMuted" with the proper type (39) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "audioTracks" with the proper type (40) | FAIL | FAIL | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "videoTracks" with the proper type (41) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "textTracks" with the proper type (42) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "addTextTrack" with the proper type (43) | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLMediaElement interface: calling addTextTrack(TextTrackKind,DOMString,DOMString) on document.createElement("audio") with too few arguments must throw TypeError | PASS | PASS | - | - | - | - | FAIL |
| HTMLAudioElement must be primary interface of new Audio() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| Stringification of new Audio() | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: new Audio() must inherit property "error" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "src" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "currentSrc" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "crossOrigin" with the proper type (3) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "NETWORK_EMPTY" with the proper type (4) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: new Audio() must inherit property "NETWORK_IDLE" with the proper type (5) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: new Audio() must inherit property "NETWORK_LOADING" with the proper type (6) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: new Audio() must inherit property "NETWORK_NO_SOURCE" with the proper type (7) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: new Audio() must inherit property "networkState" with the proper type (8) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "preload" with the proper type (9) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "buffered" with the proper type (10) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "load" with the proper type (11) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: new Audio() must inherit property "canPlayType" with the proper type (12) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: calling canPlayType(DOMString) on new Audio() with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "HAVE_NOTHING" with the proper type (13) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: new Audio() must inherit property "HAVE_METADATA" with the proper type (14) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: new Audio() must inherit property "HAVE_CURRENT_DATA" with the proper type (15) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: new Audio() must inherit property "HAVE_FUTURE_DATA" with the proper type (16) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: new Audio() must inherit property "HAVE_ENOUGH_DATA" with the proper type (17) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: new Audio() must inherit property "readyState" with the proper type (18) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "seeking" with the proper type (19) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "currentTime" with the proper type (20) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "fastSeek" with the proper type (21) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: calling fastSeek(double) on new Audio() with too few arguments must throw TypeError | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "duration" with the proper type (22) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "getStartDate" with the proper type (23) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "paused" with the proper type (24) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "defaultPlaybackRate" with the proper type (25) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "playbackRate" with the proper type (26) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "played" with the proper type (27) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "seekable" with the proper type (28) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "ended" with the proper type (29) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "autoplay" with the proper type (30) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "loop" with the proper type (31) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "play" with the proper type (32) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: new Audio() must inherit property "pause" with the proper type (33) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMediaElement interface: new Audio() must inherit property "mediaGroup" with the proper type (34) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "controller" with the proper type (35) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "controls" with the proper type (36) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "volume" with the proper type (37) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "muted" with the proper type (38) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "defaultMuted" with the proper type (39) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "audioTracks" with the proper type (40) | FAIL | FAIL | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "videoTracks" with the proper type (41) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "textTracks" with the proper type (42) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: new Audio() must inherit property "addTextTrack" with the proper type (43) | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLMediaElement interface: calling addTextTrack(TextTrackKind,DOMString,DOMString) on new Audio() with too few arguments must throw TypeError | PASS | PASS | - | - | - | - | FAIL |
| HTMLSourceElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLSourceElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLSourceElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLSourceElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLSourceElement interface: attribute src | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLSourceElement interface: attribute type | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLSourceElement interface: attribute sizes | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLSourceElement interface: attribute media | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLSourceElement must be primary interface of document.createElement("source") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("source") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLSourceElement interface: document.createElement("source") must inherit property "src" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLSourceElement interface: document.createElement("source") must inherit property "type" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLSourceElement interface: document.createElement("source") must inherit property "sizes" with the proper type (3) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLSourceElement interface: document.createElement("source") must inherit property "media" with the proper type (4) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLTrackElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTrackElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| HTMLTrackElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTrackElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | FAIL |
| HTMLTrackElement interface: attribute kind | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTrackElement interface: attribute src | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTrackElement interface: attribute srclang | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTrackElement interface: attribute label | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTrackElement interface: attribute default | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTrackElement interface: constant NONE on interface object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLTrackElement interface: constant NONE on interface prototype object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLTrackElement interface: constant LOADING on interface object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLTrackElement interface: constant LOADING on interface prototype object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLTrackElement interface: constant LOADED on interface object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLTrackElement interface: constant LOADED on interface prototype object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLTrackElement interface: constant ERROR on interface object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLTrackElement interface: constant ERROR on interface prototype object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLTrackElement interface: attribute readyState | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTrackElement interface: attribute track | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTrackElement must be primary interface of document.createElement("track") | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| Stringification of document.createElement("track") | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLTrackElement interface: document.createElement("track") must inherit property "kind" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTrackElement interface: document.createElement("track") must inherit property "src" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTrackElement interface: document.createElement("track") must inherit property "srclang" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTrackElement interface: document.createElement("track") must inherit property "label" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTrackElement interface: document.createElement("track") must inherit property "default" with the proper type (4) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTrackElement interface: document.createElement("track") must inherit property "NONE" with the proper type (5) | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLTrackElement interface: document.createElement("track") must inherit property "LOADING" with the proper type (6) | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLTrackElement interface: document.createElement("track") must inherit property "LOADED" with the proper type (7) | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLTrackElement interface: document.createElement("track") must inherit property "ERROR" with the proper type (8) | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLTrackElement interface: document.createElement("track") must inherit property "readyState" with the proper type (9) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTrackElement interface: document.createElement("track") must inherit property "track" with the proper type (10) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLMediaElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLMediaElement interface: attribute error | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute src | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute currentSrc | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute crossOrigin | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: constant NETWORK_EMPTY on interface object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLMediaElement interface: constant NETWORK_EMPTY on interface prototype object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLMediaElement interface: constant NETWORK_IDLE on interface object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLMediaElement interface: constant NETWORK_IDLE on interface prototype object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLMediaElement interface: constant NETWORK_LOADING on interface object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLMediaElement interface: constant NETWORK_LOADING on interface prototype object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLMediaElement interface: constant NETWORK_NO_SOURCE on interface object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLMediaElement interface: constant NETWORK_NO_SOURCE on interface prototype object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLMediaElement interface: attribute networkState | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute preload | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute buffered | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: operation load() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLMediaElement interface: operation canPlayType(DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: constant HAVE_NOTHING on interface object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLMediaElement interface: constant HAVE_NOTHING on interface prototype object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLMediaElement interface: constant HAVE_METADATA on interface object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLMediaElement interface: constant HAVE_METADATA on interface prototype object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLMediaElement interface: constant HAVE_CURRENT_DATA on interface object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLMediaElement interface: constant HAVE_CURRENT_DATA on interface prototype object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLMediaElement interface: constant HAVE_FUTURE_DATA on interface object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLMediaElement interface: constant HAVE_FUTURE_DATA on interface prototype object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLMediaElement interface: constant HAVE_ENOUGH_DATA on interface object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLMediaElement interface: constant HAVE_ENOUGH_DATA on interface prototype object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| HTMLMediaElement interface: attribute readyState | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute seeking | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute currentTime | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: operation fastSeek(double) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMediaElement interface: attribute duration | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: operation getStartDate() | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLMediaElement interface: attribute paused | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute defaultPlaybackRate | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute playbackRate | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute played | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute seekable | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute ended | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute autoplay | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute loop | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: operation play() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLMediaElement interface: operation pause() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLMediaElement interface: attribute mediaGroup | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute controller | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute controls | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute volume | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute muted | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute defaultMuted | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute audioTracks | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute videoTracks | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: attribute textTracks | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLMediaElement interface: operation addTextTrack(TextTrackKind,DOMString,DOMString) | FAIL | PASS | - | - | - | - | FAIL |
| MediaError interface: existence and properties of interface object | PASS | PASS | FAIL | FAIL | PASS | FAIL | FAIL |
| MediaError interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| MediaError interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| MediaError interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| MediaError interface: constant MEDIA_ERR_ABORTED on interface object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| MediaError interface: constant MEDIA_ERR_ABORTED on interface prototype object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| MediaError interface: constant MEDIA_ERR_NETWORK on interface object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| MediaError interface: constant MEDIA_ERR_NETWORK on interface prototype object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| MediaError interface: constant MEDIA_ERR_DECODE on interface object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| MediaError interface: constant MEDIA_ERR_DECODE on interface prototype object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| MediaError interface: constant MEDIA_ERR_SRC_NOT_SUPPORTED on interface object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| MediaError interface: constant MEDIA_ERR_SRC_NOT_SUPPORTED on interface prototype object | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| MediaError interface: attribute code | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| MediaError must be primary interface of errorVideo.error | PASS | PASS | - | PASS | PASS | PASS | - |
| Stringification of errorVideo.error | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| MediaError interface: errorVideo.error must inherit property "MEDIA_ERR_ABORTED" with the proper type (0) | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| MediaError interface: errorVideo.error must inherit property "MEDIA_ERR_NETWORK" with the proper type (1) | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| MediaError interface: errorVideo.error must inherit property "MEDIA_ERR_DECODE" with the proper type (2) | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| MediaError interface: errorVideo.error must inherit property "MEDIA_ERR_SRC_NOT_SUPPORTED" with the proper type (3) | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| MediaError interface: errorVideo.error must inherit property "code" with the proper type (4) | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| AudioTrackList interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| AudioTrackList interface object length | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| AudioTrackList interface: existence and properties of interface prototype object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| AudioTrackList interface: existence and properties of interface prototype object's "constructor" property | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| AudioTrackList interface: attribute length | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| AudioTrackList interface: operation getTrackById(DOMString) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| AudioTrackList interface: attribute onchange | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| AudioTrackList interface: attribute onaddtrack | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| AudioTrackList interface: attribute onremovetrack | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| AudioTrack interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| AudioTrack interface object length | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| AudioTrack interface: existence and properties of interface prototype object | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| AudioTrack interface: existence and properties of interface prototype object's "constructor" property | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| AudioTrack interface: attribute id | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| AudioTrack interface: attribute kind | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| AudioTrack interface: attribute label | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| AudioTrack interface: attribute language | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| AudioTrack interface: attribute enabled | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| VideoTrackList interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| VideoTrackList interface object length | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| VideoTrackList interface: existence and properties of interface prototype object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| VideoTrackList interface: existence and properties of interface prototype object's "constructor" property | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| VideoTrackList interface: attribute length | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| VideoTrackList interface: operation getTrackById(DOMString) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| VideoTrackList interface: attribute selectedIndex | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| VideoTrackList interface: attribute onchange | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| VideoTrackList interface: attribute onaddtrack | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| VideoTrackList interface: attribute onremovetrack | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| VideoTrack interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| VideoTrack interface object length | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| VideoTrack interface: existence and properties of interface prototype object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| VideoTrack interface: existence and properties of interface prototype object's "constructor" property | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| VideoTrack interface: attribute id | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| VideoTrack interface: attribute kind | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| VideoTrack interface: attribute label | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| VideoTrack interface: attribute language | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| VideoTrack interface: attribute selected | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface object length | FAIL | FAIL | FAIL | FAIL | PASS | PASS | PASS |
| MediaController interface: existence and properties of interface prototype object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: existence and properties of interface prototype object's "constructor" property | FAIL | FAIL | FAIL | FAIL | PASS | FAIL | PASS |
| MediaController interface: attribute readyState | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute buffered | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute seekable | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute duration | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute currentTime | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute paused | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute playbackState | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute played | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: operation pause() | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| MediaController interface: operation unpause() | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| MediaController interface: operation play() | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| MediaController interface: attribute defaultPlaybackRate | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute playbackRate | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute volume | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute muted | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute onemptied | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute onloadedmetadata | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute onloadeddata | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute oncanplay | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute oncanplaythrough | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute onplaying | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute onended | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute onwaiting | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute ondurationchange | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute ontimeupdate | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute onplay | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute onpause | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute onratechange | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: attribute onvolumechange | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController must be primary interface of new MediaController() | FAIL | FAIL | FAIL | FAIL | PASS | PASS | PASS |
| Stringification of new MediaController() | FAIL | FAIL | FAIL | FAIL | PASS | PASS | PASS |
| MediaController interface: new MediaController() must inherit property "readyState" with the proper type (0) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: new MediaController() must inherit property "buffered" with the proper type (1) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| MediaController interface: new MediaController() must inherit property "seekable" with the proper type (2) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| MediaController interface: new MediaController() must inherit property "duration" with the proper type (3) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| MediaController interface: new MediaController() must inherit property "currentTime" with the proper type (4) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| MediaController interface: new MediaController() must inherit property "paused" with the proper type (5) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| MediaController interface: new MediaController() must inherit property "playbackState" with the proper type (6) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| MediaController interface: new MediaController() must inherit property "played" with the proper type (7) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| MediaController interface: new MediaController() must inherit property "pause" with the proper type (8) | FAIL | FAIL | FAIL | FAIL | PASS | PASS | PASS |
| MediaController interface: new MediaController() must inherit property "unpause" with the proper type (9) | FAIL | FAIL | FAIL | FAIL | PASS | PASS | FAIL |
| MediaController interface: new MediaController() must inherit property "play" with the proper type (10) | FAIL | FAIL | FAIL | FAIL | PASS | PASS | PASS |
| MediaController interface: new MediaController() must inherit property "defaultPlaybackRate" with the proper type (11) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| MediaController interface: new MediaController() must inherit property "playbackRate" with the proper type (12) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| MediaController interface: new MediaController() must inherit property "volume" with the proper type (13) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| MediaController interface: new MediaController() must inherit property "muted" with the proper type (14) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| MediaController interface: new MediaController() must inherit property "onemptied" with the proper type (15) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: new MediaController() must inherit property "onloadedmetadata" with the proper type (16) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: new MediaController() must inherit property "onloadeddata" with the proper type (17) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: new MediaController() must inherit property "oncanplay" with the proper type (18) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: new MediaController() must inherit property "oncanplaythrough" with the proper type (19) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: new MediaController() must inherit property "onplaying" with the proper type (20) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: new MediaController() must inherit property "onended" with the proper type (21) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: new MediaController() must inherit property "onwaiting" with the proper type (22) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: new MediaController() must inherit property "ondurationchange" with the proper type (23) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: new MediaController() must inherit property "ontimeupdate" with the proper type (24) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: new MediaController() must inherit property "onplay" with the proper type (25) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: new MediaController() must inherit property "onpause" with the proper type (26) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: new MediaController() must inherit property "onratechange" with the proper type (27) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| MediaController interface: new MediaController() must inherit property "onvolumechange" with the proper type (28) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| EventTarget interface: new MediaController() must inherit property "addEventListener" with the proper type (0) | FAIL | FAIL | FAIL | FAIL | PASS | PASS | PASS |
| EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on new MediaController() with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| EventTarget interface: new MediaController() must inherit property "removeEventListener" with the proper type (1) | FAIL | FAIL | FAIL | FAIL | PASS | PASS | PASS |
| EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on new MediaController() with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| EventTarget interface: new MediaController() must inherit property "dispatchEvent" with the proper type (2) | FAIL | FAIL | FAIL | FAIL | PASS | PASS | PASS |
| EventTarget interface: calling dispatchEvent(Event) on new MediaController() with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | PASS | PASS | PASS |
| TextTrackList interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| TextTrackList interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| TextTrackList interface: existence and properties of interface prototype object | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| TextTrackList interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | FAIL |
| TextTrackList interface: attribute length | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| TextTrackList interface: operation getTrackById(DOMString) | FAIL | PASS | - | - | - | - | FAIL |
| TextTrackList interface: attribute onchange | FAIL | PASS | - | - | - | - | FAIL |
| TextTrackList interface: attribute onaddtrack | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| TextTrackList interface: attribute onremovetrack | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| TextTrackList must be primary interface of document.createElement("video").textTracks | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| Stringification of document.createElement("video").textTracks | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| TextTrackList interface: document.createElement("video").textTracks must inherit property "length" with the proper type (0) | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| TextTrackList interface: document.createElement("video").textTracks must inherit property "getTrackById" with the proper type (2) | PASS | PASS | - | - | - | - | FAIL |
| TextTrackList interface: calling getTrackById(DOMString) on document.createElement("video").textTracks with too few arguments must throw TypeError | PASS | PASS | - | - | - | - | FAIL |
| TextTrackList interface: document.createElement("video").textTracks must inherit property "onchange" with the proper type (3) | FAIL | PASS | - | - | - | - | FAIL |
| TextTrackList interface: document.createElement("video").textTracks must inherit property "onaddtrack" with the proper type (4) | FAIL | PASS | - | - | - | - | FAIL |
| TextTrackList interface: document.createElement("video").textTracks must inherit property "onremovetrack" with the proper type (5) | FAIL | PASS | - | - | - | - | FAIL |
| EventTarget interface: document.createElement("video").textTracks must inherit property "addEventListener" with the proper type (0) | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on document.createElement("video").textTracks with too few arguments must throw TypeError | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| EventTarget interface: document.createElement("video").textTracks must inherit property "removeEventListener" with the proper type (1) | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on document.createElement("video").textTracks with too few arguments must throw TypeError | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| EventTarget interface: document.createElement("video").textTracks must inherit property "dispatchEvent" with the proper type (2) | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| EventTarget interface: calling dispatchEvent(Event) on document.createElement("video").textTracks with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| TextTrack interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| TextTrack interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| TextTrack interface: existence and properties of interface prototype object | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| TextTrack interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | FAIL |
| TextTrack interface: attribute kind | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| TextTrack interface: attribute label | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| TextTrack interface: attribute language | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| TextTrack interface: attribute id | FAIL | PASS | - | - | - | - | FAIL |
| TextTrack interface: attribute inBandMetadataTrackDispatchType | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| TextTrack interface: attribute mode | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| TextTrack interface: attribute cues | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| TextTrack interface: attribute activeCues | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| TextTrack interface: operation addCue(TextTrackCue) | FAIL | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| TextTrack interface: operation removeCue(TextTrackCue) | FAIL | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| TextTrack interface: attribute oncuechange | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| TextTrack must be primary interface of document.createElement("track").track | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| Stringification of document.createElement("track").track | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| TextTrack interface: document.createElement("track").track must inherit property "kind" with the proper type (0) | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| TextTrack interface: document.createElement("track").track must inherit property "label" with the proper type (1) | FAIL | PASS | - | FAIL | FAIL | PASS | FAIL |
| TextTrack interface: document.createElement("track").track must inherit property "language" with the proper type (2) | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| TextTrack interface: document.createElement("track").track must inherit property "id" with the proper type (3) | FAIL | PASS | - | - | - | - | FAIL |
| TextTrack interface: document.createElement("track").track must inherit property "inBandMetadataTrackDispatchType" with the proper type (4) | FAIL | PASS | - | - | - | - | FAIL |
| TextTrack interface: document.createElement("track").track must inherit property "mode" with the proper type (5) | FAIL | PASS | - | - | - | - | FAIL |
| TextTrack interface: document.createElement("track").track must inherit property "cues" with the proper type (6) | FAIL | PASS | - | - | - | - | FAIL |
| TextTrack interface: document.createElement("track").track must inherit property "activeCues" with the proper type (7) | FAIL | PASS | - | - | - | - | FAIL |
| TextTrack interface: document.createElement("track").track must inherit property "addCue" with the proper type (8) | PASS | PASS | - | - | - | - | FAIL |
| TextTrack interface: calling addCue(TextTrackCue) on document.createElement("track").track with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| TextTrack interface: document.createElement("track").track must inherit property "removeCue" with the proper type (9) | PASS | PASS | - | - | - | - | FAIL |
| TextTrack interface: calling removeCue(TextTrackCue) on document.createElement("track").track with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| TextTrack interface: document.createElement("track").track must inherit property "oncuechange" with the proper type (10) | FAIL | FAIL | - | - | - | - | FAIL |
| EventTarget interface: document.createElement("track").track must inherit property "addEventListener" with the proper type (0) | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on document.createElement("track").track with too few arguments must throw TypeError | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| EventTarget interface: document.createElement("track").track must inherit property "removeEventListener" with the proper type (1) | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on document.createElement("track").track with too few arguments must throw TypeError | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| EventTarget interface: document.createElement("track").track must inherit property "dispatchEvent" with the proper type (2) | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| EventTarget interface: calling dispatchEvent(Event) on document.createElement("track").track with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| TextTrackCueList interface: existence and properties of interface object | PASS | PASS | FAIL | FAIL | PASS | FAIL | FAIL |
| TextTrackCueList interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| TextTrackCueList interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| TextTrackCueList interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | FAIL |
| TextTrackCueList interface: attribute length | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| TextTrackCueList interface: operation getCueById(DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| TextTrackCueList must be primary interface of document.createElement("video").addTextTrack("subtitles").cues | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| Stringification of document.createElement("video").addTextTrack("subtitles").cues | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| TextTrackCueList interface: document.createElement("video").addTextTrack("subtitles").cues must inherit property "length" with the proper type (0) | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| TextTrackCueList interface: document.createElement("video").addTextTrack("subtitles").cues must inherit property "getCueById" with the proper type (2) | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| TextTrackCueList interface: calling getCueById(DOMString) on document.createElement("video").addTextTrack("subtitles").cues with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| TextTrackCue interface: existence and properties of interface object | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| TextTrackCue interface object length | PASS | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| TextTrackCue interface: existence and properties of interface prototype object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| TextTrackCue interface: existence and properties of interface prototype object's "constructor" property | PASS | FAIL | PASS | PASS | PASS | FAIL | FAIL |
| TextTrackCue interface: attribute track | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| TextTrackCue interface: attribute id | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| TextTrackCue interface: attribute startTime | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| TextTrackCue interface: attribute endTime | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| TextTrackCue interface: attribute pauseOnExit | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| TextTrackCue interface: attribute onenter | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| TextTrackCue interface: attribute onexit | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| TimeRanges interface: existence and properties of interface object | PASS | PASS | FAIL | FAIL | PASS | FAIL | FAIL |
| TimeRanges interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| TimeRanges interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| TimeRanges interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| TimeRanges interface: attribute length | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| TimeRanges interface: operation start(unsigned long) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| TimeRanges interface: operation end(unsigned long) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| TimeRanges must be primary interface of document.createElement("video").buffered | PASS | PASS | - | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("video").buffered | PASS | PASS | - | PASS | PASS | PASS | PASS |
| TimeRanges interface: document.createElement("video").buffered must inherit property "length" with the proper type (0) | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| TimeRanges interface: document.createElement("video").buffered must inherit property "start" with the proper type (1) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| TimeRanges interface: calling start(unsigned long) on document.createElement("video").buffered with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| TimeRanges interface: document.createElement("video").buffered must inherit property "end" with the proper type (2) | PASS | PASS | - | PASS | PASS | PASS | PASS |
| TimeRanges interface: calling end(unsigned long) on document.createElement("video").buffered with too few arguments must throw TypeError | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| TrackEvent interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| TrackEvent interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| TrackEvent interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| TrackEvent interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | FAIL |
| TrackEvent interface: attribute track | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| TrackEvent must be primary interface of new TrackEvent("addtrack"; {track:document.createElement("track").track}) | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Stringification of new TrackEvent("addtrack"; {track:document.createElement("track").track}) | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| TrackEvent interface: new TrackEvent("addtrack"; {track:document.createElement("track").track}) must inherit property "track" with the proper type (0) | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Event interface: new TrackEvent("addtrack"; {track:document.createElement("track").track}) must inherit property "type" with the proper type (0) | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Event interface: new TrackEvent("addtrack"; {track:document.createElement("track").track}) must inherit property "target" with the proper type (1) | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Event interface: new TrackEvent("addtrack"; {track:document.createElement("track").track}) must inherit property "currentTarget" with the proper type (2) | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Event interface: new TrackEvent("addtrack"; {track:document.createElement("track").track}) must inherit property "NONE" with the proper type (3) | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Event interface: new TrackEvent("addtrack"; {track:document.createElement("track").track}) must inherit property "CAPTURING_PHASE" with the proper type (4) | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Event interface: new TrackEvent("addtrack"; {track:document.createElement("track").track}) must inherit property "AT_TARGET" with the proper type (5) | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Event interface: new TrackEvent("addtrack"; {track:document.createElement("track").track}) must inherit property "BUBBLING_PHASE" with the proper type (6) | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Event interface: new TrackEvent("addtrack"; {track:document.createElement("track").track}) must inherit property "eventPhase" with the proper type (7) | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Event interface: new TrackEvent("addtrack"; {track:document.createElement("track").track}) must inherit property "stopPropagation" with the proper type (8) | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Event interface: new TrackEvent("addtrack"; {track:document.createElement("track").track}) must inherit property "stopImmediatePropagation" with the proper type (9) | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Event interface: new TrackEvent("addtrack"; {track:document.createElement("track").track}) must inherit property "bubbles" with the proper type (10) | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Event interface: new TrackEvent("addtrack"; {track:document.createElement("track").track}) must inherit property "cancelable" with the proper type (11) | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Event interface: new TrackEvent("addtrack"; {track:document.createElement("track").track}) must inherit property "preventDefault" with the proper type (12) | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Event interface: new TrackEvent("addtrack"; {track:document.createElement("track").track}) must inherit property "defaultPrevented" with the proper type (13) | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Event interface: new TrackEvent("addtrack"; {track:document.createElement("track").track}) must have own property "isTrusted" | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Event interface: new TrackEvent("addtrack"; {track:document.createElement("track").track}) must inherit property "timeStamp" with the proper type (15) | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Event interface: new TrackEvent("addtrack"; {track:document.createElement("track").track}) must inherit property "initEvent" with the proper type (16) | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| Event interface: calling initEvent(DOMString,boolean,boolean) on new TrackEvent("addtrack"; {track:document.createElement("track").track}) with too few arguments must throw TypeError | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| HTMLMapElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMapElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLMapElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLMapElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLMapElement interface: attribute name | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMapElement interface: attribute areas | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLMapElement interface: attribute images | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMapElement must be primary interface of document.createElement("map") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("map") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLMapElement interface: document.createElement("map") must inherit property "name" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMapElement interface: document.createElement("map") must inherit property "areas" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLMapElement interface: document.createElement("map") must inherit property "images" with the proper type (2) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAreaElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAreaElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLAreaElement interface: existence and properties of interface prototype object | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLAreaElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLAreaElement interface: attribute alt | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAreaElement interface: attribute coords | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAreaElement interface: attribute shape | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAreaElement interface: attribute target | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAreaElement interface: attribute download | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAreaElement interface: attribute ping | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAreaElement interface: attribute rel | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAreaElement interface: attribute relList | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAreaElement interface: attribute hreflang | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAreaElement interface: attribute type | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAreaElement interface: attribute noHref | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLAreaElement must be primary interface of document.createElement("area") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("area") | FAIL | FAIL | PASS | PASS | PASS | PASS | PASS |
| HTMLAreaElement interface: document.createElement("area") must inherit property "alt" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLAreaElement interface: document.createElement("area") must inherit property "coords" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLAreaElement interface: document.createElement("area") must inherit property "shape" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLAreaElement interface: document.createElement("area") must inherit property "target" with the proper type (3) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLAreaElement interface: document.createElement("area") must inherit property "download" with the proper type (4) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLAreaElement interface: document.createElement("area") must inherit property "ping" with the proper type (5) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLAreaElement interface: document.createElement("area") must inherit property "rel" with the proper type (6) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLAreaElement interface: document.createElement("area") must inherit property "relList" with the proper type (7) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLAreaElement interface: document.createElement("area") must inherit property "hreflang" with the proper type (8) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLAreaElement interface: document.createElement("area") must inherit property "type" with the proper type (9) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLAreaElement interface: document.createElement("area") must inherit property "noHref" with the proper type (10) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLTableElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLTableElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTableElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLTableElement interface: attribute caption | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableElement interface: operation createCaption() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLTableElement interface: operation deleteCaption() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLTableElement interface: attribute tHead | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableElement interface: operation createTHead() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLTableElement interface: operation deleteTHead() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLTableElement interface: attribute tFoot | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableElement interface: operation createTFoot() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLTableElement interface: operation deleteTFoot() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLTableElement interface: attribute tBodies | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTableElement interface: operation createTBody() | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableElement interface: attribute rows | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTableElement interface: operation insertRow(long) | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLTableElement interface: operation deleteRow(long) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableElement interface: attribute align | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableElement interface: attribute border | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableElement interface: attribute frame | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableElement interface: attribute rules | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableElement interface: attribute summary | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableElement interface: attribute width | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableElement interface: attribute bgColor | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableElement interface: attribute cellPadding | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableElement interface: attribute cellSpacing | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableElement must be primary interface of document.createElement("table") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("table") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableElement interface: document.createElement("table") must inherit property "caption" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableElement interface: document.createElement("table") must inherit property "createCaption" with the proper type (1) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableElement interface: document.createElement("table") must inherit property "deleteCaption" with the proper type (2) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableElement interface: document.createElement("table") must inherit property "tHead" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableElement interface: document.createElement("table") must inherit property "createTHead" with the proper type (4) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableElement interface: document.createElement("table") must inherit property "deleteTHead" with the proper type (5) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableElement interface: document.createElement("table") must inherit property "tFoot" with the proper type (6) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableElement interface: document.createElement("table") must inherit property "createTFoot" with the proper type (7) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableElement interface: document.createElement("table") must inherit property "deleteTFoot" with the proper type (8) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableElement interface: document.createElement("table") must inherit property "tBodies" with the proper type (9) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableElement interface: document.createElement("table") must inherit property "createTBody" with the proper type (10) | PASS | PASS | PASS | FAIL | PASS | PASS | FAIL |
| HTMLTableElement interface: document.createElement("table") must inherit property "rows" with the proper type (11) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableElement interface: document.createElement("table") must inherit property "insertRow" with the proper type (12) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableElement interface: calling insertRow(long) on document.createElement("table") with too few arguments must throw TypeError | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableElement interface: document.createElement("table") must inherit property "deleteRow" with the proper type (13) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableElement interface: calling deleteRow(long) on document.createElement("table") with too few arguments must throw TypeError | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableElement interface: document.createElement("table") must inherit property "align" with the proper type (16) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableElement interface: document.createElement("table") must inherit property "border" with the proper type (17) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableElement interface: document.createElement("table") must inherit property "frame" with the proper type (18) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableElement interface: document.createElement("table") must inherit property "rules" with the proper type (19) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableElement interface: document.createElement("table") must inherit property "summary" with the proper type (20) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableElement interface: document.createElement("table") must inherit property "width" with the proper type (21) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableElement interface: document.createElement("table") must inherit property "bgColor" with the proper type (22) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableElement interface: document.createElement("table") must inherit property "cellPadding" with the proper type (23) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableElement interface: document.createElement("table") must inherit property "cellSpacing" with the proper type (24) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCaptionElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableCaptionElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLTableCaptionElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTableCaptionElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLTableCaptionElement interface: attribute align | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableCaptionElement must be primary interface of document.createElement("caption") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("caption") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableCaptionElement interface: document.createElement("caption") must inherit property "align" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableColElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableColElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLTableColElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTableColElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLTableColElement interface: attribute span | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableColElement interface: attribute align | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableColElement interface: attribute ch | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableColElement interface: attribute chOff | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableColElement interface: attribute vAlign | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableColElement interface: attribute width | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableColElement must be primary interface of document.createElement("colgroup") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("colgroup") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableColElement interface: document.createElement("colgroup") must inherit property "span" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableColElement interface: document.createElement("colgroup") must inherit property "align" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableColElement interface: document.createElement("colgroup") must inherit property "ch" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableColElement interface: document.createElement("colgroup") must inherit property "chOff" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableColElement interface: document.createElement("colgroup") must inherit property "vAlign" with the proper type (4) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableColElement interface: document.createElement("colgroup") must inherit property "width" with the proper type (5) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableColElement must be primary interface of document.createElement("col") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("col") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableColElement interface: document.createElement("col") must inherit property "span" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableColElement interface: document.createElement("col") must inherit property "align" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableColElement interface: document.createElement("col") must inherit property "ch" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableColElement interface: document.createElement("col") must inherit property "chOff" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableColElement interface: document.createElement("col") must inherit property "vAlign" with the proper type (4) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableColElement interface: document.createElement("col") must inherit property "width" with the proper type (5) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableSectionElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableSectionElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLTableSectionElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTableSectionElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLTableSectionElement interface: attribute rows | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTableSectionElement interface: operation insertRow(long) | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLTableSectionElement interface: operation deleteRow(long) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableSectionElement interface: attribute align | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableSectionElement interface: attribute ch | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableSectionElement interface: attribute chOff | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableSectionElement interface: attribute vAlign | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableSectionElement must be primary interface of document.createElement("tbody") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("tbody") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableSectionElement interface: document.createElement("tbody") must inherit property "rows" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableSectionElement interface: document.createElement("tbody") must inherit property "insertRow" with the proper type (1) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableSectionElement interface: calling insertRow(long) on document.createElement("tbody") with too few arguments must throw TypeError | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableSectionElement interface: document.createElement("tbody") must inherit property "deleteRow" with the proper type (2) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableSectionElement interface: calling deleteRow(long) on document.createElement("tbody") with too few arguments must throw TypeError | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableSectionElement interface: document.createElement("tbody") must inherit property "align" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableSectionElement interface: document.createElement("tbody") must inherit property "ch" with the proper type (4) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableSectionElement interface: document.createElement("tbody") must inherit property "chOff" with the proper type (5) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableSectionElement interface: document.createElement("tbody") must inherit property "vAlign" with the proper type (6) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableSectionElement must be primary interface of document.createElement("thead") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("thead") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableSectionElement interface: document.createElement("thead") must inherit property "rows" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableSectionElement interface: document.createElement("thead") must inherit property "insertRow" with the proper type (1) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableSectionElement interface: calling insertRow(long) on document.createElement("thead") with too few arguments must throw TypeError | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableSectionElement interface: document.createElement("thead") must inherit property "deleteRow" with the proper type (2) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableSectionElement interface: calling deleteRow(long) on document.createElement("thead") with too few arguments must throw TypeError | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableSectionElement interface: document.createElement("thead") must inherit property "align" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableSectionElement interface: document.createElement("thead") must inherit property "ch" with the proper type (4) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableSectionElement interface: document.createElement("thead") must inherit property "chOff" with the proper type (5) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableSectionElement interface: document.createElement("thead") must inherit property "vAlign" with the proper type (6) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableSectionElement must be primary interface of document.createElement("tfoot") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("tfoot") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "rows" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "insertRow" with the proper type (1) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableSectionElement interface: calling insertRow(long) on document.createElement("tfoot") with too few arguments must throw TypeError | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "deleteRow" with the proper type (2) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableSectionElement interface: calling deleteRow(long) on document.createElement("tfoot") with too few arguments must throw TypeError | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "align" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "ch" with the proper type (4) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "chOff" with the proper type (5) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableSectionElement interface: document.createElement("tfoot") must inherit property "vAlign" with the proper type (6) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableRowElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableRowElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLTableRowElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTableRowElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLTableRowElement interface: attribute rowIndex | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTableRowElement interface: attribute sectionRowIndex | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTableRowElement interface: attribute cells | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTableRowElement interface: operation insertCell(long) | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLTableRowElement interface: operation deleteCell(long) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableRowElement interface: attribute align | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableRowElement interface: attribute ch | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableRowElement interface: attribute chOff | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableRowElement interface: attribute vAlign | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableRowElement interface: attribute bgColor | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableRowElement must be primary interface of document.createElement("tr") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("tr") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableRowElement interface: document.createElement("tr") must inherit property "rowIndex" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableRowElement interface: document.createElement("tr") must inherit property "sectionRowIndex" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableRowElement interface: document.createElement("tr") must inherit property "cells" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableRowElement interface: document.createElement("tr") must inherit property "insertCell" with the proper type (3) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableRowElement interface: calling insertCell(long) on document.createElement("tr") with too few arguments must throw TypeError | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableRowElement interface: document.createElement("tr") must inherit property "deleteCell" with the proper type (4) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTableRowElement interface: calling deleteCell(long) on document.createElement("tr") with too few arguments must throw TypeError | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableRowElement interface: document.createElement("tr") must inherit property "align" with the proper type (5) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableRowElement interface: document.createElement("tr") must inherit property "ch" with the proper type (6) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableRowElement interface: document.createElement("tr") must inherit property "chOff" with the proper type (7) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableRowElement interface: document.createElement("tr") must inherit property "vAlign" with the proper type (8) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableRowElement interface: document.createElement("tr") must inherit property "bgColor" with the proper type (9) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableDataCellElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableDataCellElement interface object length | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableDataCellElement interface: existence and properties of interface prototype object | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTableDataCellElement interface: existence and properties of interface prototype object's "constructor" property | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTableDataCellElement interface: attribute abbr | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableDataCellElement must be primary interface of document.createElement("td") | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Stringification of document.createElement("td") | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTableDataCellElement interface: document.createElement("td") must inherit property "abbr" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("td") must inherit property "colSpan" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("td") must inherit property "rowSpan" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("td") must inherit property "headers" with the proper type (2) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableCellElement interface: document.createElement("td") must inherit property "cellIndex" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("td") must inherit property "align" with the proper type (4) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("td") must inherit property "axis" with the proper type (5) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("td") must inherit property "height" with the proper type (6) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("td") must inherit property "width" with the proper type (7) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("td") must inherit property "ch" with the proper type (8) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("td") must inherit property "chOff" with the proper type (9) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("td") must inherit property "noWrap" with the proper type (10) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("td") must inherit property "vAlign" with the proper type (11) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("td") must inherit property "bgColor" with the proper type (12) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableHeaderCellElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableHeaderCellElement interface object length | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableHeaderCellElement interface: existence and properties of interface prototype object | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTableHeaderCellElement interface: existence and properties of interface prototype object's "constructor" property | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTableHeaderCellElement interface: attribute scope | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableHeaderCellElement interface: attribute abbr | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableHeaderCellElement must be primary interface of document.createElement("th") | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Stringification of document.createElement("th") | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTableHeaderCellElement interface: document.createElement("th") must inherit property "scope" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableHeaderCellElement interface: document.createElement("th") must inherit property "abbr" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("th") must inherit property "colSpan" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("th") must inherit property "rowSpan" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("th") must inherit property "headers" with the proper type (2) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableCellElement interface: document.createElement("th") must inherit property "cellIndex" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("th") must inherit property "align" with the proper type (4) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("th") must inherit property "axis" with the proper type (5) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("th") must inherit property "height" with the proper type (6) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("th") must inherit property "width" with the proper type (7) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("th") must inherit property "ch" with the proper type (8) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("th") must inherit property "chOff" with the proper type (9) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("th") must inherit property "noWrap" with the proper type (10) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("th") must inherit property "vAlign" with the proper type (11) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: document.createElement("th") must inherit property "bgColor" with the proper type (12) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTableCellElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableCellElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLTableCellElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTableCellElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLTableCellElement interface: attribute colSpan | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableCellElement interface: attribute rowSpan | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableCellElement interface: attribute headers | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableCellElement interface: attribute cellIndex | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTableCellElement interface: attribute align | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableCellElement interface: attribute axis | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableCellElement interface: attribute height | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableCellElement interface: attribute width | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableCellElement interface: attribute ch | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableCellElement interface: attribute chOff | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableCellElement interface: attribute noWrap | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableCellElement interface: attribute vAlign | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTableCellElement interface: attribute bgColor | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLFormElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLFormElement interface: attribute acceptCharset | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: attribute action | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: attribute autocomplete | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: attribute enctype | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: attribute encoding | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: attribute method | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: attribute name | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: attribute noValidate | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: attribute target | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: attribute elements | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: attribute length | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: operation submit() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLFormElement interface: operation reset() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLFormElement interface: operation checkValidity() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLFormElement interface: operation requestAutocomplete() | PASS | FAIL | - | - | - | - | FAIL |
| HTMLFormElement must be primary interface of document.createElement("form") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("form") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLFormElement interface: document.createElement("form") must inherit property "acceptCharset" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: document.createElement("form") must inherit property "action" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: document.createElement("form") must inherit property "autocomplete" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: document.createElement("form") must inherit property "enctype" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: document.createElement("form") must inherit property "encoding" with the proper type (4) | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: document.createElement("form") must inherit property "method" with the proper type (5) | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: document.createElement("form") must inherit property "name" with the proper type (6) | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: document.createElement("form") must inherit property "noValidate" with the proper type (7) | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: document.createElement("form") must inherit property "target" with the proper type (8) | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: document.createElement("form") must inherit property "elements" with the proper type (9) | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: document.createElement("form") must inherit property "length" with the proper type (10) | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLFormElement interface: document.createElement("form") must inherit property "submit" with the proper type (13) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLFormElement interface: document.createElement("form") must inherit property "reset" with the proper type (14) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLFormElement interface: document.createElement("form") must inherit property "checkValidity" with the proper type (15) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLFormElement interface: document.createElement("form") must inherit property "requestAutocomplete" with the proper type (17) | PASS | FAIL | - | - | - | - | FAIL |
| HTMLLabelElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLLabelElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLLabelElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLLabelElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLLabelElement interface: attribute form | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLLabelElement interface: attribute htmlFor | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLLabelElement interface: attribute control | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLLabelElement must be primary interface of document.createElement("label") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("label") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLLabelElement interface: document.createElement("label") must inherit property "form" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLLabelElement interface: document.createElement("label") must inherit property "htmlFor" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLLabelElement interface: document.createElement("label") must inherit property "control" with the proper type (2) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLInputElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLInputElement interface: attribute accept | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute alt | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute autocomplete | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute autofocus | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute defaultChecked | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute checked | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute dirName | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute disabled | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute form | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute files | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute formAction | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute formEnctype | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute formMethod | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute formNoValidate | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute formTarget | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute height | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute indeterminate | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute list | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute max | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute maxLength | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute min | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute minLength | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLInputElement interface: attribute multiple | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute name | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute pattern | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute placeholder | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute readOnly | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute required | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute size | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute src | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute step | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute type | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute defaultValue | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute value | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute valueAsNumber | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute valueLow | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLInputElement interface: attribute valueHigh | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLInputElement interface: attribute width | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: operation stepUp(long) | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLInputElement interface: operation stepDown(long) | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLInputElement interface: attribute willValidate | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute validity | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute validationMessage | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: operation checkValidity() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLInputElement interface: operation setCustomValidity(DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: attribute labels | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: operation select() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLInputElement interface: attribute selectionStart | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute selectionEnd | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute selectionDirection | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: operation setRangeText(DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: operation setRangeText(DOMString,unsigned long,unsigned long,SelectionMode) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: operation setSelectionRange(unsigned long,unsigned long,DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute align | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: attribute useMap | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement must be primary interface of document.createElement("input") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("input") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLInputElement interface: document.createElement("input") must inherit property "accept" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "alt" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "autocomplete" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "autofocus" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "defaultChecked" with the proper type (4) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "checked" with the proper type (5) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "dirName" with the proper type (6) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "disabled" with the proper type (7) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "form" with the proper type (8) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "files" with the proper type (9) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "formAction" with the proper type (10) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "formEnctype" with the proper type (11) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "formMethod" with the proper type (12) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "formNoValidate" with the proper type (13) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "formTarget" with the proper type (14) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "height" with the proper type (15) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "indeterminate" with the proper type (16) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "list" with the proper type (18) | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "max" with the proper type (19) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "maxLength" with the proper type (20) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "min" with the proper type (21) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "minLength" with the proper type (22) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "multiple" with the proper type (23) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "name" with the proper type (24) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "pattern" with the proper type (25) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "placeholder" with the proper type (26) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "readOnly" with the proper type (27) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "required" with the proper type (28) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "size" with the proper type (29) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "src" with the proper type (30) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "step" with the proper type (31) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "type" with the proper type (32) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "defaultValue" with the proper type (33) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "value" with the proper type (34) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "valueAsNumber" with the proper type (36) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "valueLow" with the proper type (37) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "valueHigh" with the proper type (38) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "width" with the proper type (39) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "stepUp" with the proper type (40) | PASS | PASS | - | - | - | - | PASS |
| HTMLInputElement interface: calling stepUp(long) on document.createElement("input") with too few arguments must throw TypeError | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLInputElement interface: document.createElement("input") must inherit property "stepDown" with the proper type (41) | PASS | PASS | - | - | - | - | PASS |
| HTMLInputElement interface: calling stepDown(long) on document.createElement("input") with too few arguments must throw TypeError | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLInputElement interface: document.createElement("input") must inherit property "willValidate" with the proper type (42) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "validity" with the proper type (43) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "validationMessage" with the proper type (44) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "checkValidity" with the proper type (45) | PASS | PASS | - | - | - | - | PASS |
| HTMLInputElement interface: document.createElement("input") must inherit property "setCustomValidity" with the proper type (47) | PASS | PASS | - | - | - | - | PASS |
| HTMLInputElement interface: calling setCustomValidity(DOMString) on document.createElement("input") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| HTMLInputElement interface: document.createElement("input") must inherit property "labels" with the proper type (48) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "select" with the proper type (49) | PASS | PASS | - | - | - | - | PASS |
| HTMLInputElement interface: document.createElement("input") must inherit property "selectionStart" with the proper type (50) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "selectionEnd" with the proper type (51) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "selectionDirection" with the proper type (52) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "setRangeText" with the proper type (53) | PASS | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: calling setRangeText(DOMString) on document.createElement("input") with too few arguments must throw TypeError | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "setRangeText" with the proper type (54) | PASS | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: calling setRangeText(DOMString,unsigned long,unsigned long,SelectionMode) on document.createElement("input") with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "setSelectionRange" with the proper type (55) | PASS | PASS | - | - | - | - | PASS |
| HTMLInputElement interface: calling setSelectionRange(unsigned long,unsigned long,DOMString) on document.createElement("input") with too few arguments must throw TypeError | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "align" with the proper type (56) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLInputElement interface: document.createElement("input") must inherit property "useMap" with the proper type (57) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLButtonElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLButtonElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLButtonElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLButtonElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLButtonElement interface: attribute autofocus | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLButtonElement interface: attribute disabled | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLButtonElement interface: attribute form | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLButtonElement interface: attribute formAction | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLButtonElement interface: attribute formEnctype | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLButtonElement interface: attribute formMethod | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLButtonElement interface: attribute formNoValidate | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLButtonElement interface: attribute formTarget | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLButtonElement interface: attribute name | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLButtonElement interface: attribute type | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLButtonElement interface: attribute value | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLButtonElement interface: attribute menu | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLButtonElement interface: attribute willValidate | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLButtonElement interface: attribute validity | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLButtonElement interface: attribute validationMessage | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLButtonElement interface: operation checkValidity() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLButtonElement interface: operation setCustomValidity(DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLButtonElement interface: attribute labels | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLButtonElement must be primary interface of document.createElement("button") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("button") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLButtonElement interface: document.createElement("button") must inherit property "autofocus" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLButtonElement interface: document.createElement("button") must inherit property "disabled" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLButtonElement interface: document.createElement("button") must inherit property "form" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLButtonElement interface: document.createElement("button") must inherit property "formAction" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLButtonElement interface: document.createElement("button") must inherit property "formEnctype" with the proper type (4) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLButtonElement interface: document.createElement("button") must inherit property "formMethod" with the proper type (5) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLButtonElement interface: document.createElement("button") must inherit property "formNoValidate" with the proper type (6) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLButtonElement interface: document.createElement("button") must inherit property "formTarget" with the proper type (7) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLButtonElement interface: document.createElement("button") must inherit property "name" with the proper type (8) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLButtonElement interface: document.createElement("button") must inherit property "type" with the proper type (9) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLButtonElement interface: document.createElement("button") must inherit property "value" with the proper type (10) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLButtonElement interface: document.createElement("button") must inherit property "menu" with the proper type (11) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLButtonElement interface: document.createElement("button") must inherit property "willValidate" with the proper type (12) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLButtonElement interface: document.createElement("button") must inherit property "validity" with the proper type (13) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLButtonElement interface: document.createElement("button") must inherit property "validationMessage" with the proper type (14) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLButtonElement interface: document.createElement("button") must inherit property "checkValidity" with the proper type (15) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLButtonElement interface: document.createElement("button") must inherit property "setCustomValidity" with the proper type (17) | PASS | PASS | - | - | - | - | PASS |
| HTMLButtonElement interface: calling setCustomValidity(DOMString) on document.createElement("button") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| HTMLButtonElement interface: document.createElement("button") must inherit property "labels" with the proper type (18) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLSelectElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLSelectElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLSelectElement interface: attribute autocomplete | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLSelectElement interface: attribute autofocus | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: attribute disabled | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: attribute form | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: attribute multiple | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: attribute name | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: attribute required | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: attribute size | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: attribute type | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: attribute options | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: attribute length | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: operation item(unsigned long) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLSelectElement interface: operation namedItem(DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: operation add([object Object],[object Object],[object Object],[object Object]) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: operation remove() | FAIL | PASS | - | - | - | - | FAIL |
| HTMLSelectElement interface: operation remove(long) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: attribute selectedOptions | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: attribute selectedIndex | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: attribute value | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: attribute willValidate | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: attribute validity | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: attribute validationMessage | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: operation checkValidity() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLSelectElement interface: operation setCustomValidity(DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLSelectElement interface: attribute labels | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement must be primary interface of document.createElement("select") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("select") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLSelectElement interface: document.createElement("select") must inherit property "autocomplete" with the proper type (0) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLSelectElement interface: document.createElement("select") must inherit property "autofocus" with the proper type (1) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLSelectElement interface: document.createElement("select") must inherit property "disabled" with the proper type (2) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLSelectElement interface: document.createElement("select") must inherit property "form" with the proper type (3) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLSelectElement interface: document.createElement("select") must inherit property "multiple" with the proper type (4) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLSelectElement interface: document.createElement("select") must inherit property "name" with the proper type (5) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLSelectElement interface: document.createElement("select") must inherit property "required" with the proper type (6) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLSelectElement interface: document.createElement("select") must inherit property "size" with the proper type (7) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLSelectElement interface: document.createElement("select") must inherit property "type" with the proper type (8) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLSelectElement interface: document.createElement("select") must inherit property "options" with the proper type (9) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLSelectElement interface: document.createElement("select") must inherit property "length" with the proper type (10) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLSelectElement interface: document.createElement("select") must inherit property "item" with the proper type (11) | PASS | PASS | - | - | - | - | PASS |
| HTMLSelectElement interface: calling item(unsigned long) on document.createElement("select") with too few arguments must throw TypeError | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| HTMLSelectElement interface: document.createElement("select") must inherit property "namedItem" with the proper type (12) | PASS | PASS | - | - | - | - | PASS |
| HTMLSelectElement interface: calling namedItem(DOMString) on document.createElement("select") with too few arguments must throw TypeError | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: document.createElement("select") must inherit property "add" with the proper type (13) | PASS | PASS | - | - | - | - | PASS |
| HTMLSelectElement interface: calling add([object Object],[object Object],[object Object],[object Object]) on document.createElement("select") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: document.createElement("select") must inherit property "remove" with the proper type (14) | PASS | PASS | - | - | - | - | PASS |
| HTMLSelectElement interface: document.createElement("select") must inherit property "remove" with the proper type (15) | PASS | PASS | - | - | - | - | PASS |
| HTMLSelectElement interface: calling remove(long) on document.createElement("select") with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLSelectElement interface: document.createElement("select") must inherit property "selectedOptions" with the proper type (17) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLSelectElement interface: document.createElement("select") must inherit property "selectedIndex" with the proper type (18) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLSelectElement interface: document.createElement("select") must inherit property "value" with the proper type (19) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLSelectElement interface: document.createElement("select") must inherit property "willValidate" with the proper type (20) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLSelectElement interface: document.createElement("select") must inherit property "validity" with the proper type (21) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLSelectElement interface: document.createElement("select") must inherit property "validationMessage" with the proper type (22) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLSelectElement interface: document.createElement("select") must inherit property "checkValidity" with the proper type (23) | PASS | PASS | - | - | - | - | PASS |
| HTMLSelectElement interface: document.createElement("select") must inherit property "setCustomValidity" with the proper type (25) | PASS | PASS | - | - | - | - | PASS |
| HTMLSelectElement interface: calling setCustomValidity(DOMString) on document.createElement("select") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| HTMLSelectElement interface: document.createElement("select") must inherit property "labels" with the proper type (26) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLDataListElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLDataListElement interface object length | PASS | PASS | FAIL | FAIL | PASS | FAIL | PASS |
| HTMLDataListElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLDataListElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLDataListElement interface: attribute options | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLDataListElement must be primary interface of document.createElement("datalist") | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| Stringification of document.createElement("datalist") | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLDataListElement interface: document.createElement("datalist") must inherit property "options" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLOptGroupElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptGroupElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLOptGroupElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLOptGroupElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLOptGroupElement interface: attribute disabled | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptGroupElement interface: attribute label | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptGroupElement must be primary interface of document.createElement("optgroup") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("optgroup") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLOptGroupElement interface: document.createElement("optgroup") must inherit property "disabled" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLOptGroupElement interface: document.createElement("optgroup") must inherit property "label" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLOptionElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLOptionElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLOptionElement interface: attribute disabled | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionElement interface: attribute form | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionElement interface: attribute label | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionElement interface: attribute defaultSelected | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionElement interface: attribute selected | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionElement interface: attribute value | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionElement interface: attribute text | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionElement interface: attribute index | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLOptionElement must be primary interface of document.createElement("option") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("option") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLOptionElement interface: document.createElement("option") must inherit property "disabled" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLOptionElement interface: document.createElement("option") must inherit property "form" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLOptionElement interface: document.createElement("option") must inherit property "label" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLOptionElement interface: document.createElement("option") must inherit property "defaultSelected" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLOptionElement interface: document.createElement("option") must inherit property "selected" with the proper type (4) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLOptionElement interface: document.createElement("option") must inherit property "value" with the proper type (5) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLOptionElement interface: document.createElement("option") must inherit property "text" with the proper type (6) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLOptionElement interface: document.createElement("option") must inherit property "index" with the proper type (7) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTextAreaElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLTextAreaElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLTextAreaElement interface: attribute autocomplete | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: attribute autofocus | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: attribute cols | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: attribute dirName | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: attribute disabled | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: attribute form | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: attribute maxLength | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: attribute minLength | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLTextAreaElement interface: attribute name | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: attribute placeholder | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: attribute readOnly | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: attribute required | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: attribute rows | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: attribute wrap | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: attribute type | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: attribute defaultValue | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: attribute value | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: attribute textLength | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: attribute willValidate | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: attribute validity | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: attribute validationMessage | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: operation checkValidity() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLTextAreaElement interface: operation setCustomValidity(DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLTextAreaElement interface: attribute labels | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: operation select() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLTextAreaElement interface: attribute selectionStart | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: attribute selectionEnd | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: attribute selectionDirection | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: operation setRangeText(DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLTextAreaElement interface: operation setRangeText(DOMString,unsigned long,unsigned long,SelectionMode) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: operation setSelectionRange(unsigned long,unsigned long,DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement must be primary interface of document.createElement("textarea") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("textarea") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "autocomplete" with the proper type (0) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "autofocus" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "cols" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "dirName" with the proper type (3) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "disabled" with the proper type (4) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "form" with the proper type (5) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "maxLength" with the proper type (7) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "minLength" with the proper type (8) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "name" with the proper type (9) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "placeholder" with the proper type (10) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "readOnly" with the proper type (11) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "required" with the proper type (12) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "rows" with the proper type (13) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "wrap" with the proper type (14) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "type" with the proper type (15) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "defaultValue" with the proper type (16) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "value" with the proper type (17) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "textLength" with the proper type (18) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "willValidate" with the proper type (19) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "validity" with the proper type (20) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "validationMessage" with the proper type (21) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "checkValidity" with the proper type (22) | PASS | PASS | - | - | - | - | PASS |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "setCustomValidity" with the proper type (24) | PASS | PASS | - | - | - | - | PASS |
| HTMLTextAreaElement interface: calling setCustomValidity(DOMString) on document.createElement("textarea") with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "labels" with the proper type (25) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "select" with the proper type (26) | PASS | PASS | - | - | - | - | PASS |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "selectionStart" with the proper type (27) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "selectionEnd" with the proper type (28) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "selectionDirection" with the proper type (29) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "setRangeText" with the proper type (30) | PASS | PASS | - | - | - | - | FAIL |
| HTMLTextAreaElement interface: calling setRangeText(DOMString) on document.createElement("textarea") with too few arguments must throw TypeError | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "setRangeText" with the proper type (31) | PASS | PASS | - | - | - | - | FAIL |
| HTMLTextAreaElement interface: calling setRangeText(DOMString,unsigned long,unsigned long,SelectionMode) on document.createElement("textarea") with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "setSelectionRange" with the proper type (32) | PASS | PASS | - | - | - | - | PASS |
| HTMLTextAreaElement interface: calling setSelectionRange(unsigned long,unsigned long,DOMString) on document.createElement("textarea") with too few arguments must throw TypeError | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLKeygenElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLKeygenElement interface object length | PASS | FAIL | FAIL | FAIL | PASS | PASS | PASS |
| HTMLKeygenElement interface: existence and properties of interface prototype object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLKeygenElement interface: existence and properties of interface prototype object's "constructor" property | PASS | FAIL | FAIL | PASS | PASS | FAIL | PASS |
| HTMLKeygenElement interface: attribute autofocus | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLKeygenElement interface: attribute challenge | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLKeygenElement interface: attribute disabled | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLKeygenElement interface: attribute form | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLKeygenElement interface: attribute keytype | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLKeygenElement interface: attribute name | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLKeygenElement interface: attribute type | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLKeygenElement interface: attribute willValidate | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLKeygenElement interface: attribute validity | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLKeygenElement interface: attribute validationMessage | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLKeygenElement interface: operation checkValidity() | FAIL | FAIL | FAIL | PASS | FAIL | PASS | FAIL |
| HTMLKeygenElement interface: operation setCustomValidity(DOMString) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLKeygenElement interface: attribute labels | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLKeygenElement must be primary interface of document.createElement("keygen") | PASS | FAIL | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("keygen") | PASS | FAIL | FAIL | PASS | PASS | PASS | PASS |
| HTMLKeygenElement interface: document.createElement("keygen") must inherit property "autofocus" with the proper type (0) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLKeygenElement interface: document.createElement("keygen") must inherit property "challenge" with the proper type (1) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLKeygenElement interface: document.createElement("keygen") must inherit property "disabled" with the proper type (2) | FAIL | FAIL | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLKeygenElement interface: document.createElement("keygen") must inherit property "form" with the proper type (3) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLKeygenElement interface: document.createElement("keygen") must inherit property "keytype" with the proper type (4) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLKeygenElement interface: document.createElement("keygen") must inherit property "name" with the proper type (5) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLKeygenElement interface: document.createElement("keygen") must inherit property "type" with the proper type (6) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLKeygenElement interface: document.createElement("keygen") must inherit property "willValidate" with the proper type (7) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLKeygenElement interface: document.createElement("keygen") must inherit property "validity" with the proper type (8) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLKeygenElement interface: document.createElement("keygen") must inherit property "validationMessage" with the proper type (9) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLKeygenElement interface: document.createElement("keygen") must inherit property "checkValidity" with the proper type (10) | PASS | FAIL | FAIL | PASS | PASS | PASS | PASS |
| HTMLKeygenElement interface: document.createElement("keygen") must inherit property "setCustomValidity" with the proper type (12) | PASS | FAIL | - | - | - | - | PASS |
| HTMLKeygenElement interface: calling setCustomValidity(DOMString) on document.createElement("keygen") with too few arguments must throw TypeError | PASS | FAIL | FAIL | FAIL | PASS | PASS | PASS |
| HTMLKeygenElement interface: document.createElement("keygen") must inherit property "labels" with the proper type (13) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLOutputElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOutputElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLOutputElement interface: existence and properties of interface prototype object | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOutputElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | FAIL | PASS | PASS | FAIL | PASS |
| HTMLOutputElement interface: attribute htmlFor | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOutputElement interface: attribute form | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOutputElement interface: attribute name | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOutputElement interface: attribute type | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOutputElement interface: attribute defaultValue | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOutputElement interface: attribute value | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOutputElement interface: attribute willValidate | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOutputElement interface: attribute validity | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOutputElement interface: attribute validationMessage | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOutputElement interface: operation checkValidity() | FAIL | PASS | FAIL | PASS | FAIL | PASS | FAIL |
| HTMLOutputElement interface: operation setCustomValidity(DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLOutputElement interface: attribute labels | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLOutputElement must be primary interface of document.createElement("output") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("output") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLOutputElement interface: document.createElement("output") must inherit property "htmlFor" with the proper type (0) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLOutputElement interface: document.createElement("output") must inherit property "form" with the proper type (1) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLOutputElement interface: document.createElement("output") must inherit property "name" with the proper type (2) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLOutputElement interface: document.createElement("output") must inherit property "type" with the proper type (3) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLOutputElement interface: document.createElement("output") must inherit property "defaultValue" with the proper type (4) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLOutputElement interface: document.createElement("output") must inherit property "value" with the proper type (5) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLOutputElement interface: document.createElement("output") must inherit property "willValidate" with the proper type (6) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLOutputElement interface: document.createElement("output") must inherit property "validity" with the proper type (7) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLOutputElement interface: document.createElement("output") must inherit property "validationMessage" with the proper type (8) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLOutputElement interface: document.createElement("output") must inherit property "checkValidity" with the proper type (9) | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLOutputElement interface: document.createElement("output") must inherit property "setCustomValidity" with the proper type (11) | PASS | PASS | - | - | - | - | PASS |
| HTMLOutputElement interface: calling setCustomValidity(DOMString) on document.createElement("output") with too few arguments must throw TypeError | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLOutputElement interface: document.createElement("output") must inherit property "labels" with the proper type (12) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLProgressElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLProgressElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLProgressElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLProgressElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLProgressElement interface: attribute value | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLProgressElement interface: attribute max | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLProgressElement interface: attribute position | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLProgressElement interface: attribute labels | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLProgressElement must be primary interface of document.createElement("progress") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("progress") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLProgressElement interface: document.createElement("progress") must inherit property "value" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLProgressElement interface: document.createElement("progress") must inherit property "max" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLProgressElement interface: document.createElement("progress") must inherit property "position" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLProgressElement interface: document.createElement("progress") must inherit property "labels" with the proper type (3) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMeterElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMeterElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLMeterElement interface: existence and properties of interface prototype object | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMeterElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | FAIL | PASS | PASS | FAIL | PASS |
| HTMLMeterElement interface: attribute value | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMeterElement interface: attribute min | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMeterElement interface: attribute max | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMeterElement interface: attribute low | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMeterElement interface: attribute high | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMeterElement interface: attribute optimum | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMeterElement interface: attribute labels | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLMeterElement must be primary interface of document.createElement("meter") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("meter") | PASS | PASS | FAIL | PASS | PASS | PASS | PASS |
| HTMLMeterElement interface: document.createElement("meter") must inherit property "value" with the proper type (0) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMeterElement interface: document.createElement("meter") must inherit property "min" with the proper type (1) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMeterElement interface: document.createElement("meter") must inherit property "max" with the proper type (2) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMeterElement interface: document.createElement("meter") must inherit property "low" with the proper type (3) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMeterElement interface: document.createElement("meter") must inherit property "high" with the proper type (4) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMeterElement interface: document.createElement("meter") must inherit property "optimum" with the proper type (5) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLMeterElement interface: document.createElement("meter") must inherit property "labels" with the proper type (6) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLFieldSetElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFieldSetElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLFieldSetElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLFieldSetElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLFieldSetElement interface: attribute disabled | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFieldSetElement interface: attribute form | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLFieldSetElement interface: attribute name | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFieldSetElement interface: attribute type | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFieldSetElement interface: attribute elements | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLFieldSetElement interface: attribute willValidate | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLFieldSetElement interface: attribute validity | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLFieldSetElement interface: attribute validationMessage | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLFieldSetElement interface: operation checkValidity() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| HTMLFieldSetElement interface: operation setCustomValidity(DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLLegendElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLLegendElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLLegendElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLLegendElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLLegendElement interface: attribute form | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLLegendElement interface: attribute align | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLLegendElement must be primary interface of document.createElement("legend") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("legend") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLLegendElement interface: document.createElement("legend") must inherit property "form" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLLegendElement interface: document.createElement("legend") must inherit property "align" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| AutocompleteErrorEvent interface: existence and properties of interface object | FAIL | FAIL | - | - | - | - | FAIL |
| AutocompleteErrorEvent interface object length | PASS | FAIL | - | - | - | - | FAIL |
| AutocompleteErrorEvent interface: existence and properties of interface prototype object | FAIL | FAIL | - | - | - | - | FAIL |
| AutocompleteErrorEvent interface: existence and properties of interface prototype object's "constructor" property | PASS | FAIL | - | - | - | - | FAIL |
| AutocompleteErrorEvent interface: attribute reason | FAIL | FAIL | - | - | - | - | FAIL |
| ValidityState interface: existence and properties of interface object | PASS | PASS | FAIL | FAIL | PASS | FAIL | FAIL |
| ValidityState interface object length | PASS | PASS | FAIL | FAIL | PASS | FAIL | FAIL |
| ValidityState interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| ValidityState interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| ValidityState interface: attribute valueMissing | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| ValidityState interface: attribute typeMismatch | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| ValidityState interface: attribute patternMismatch | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| ValidityState interface: attribute tooLong | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| ValidityState interface: attribute tooShort | FAIL | FAIL | - | - | - | - | FAIL |
| ValidityState interface: attribute rangeUnderflow | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| ValidityState interface: attribute rangeOverflow | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| ValidityState interface: attribute stepMismatch | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| ValidityState interface: attribute badInput | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| ValidityState interface: attribute customError | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| ValidityState interface: attribute valid | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| ValidityState must be primary interface of document.createElement("input").validity | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| Stringification of document.createElement("input").validity | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| ValidityState interface: document.createElement("input").validity must inherit property "valueMissing" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| ValidityState interface: document.createElement("input").validity must inherit property "typeMismatch" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| ValidityState interface: document.createElement("input").validity must inherit property "patternMismatch" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| ValidityState interface: document.createElement("input").validity must inherit property "tooLong" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| ValidityState interface: document.createElement("input").validity must inherit property "tooShort" with the proper type (4) | FAIL | FAIL | - | - | - | - | FAIL |
| ValidityState interface: document.createElement("input").validity must inherit property "rangeUnderflow" with the proper type (5) | FAIL | PASS | - | - | - | - | FAIL |
| ValidityState interface: document.createElement("input").validity must inherit property "rangeOverflow" with the proper type (6) | FAIL | PASS | - | - | - | - | FAIL |
| ValidityState interface: document.createElement("input").validity must inherit property "stepMismatch" with the proper type (7) | FAIL | PASS | - | - | - | - | FAIL |
| ValidityState interface: document.createElement("input").validity must inherit property "badInput" with the proper type (8) | FAIL | PASS | - | - | - | - | FAIL |
| ValidityState interface: document.createElement("input").validity must inherit property "customError" with the proper type (9) | FAIL | PASS | - | - | - | - | FAIL |
| ValidityState interface: document.createElement("input").validity must inherit property "valid" with the proper type (10) | FAIL | PASS | - | - | - | - | FAIL |
| Stringification of document.createElement("details") | PASS | FAIL | FAIL | FAIL | PASS | PASS | PASS |
| Stringification of document.createElement("menu") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| RelatedEvent interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| RelatedEvent interface object length | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| RelatedEvent interface: existence and properties of interface prototype object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| RelatedEvent interface: existence and properties of interface prototype object's "constructor" property | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| RelatedEvent interface: attribute relatedTarget | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLScriptElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLScriptElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLScriptElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLScriptElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLScriptElement interface: attribute src | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLScriptElement interface: attribute type | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLScriptElement interface: attribute charset | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLScriptElement interface: attribute async | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLScriptElement interface: attribute defer | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLScriptElement interface: attribute crossOrigin | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLScriptElement interface: attribute text | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| HTMLScriptElement interface: attribute event | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLScriptElement interface: attribute htmlFor | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLScriptElement must be primary interface of document.createElement("script") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("script") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLScriptElement interface: document.createElement("script") must inherit property "src" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLScriptElement interface: document.createElement("script") must inherit property "type" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLScriptElement interface: document.createElement("script") must inherit property "charset" with the proper type (2) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLScriptElement interface: document.createElement("script") must inherit property "async" with the proper type (3) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLScriptElement interface: document.createElement("script") must inherit property "defer" with the proper type (4) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLScriptElement interface: document.createElement("script") must inherit property "crossOrigin" with the proper type (5) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| HTMLScriptElement interface: document.createElement("script") must inherit property "text" with the proper type (6) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLScriptElement interface: document.createElement("script") must inherit property "event" with the proper type (7) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLScriptElement interface: document.createElement("script") must inherit property "htmlFor" with the proper type (8) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLTemplateElement interface: existence and properties of interface object | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLTemplateElement interface object length | PASS | PASS | - | - | - | - | FAIL |
| HTMLTemplateElement interface: existence and properties of interface prototype object | FAIL | PASS | - | - | - | - | FAIL |
| HTMLTemplateElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | - | - | - | - | FAIL |
| HTMLTemplateElement interface: attribute content | FAIL | PASS | - | - | - | - | FAIL |
| HTMLCanvasElement interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCanvasElement interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| HTMLCanvasElement interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HTMLCanvasElement interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| HTMLCanvasElement interface: attribute width | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCanvasElement interface: attribute height | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCanvasElement interface: operation getContext(DOMString,any) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCanvasElement interface: operation probablySupportsContext(DOMString,any) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLCanvasElement interface: operation toDataURL(DOMString,any) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCanvasElement interface: operation toBlob(FileCallback,DOMString,any) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCanvasElement must be primary interface of document.createElement("canvas") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("canvas") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLCanvasElement interface: document.createElement("canvas") must inherit property "width" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLCanvasElement interface: document.createElement("canvas") must inherit property "height" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| HTMLCanvasElement interface: document.createElement("canvas") must inherit property "getContext" with the proper type (2) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLCanvasElement interface: calling getContext(DOMString,any) on document.createElement("canvas") with too few arguments must throw TypeError | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HTMLCanvasElement interface: document.createElement("canvas") must inherit property "probablySupportsContext" with the proper type (3) | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLCanvasElement interface: calling probablySupportsContext(DOMString,any) on document.createElement("canvas") with too few arguments must throw TypeError | FAIL | FAIL | - | - | - | - | FAIL |
| HTMLCanvasElement interface: document.createElement("canvas") must inherit property "toDataURL" with the proper type (6) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLCanvasElement interface: calling toDataURL(DOMString,any) on document.createElement("canvas") with too few arguments must throw TypeError | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| HTMLCanvasElement interface: document.createElement("canvas") must inherit property "toBlob" with the proper type (7) | FAIL | PASS | - | - | - | - | FAIL |
| HTMLCanvasElement interface: calling toBlob(FileCallback,DOMString,any) on document.createElement("canvas") with too few arguments must throw TypeError | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Stringification of document.createElement("canvas").getContext("2d") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| CanvasGradient interface: existence and properties of interface object | PASS | PASS | FAIL | FAIL | PASS | FAIL | FAIL |
| CanvasGradient interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| CanvasGradient interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| CanvasGradient interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| CanvasGradient interface: operation addColorStop(double,DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| ImageData interface: existence and properties of interface object | PASS | PASS | FAIL | FAIL | PASS | FAIL | FAIL |
| ImageData interface object length | PASS | PASS | FAIL | FAIL | PASS | FAIL | FAIL |
| ImageData interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| ImageData interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| ImageData interface: attribute width | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| ImageData interface: attribute height | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| ImageData interface: attribute data | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| DataTransfer interface: existence and properties of interface object | PASS | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| DataTransfer interface object length | PASS | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| DataTransfer interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| DataTransfer interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | FAIL | FAIL | FAIL |
| DataTransfer interface: attribute dropEffect | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| DataTransfer interface: attribute effectAllowed | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| DataTransfer interface: attribute items | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| DataTransfer interface: operation setDragImage(Element,long,long) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| DataTransfer interface: attribute types | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| DataTransfer interface: operation getData(DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| DataTransfer interface: operation setData(DOMString,DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | PASS | FAIL |
| DataTransfer interface: operation clearData(DOMString) | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| DataTransfer interface: attribute files | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| DataTransferItemList interface: existence and properties of interface object | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| DataTransferItemList interface object length | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| DataTransferItemList interface: existence and properties of interface prototype object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| DataTransferItemList interface: existence and properties of interface prototype object's "constructor" property | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| DataTransferItemList interface: attribute length | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| DataTransferItemList interface: operation add(DOMString,DOMString) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| DataTransferItemList interface: operation add(File) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| DataTransferItemList interface: operation remove(unsigned long) | FAIL | FAIL | - | - | - | - | FAIL |
| DataTransferItemList interface: operation clear() | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| DataTransferItem interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| DataTransferItem interface object length | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| DataTransferItem interface: existence and properties of interface prototype object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| DataTransferItem interface: existence and properties of interface prototype object's "constructor" property | FAIL | FAIL | FAIL | PASS | FAIL | FAIL | FAIL |
| DataTransferItem interface: attribute kind | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| DataTransferItem interface: attribute type | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| DataTransferItem interface: operation getAsString(FunctionStringCallback) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| DataTransferItem interface: operation getAsFile() | FAIL | FAIL | FAIL | PASS | FAIL | FAIL | FAIL |
| DragEvent interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| DragEvent interface object length | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| DragEvent interface: existence and properties of interface prototype object | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| DragEvent interface: existence and properties of interface prototype object's "constructor" property | FAIL | PASS | PASS | PASS | FAIL | FAIL | FAIL |
| DragEvent interface: attribute dataTransfer | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| Window interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | PASS |
| Window interface: existence and properties of interface prototype object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | FAIL | PASS | FAIL | PASS |
| Window interface: attribute self | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute name | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute history | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute locationbar | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute menubar | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute personalbar | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute scrollbars | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute statusbar | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute toolbar | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute status | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: operation close() | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| Window interface: attribute closed | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: operation stop() | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| Window interface: operation focus() | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| Window interface: operation blur() | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| Window interface: attribute frames | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute length | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute opener | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute parent | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute frameElement | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Window interface: operation open(DOMString,DOMString,DOMString,boolean) | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute navigator | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute external | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute applicationCache | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Window interface: operation alert() | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: operation confirm(DOMString) | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: operation prompt(DOMString,DOMString) | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: operation print() | FAIL | FAIL | PASS | FAIL | FAIL | PASS | FAIL |
| Window interface: operation showModalDialog(DOMString,any) | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: operation postMessage(any,DOMString,[object Object]) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| Window interface: operation captureEvents() | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: operation releaseEvents() | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: attribute onabort | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onautocomplete | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: attribute onautocompleteerror | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: attribute onblur | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute oncancel | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute oncanplay | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute oncanplaythrough | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onchange | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onclick | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onclose | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute oncontextmenu | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute oncuechange | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute ondblclick | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute ondrag | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute ondragend | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute ondragenter | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute ondragexit | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute ondragleave | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute ondragover | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute ondragstart | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute ondrop | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute ondurationchange | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onemptied | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onended | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onerror | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onfocus | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute oninput | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute oninvalid | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onkeydown | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onkeypress | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onkeyup | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onload | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onloadeddata | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onloadedmetadata | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onloadstart | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onmousedown | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onmouseenter | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onmouseleave | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onmousemove | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onmouseout | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onmouseover | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onmouseup | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onmousewheel | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onpause | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onplay | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onplaying | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onprogress | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onratechange | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onreset | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onresize | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onscroll | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onseeked | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onseeking | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onselect | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onshow | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onsort | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onstalled | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onsubmit | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onsuspend | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute ontimeupdate | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute ontoggle | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: attribute onvolumechange | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onwaiting | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onafterprint | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onbeforeprint | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onbeforeunload | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onhashchange | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onlanguagechange | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: attribute onmessage | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onoffline | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute ononline | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onpagehide | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onpageshow | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onpopstate | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onstorage | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: attribute onunload | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: operation btoa(DOMString) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| Window interface: operation atob(DOMString) | FAIL | FAIL | FAIL | FAIL | FAIL | PASS | FAIL |
| Window interface: operation setTimeout(Function,long,any) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: operation setTimeout(DOMString,long,any) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: operation clearTimeout(long) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: operation setInterval(Function,long,any) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: operation setInterval(DOMString,long,any) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: operation clearInterval(long) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window must be primary interface of window | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| Stringification of window | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| Window interface: window must have own property "window" | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: window must inherit property "self" with the proper type (1) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: window must have own property "document" | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: window must inherit property "name" with the proper type (3) | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Window interface: window must have own property "location" | FAIL | PASS | FAIL | PASS | FAIL | FAIL | FAIL |
| Window interface: window must inherit property "history" with the proper type (5) | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Window interface: window must inherit property "locationbar" with the proper type (6) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: window must inherit property "menubar" with the proper type (7) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: window must inherit property "personalbar" with the proper type (8) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: window must inherit property "scrollbars" with the proper type (9) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: window must inherit property "statusbar" with the proper type (10) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: window must inherit property "toolbar" with the proper type (11) | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: window must inherit property "status" with the proper type (12) | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Window interface: window must inherit property "close" with the proper type (13) | PASS | FAIL | PASS | PASS | PASS | FAIL | PASS |
| Window interface: window must inherit property "closed" with the proper type (14) | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "stop" with the proper type (15) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "focus" with the proper type (16) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "blur" with the proper type (17) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "frames" with the proper type (18) | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "length" with the proper type (19) | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: window must have own property "top" | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Window interface: window must inherit property "opener" with the proper type (21) | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "parent" with the proper type (22) | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "frameElement" with the proper type (23) | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "open" with the proper type (24) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: calling open(DOMString,DOMString,DOMString,boolean) on window with too few arguments must throw TypeError | PASS | FAIL | PASS | PASS | PASS | FAIL | PASS |
| Window interface: window must inherit property "navigator" with the proper type (27) | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "external" with the proper type (28) | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "applicationCache" with the proper type (29) | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "alert" with the proper type (30) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "confirm" with the proper type (31) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: calling confirm(DOMString) on window with too few arguments must throw TypeError | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "prompt" with the proper type (32) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: calling prompt(DOMString,DOMString) on window with too few arguments must throw TypeError | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "print" with the proper type (33) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "showModalDialog" with the proper type (34) | FAIL | FAIL | - | - | - | - | PASS |
| Window interface: calling showModalDialog(DOMString,any) on window with too few arguments must throw TypeError | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "postMessage" with the proper type (35) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: calling postMessage(any,DOMString,[object Object]) on window with too few arguments must throw TypeError | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Window interface: window must inherit property "captureEvents" with the proper type (36) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "releaseEvents" with the proper type (37) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onabort" with the proper type (38) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onautocomplete" with the proper type (39) | PASS | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "onautocompleteerror" with the proper type (40) | PASS | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "onblur" with the proper type (41) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "oncancel" with the proper type (42) | PASS | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "oncanplay" with the proper type (43) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "oncanplaythrough" with the proper type (44) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onchange" with the proper type (45) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onclick" with the proper type (46) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onclose" with the proper type (47) | PASS | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "oncontextmenu" with the proper type (48) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "oncuechange" with the proper type (49) | PASS | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "ondblclick" with the proper type (50) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "ondrag" with the proper type (51) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "ondragend" with the proper type (52) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "ondragenter" with the proper type (53) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "ondragexit" with the proper type (54) | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "ondragleave" with the proper type (55) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "ondragover" with the proper type (56) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "ondragstart" with the proper type (57) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "ondrop" with the proper type (58) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "ondurationchange" with the proper type (59) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onemptied" with the proper type (60) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onended" with the proper type (61) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onerror" with the proper type (62) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onfocus" with the proper type (63) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "oninput" with the proper type (64) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "oninvalid" with the proper type (65) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onkeydown" with the proper type (66) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onkeypress" with the proper type (67) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onkeyup" with the proper type (68) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onload" with the proper type (69) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onloadeddata" with the proper type (70) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onloadedmetadata" with the proper type (71) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onloadstart" with the proper type (72) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onmousedown" with the proper type (73) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onmouseenter" with the proper type (74) | PASS | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "onmouseleave" with the proper type (75) | PASS | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "onmousemove" with the proper type (76) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onmouseout" with the proper type (77) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onmouseover" with the proper type (78) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onmouseup" with the proper type (79) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onmousewheel" with the proper type (80) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onpause" with the proper type (81) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onplay" with the proper type (82) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onplaying" with the proper type (83) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onprogress" with the proper type (84) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onratechange" with the proper type (85) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onreset" with the proper type (86) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onresize" with the proper type (87) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onscroll" with the proper type (88) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onseeked" with the proper type (89) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onseeking" with the proper type (90) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onselect" with the proper type (91) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onshow" with the proper type (92) | PASS | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "onsort" with the proper type (93) | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "onstalled" with the proper type (94) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onsubmit" with the proper type (95) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onsuspend" with the proper type (96) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "ontimeupdate" with the proper type (97) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "ontoggle" with the proper type (98) | PASS | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "onvolumechange" with the proper type (99) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onwaiting" with the proper type (100) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onafterprint" with the proper type (101) | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "onbeforeprint" with the proper type (102) | FAIL | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "onbeforeunload" with the proper type (103) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onhashchange" with the proper type (104) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onlanguagechange" with the proper type (105) | PASS | FAIL | - | - | - | - | FAIL |
| Window interface: window must inherit property "onmessage" with the proper type (106) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onoffline" with the proper type (107) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "ononline" with the proper type (108) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onpagehide" with the proper type (109) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onpageshow" with the proper type (110) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onpopstate" with the proper type (111) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onstorage" with the proper type (112) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "onunload" with the proper type (113) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: window must inherit property "btoa" with the proper type (114) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: calling btoa(DOMString) on window with too few arguments must throw TypeError | PASS | FAIL | PASS | FAIL | PASS | FAIL | FAIL |
| Window interface: window must inherit property "atob" with the proper type (115) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: calling atob(DOMString) on window with too few arguments must throw TypeError | PASS | FAIL | PASS | FAIL | PASS | FAIL | FAIL |
| Window interface: window must inherit property "setTimeout" with the proper type (116) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: calling setTimeout(Function,long,any) on window with too few arguments must throw TypeError | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Window interface: window must inherit property "setTimeout" with the proper type (117) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: calling setTimeout(DOMString,long,any) on window with too few arguments must throw TypeError | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Window interface: window must inherit property "clearTimeout" with the proper type (118) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: calling clearTimeout(long) on window with too few arguments must throw TypeError | PASS | FAIL | PASS | FAIL | FAIL | FAIL | PASS |
| Window interface: window must inherit property "setInterval" with the proper type (119) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: calling setInterval(Function,long,any) on window with too few arguments must throw TypeError | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Window interface: window must inherit property "setInterval" with the proper type (120) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: calling setInterval(DOMString,long,any) on window with too few arguments must throw TypeError | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| Window interface: window must inherit property "clearInterval" with the proper type (121) | PASS | FAIL | - | - | - | - | PASS |
| Window interface: calling clearInterval(long) on window with too few arguments must throw TypeError | PASS | FAIL | PASS | FAIL | FAIL | FAIL | PASS |
| EventTarget interface: window must inherit property "addEventListener" with the proper type (0) | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on window with too few arguments must throw TypeError | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| EventTarget interface: window must inherit property "removeEventListener" with the proper type (1) | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on window with too few arguments must throw TypeError | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| EventTarget interface: window must inherit property "dispatchEvent" with the proper type (2) | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| EventTarget interface: calling dispatchEvent(Event) on window with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | FAIL | PASS |
| BarProp interface: existence and properties of interface object | PASS | PASS | FAIL | FAIL | PASS | FAIL | FAIL |
| BarProp interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| BarProp interface: existence and properties of interface prototype object | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| BarProp interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | FAIL | FAIL | PASS | FAIL | FAIL |
| BarProp interface: attribute visible | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| History interface: existence and properties of interface object | PASS | PASS | FAIL | FAIL | PASS | FAIL | FAIL |
| History interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| History interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| History interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | FAIL |
| History interface: attribute length | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| History interface: attribute state | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| History interface: operation go(long) | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| History interface: operation back() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| History interface: operation forward() | FAIL | PASS | PASS | PASS | FAIL | PASS | FAIL |
| History interface: operation pushState(any,DOMString,DOMString) | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| History interface: operation replaceState(any,DOMString,DOMString) | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| History must be primary interface of window.history | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| Stringification of window.history | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| History interface: window.history must inherit property "length" with the proper type (0) | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| History interface: window.history must inherit property "state" with the proper type (1) | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| History interface: window.history must inherit property "go" with the proper type (2) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| History interface: calling go(long) on window.history with too few arguments must throw TypeError | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| History interface: window.history must inherit property "back" with the proper type (3) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| History interface: window.history must inherit property "forward" with the proper type (4) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| History interface: window.history must inherit property "pushState" with the proper type (5) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| History interface: calling pushState(any,DOMString,DOMString) on window.history with too few arguments must throw TypeError | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| History interface: window.history must inherit property "replaceState" with the proper type (6) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| History interface: calling replaceState(any,DOMString,DOMString) on window.history with too few arguments must throw TypeError | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| Location interface: existence and properties of interface object | PASS | PASS | FAIL | FAIL | PASS | FAIL | FAIL |
| Location interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| Location interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| Location interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | FAIL |
| Location interface: operation assign(DOMString) | FAIL | FAIL | - | - | - | - | FAIL |
| Location interface: operation reload() | FAIL | FAIL | FAIL | PASS | FAIL | FAIL | FAIL |
| Location must be primary interface of window.location | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| Stringification of window.location | FAIL | FAIL | FAIL | PASS | PASS | PASS | FAIL |
| Location interface: window.location must inherit property "assign" with the proper type (0) | FAIL | FAIL | - | - | - | - | FAIL |
| Location interface: calling assign(DOMString) on window.location with too few arguments must throw TypeError | FAIL | FAIL | - | - | - | - | FAIL |
| Location interface: window.location must inherit property "replace" with the proper type (1) | FAIL | FAIL | - | - | - | - | FAIL |
| Location interface: window.location must inherit property "reload" with the proper type (2) | FAIL | FAIL | - | - | - | - | FAIL |
| PopStateEvent interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| PopStateEvent interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| PopStateEvent interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| PopStateEvent interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| PopStateEvent interface: attribute state | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| HashChangeEvent interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| HashChangeEvent interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| HashChangeEvent interface: existence and properties of interface prototype object | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HashChangeEvent interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | FAIL | PASS | PASS | FAIL | PASS |
| HashChangeEvent interface: attribute oldURL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| HashChangeEvent interface: attribute newURL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| PageTransitionEvent interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| PageTransitionEvent interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| PageTransitionEvent interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| PageTransitionEvent interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | FAIL | PASS | FAIL | PASS |
| PageTransitionEvent interface: attribute persisted | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| BeforeUnloadEvent interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| BeforeUnloadEvent interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| BeforeUnloadEvent interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| BeforeUnloadEvent interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | FAIL | PASS | FAIL | FAIL |
| BeforeUnloadEvent interface: attribute returnValue | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| ApplicationCache interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| ApplicationCache interface object length | PASS | FAIL | FAIL | FAIL | PASS | FAIL | FAIL |
| ApplicationCache interface: existence and properties of interface prototype object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| ApplicationCache interface: existence and properties of interface prototype object's "constructor" property | PASS | FAIL | PASS | PASS | PASS | FAIL | FAIL |
| ApplicationCache interface: constant UNCACHED on interface object | PASS | FAIL | PASS | PASS | PASS | FAIL | FAIL |
| ApplicationCache interface: constant UNCACHED on interface prototype object | PASS | FAIL | PASS | PASS | PASS | FAIL | FAIL |
| ApplicationCache interface: constant IDLE on interface object | PASS | FAIL | PASS | PASS | PASS | FAIL | FAIL |
| ApplicationCache interface: constant IDLE on interface prototype object | PASS | FAIL | PASS | PASS | PASS | FAIL | FAIL |
| ApplicationCache interface: constant CHECKING on interface object | PASS | FAIL | PASS | PASS | PASS | FAIL | FAIL |
| ApplicationCache interface: constant CHECKING on interface prototype object | PASS | FAIL | PASS | PASS | PASS | FAIL | FAIL |
| ApplicationCache interface: constant DOWNLOADING on interface object | PASS | FAIL | PASS | PASS | PASS | FAIL | FAIL |
| ApplicationCache interface: constant DOWNLOADING on interface prototype object | PASS | FAIL | PASS | PASS | PASS | FAIL | FAIL |
| ApplicationCache interface: constant UPDATEREADY on interface object | PASS | FAIL | PASS | PASS | PASS | FAIL | FAIL |
| ApplicationCache interface: constant UPDATEREADY on interface prototype object | PASS | FAIL | PASS | PASS | PASS | FAIL | FAIL |
| ApplicationCache interface: constant OBSOLETE on interface object | PASS | FAIL | PASS | PASS | PASS | FAIL | FAIL |
| ApplicationCache interface: constant OBSOLETE on interface prototype object | PASS | FAIL | PASS | PASS | PASS | FAIL | FAIL |
| ApplicationCache interface: attribute status | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| ApplicationCache interface: operation update() | FAIL | FAIL | PASS | PASS | FAIL | FAIL | FAIL |
| ApplicationCache interface: operation abort() | FAIL | FAIL | PASS | FAIL | FAIL | FAIL | FAIL |
| ApplicationCache interface: operation swapCache() | FAIL | FAIL | PASS | PASS | FAIL | FAIL | FAIL |
| ApplicationCache interface: attribute onchecking | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| ApplicationCache interface: attribute onerror | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| ApplicationCache interface: attribute onnoupdate | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| ApplicationCache interface: attribute ondownloading | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| ApplicationCache interface: attribute onprogress | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| ApplicationCache interface: attribute onupdateready | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| ApplicationCache interface: attribute oncached | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| ApplicationCache interface: attribute onobsolete | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| ApplicationCache must be primary interface of window.applicationCache | PASS | FAIL | PASS | PASS | PASS | FAIL | FAIL |
| Stringification of window.applicationCache | PASS | FAIL | PASS | PASS | PASS | FAIL | FAIL |
| ApplicationCache interface: window.applicationCache must inherit property "UNCACHED" with the proper type (0) | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| ApplicationCache interface: window.applicationCache must inherit property "IDLE" with the proper type (1) | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| ApplicationCache interface: window.applicationCache must inherit property "CHECKING" with the proper type (2) | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| ApplicationCache interface: window.applicationCache must inherit property "DOWNLOADING" with the proper type (3) | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| ApplicationCache interface: window.applicationCache must inherit property "UPDATEREADY" with the proper type (4) | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| ApplicationCache interface: window.applicationCache must inherit property "OBSOLETE" with the proper type (5) | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| ApplicationCache interface: window.applicationCache must inherit property "status" with the proper type (6) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| ApplicationCache interface: window.applicationCache must inherit property "update" with the proper type (7) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| ApplicationCache interface: window.applicationCache must inherit property "abort" with the proper type (8) | PASS | FAIL | PASS | FAIL | PASS | PASS | FAIL |
| ApplicationCache interface: window.applicationCache must inherit property "swapCache" with the proper type (9) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| ApplicationCache interface: window.applicationCache must inherit property "onchecking" with the proper type (10) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| ApplicationCache interface: window.applicationCache must inherit property "onerror" with the proper type (11) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| ApplicationCache interface: window.applicationCache must inherit property "onnoupdate" with the proper type (12) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| ApplicationCache interface: window.applicationCache must inherit property "ondownloading" with the proper type (13) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| ApplicationCache interface: window.applicationCache must inherit property "onprogress" with the proper type (14) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| ApplicationCache interface: window.applicationCache must inherit property "onupdateready" with the proper type (15) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| ApplicationCache interface: window.applicationCache must inherit property "oncached" with the proper type (16) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| ApplicationCache interface: window.applicationCache must inherit property "onobsolete" with the proper type (17) | FAIL | PASS | PASS | FAIL | FAIL | PASS | FAIL |
| EventTarget interface: window.applicationCache must inherit property "addEventListener" with the proper type (0) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on window.applicationCache with too few arguments must throw TypeError | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| EventTarget interface: window.applicationCache must inherit property "removeEventListener" with the proper type (1) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on window.applicationCache with too few arguments must throw TypeError | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| EventTarget interface: window.applicationCache must inherit property "dispatchEvent" with the proper type (2) | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| EventTarget interface: calling dispatchEvent(Event) on window.applicationCache with too few arguments must throw TypeError | PASS | PASS | PASS | FAIL | PASS | PASS | PASS |
| ErrorEvent interface: existence and properties of interface object | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL | FAIL |
| ErrorEvent interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| ErrorEvent interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| ErrorEvent interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | PASS |
| ErrorEvent interface: attribute message | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| ErrorEvent interface: attribute filename | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| ErrorEvent interface: attribute lineno | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| ErrorEvent interface: attribute colno | FAIL | PASS | - | - | - | - | FAIL |
| ErrorEvent interface: attribute error | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: existence and properties of interface object | PASS | PASS | FAIL | FAIL | PASS | FAIL | FAIL |
| Navigator interface object length | PASS | PASS | FAIL | FAIL | PASS | PASS | FAIL |
| Navigator interface: existence and properties of interface prototype object | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| Navigator interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | PASS | PASS | PASS | FAIL | FAIL |
| Navigator interface: attribute appCodeName | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: attribute appName | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| Navigator interface: attribute appVersion | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| Navigator interface: attribute platform | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| Navigator interface: attribute product | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: operation taintEnabled() | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: attribute userAgent | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Navigator interface: attribute language | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| Navigator interface: attribute languages | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: attribute onLine | FAIL | PASS | PASS | FAIL | FAIL | FAIL | FAIL |
| Navigator interface: operation registerProtocolHandler(DOMString,DOMString,DOMString) | PASS | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Navigator interface: operation registerContentHandler(DOMString,DOMString,DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Navigator interface: attribute cookieEnabled | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: attribute plugins | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: attribute mimeTypes | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: attribute javaEnabled | FAIL | FAIL | - | - | - | - | FAIL |
| Navigator must be primary interface of window.navigator | PASS | PASS | PASS | PASS | PASS | PASS | FAIL |
| Stringification of window.navigator | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Navigator interface: window.navigator must inherit property "appCodeName" with the proper type (0) | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: window.navigator must inherit property "appName" with the proper type (1) | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: window.navigator must inherit property "appVersion" with the proper type (2) | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: window.navigator must inherit property "platform" with the proper type (3) | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: window.navigator must inherit property "product" with the proper type (4) | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: window.navigator must inherit property "taintEnabled" with the proper type (5) | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: window.navigator must inherit property "userAgent" with the proper type (6) | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: window.navigator must inherit property "language" with the proper type (7) | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: window.navigator must inherit property "languages" with the proper type (8) | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: window.navigator must inherit property "onLine" with the proper type (9) | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: window.navigator must inherit property "registerProtocolHandler" with the proper type (10) | PASS | PASS | - | - | - | - | PASS |
| Navigator interface: calling registerProtocolHandler(DOMString,DOMString,DOMString) on window.navigator with too few arguments must throw TypeError | PASS | PASS | FAIL | FAIL | PASS | FAIL | PASS |
| Navigator interface: window.navigator must inherit property "registerContentHandler" with the proper type (11) | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: calling registerContentHandler(DOMString,DOMString,DOMString) on window.navigator with too few arguments must throw TypeError | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| Navigator interface: window.navigator must inherit property "cookieEnabled" with the proper type (16) | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: window.navigator must inherit property "plugins" with the proper type (18) | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: window.navigator must inherit property "mimeTypes" with the proper type (19) | FAIL | PASS | - | - | - | - | FAIL |
| Navigator interface: window.navigator must inherit property "javaEnabled" with the proper type (20) | FAIL | FAIL | - | - | - | - | FAIL |
| PluginArray interface: existence and properties of interface object | PASS | PASS | - | - | - | - | FAIL |
| PluginArray interface object length | PASS | PASS | - | - | - | - | PASS |
| PluginArray interface: existence and properties of interface prototype object | FAIL | PASS | - | - | - | - | FAIL |
| PluginArray interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | - | - | - | - | PASS |
| PluginArray interface: operation refresh(boolean) | FAIL | PASS | - | - | - | - | FAIL |
| PluginArray interface: attribute length | FAIL | PASS | - | - | - | - | FAIL |
| PluginArray interface: operation item(unsigned long) | FAIL | PASS | - | - | - | - | FAIL |
| PluginArray interface: operation namedItem(DOMString) | FAIL | PASS | - | - | - | - | FAIL |
| MimeTypeArray interface: existence and properties of interface object | PASS | PASS | - | - | - | - | FAIL |
| MimeTypeArray interface object length | PASS | PASS | - | - | - | - | PASS |
| MimeTypeArray interface: existence and properties of interface prototype object | FAIL | PASS | - | - | - | - | FAIL |
| MimeTypeArray interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | - | - | - | - | PASS |
| MimeTypeArray interface: attribute length | FAIL | PASS | - | - | - | - | FAIL |
| MimeTypeArray interface: operation item(unsigned long) | FAIL | PASS | - | - | - | - | FAIL |
| MimeTypeArray interface: operation namedItem(DOMString) | FAIL | PASS | - | - | - | - | FAIL |
| Plugin interface: existence and properties of interface object | PASS | PASS | - | - | - | - | FAIL |
| Plugin interface object length | PASS | PASS | - | - | - | - | PASS |
| Plugin interface: existence and properties of interface prototype object | FAIL | PASS | - | - | - | - | FAIL |
| Plugin interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | - | - | - | - | PASS |
| Plugin interface: attribute name | FAIL | PASS | - | - | - | - | FAIL |
| Plugin interface: attribute description | FAIL | PASS | - | - | - | - | FAIL |
| Plugin interface: attribute filename | FAIL | PASS | - | - | - | - | FAIL |
| Plugin interface: attribute length | FAIL | PASS | - | - | - | - | FAIL |
| Plugin interface: operation item(unsigned long) | FAIL | PASS | - | - | - | - | FAIL |
| Plugin interface: operation namedItem(DOMString) | FAIL | PASS | - | - | - | - | FAIL |
| MimeType interface: existence and properties of interface object | PASS | PASS | - | - | - | - | FAIL |
| MimeType interface object length | PASS | PASS | - | - | - | - | PASS |
| MimeType interface: existence and properties of interface prototype object | FAIL | PASS | - | - | - | - | FAIL |
| MimeType interface: existence and properties of interface prototype object's "constructor" property | PASS | PASS | - | - | - | - | PASS |
| MimeType interface: attribute type | FAIL | PASS | - | - | - | - | FAIL |
| MimeType interface: attribute description | FAIL | PASS | - | - | - | - | FAIL |
| MimeType interface: attribute suffixes | FAIL | PASS | - | - | - | - | FAIL |
| MimeType interface: attribute enabledPlugin | FAIL | PASS | - | - | - | - | FAIL |
| External interface: existence and properties of interface object | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| External interface object length | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| External interface: existence and properties of interface prototype object | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| External interface: existence and properties of interface prototype object's "constructor" property | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| External interface: operation AddSearchProvider(DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| External interface: operation IsSearchProviderInstalled(DOMString) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| External must be primary interface of window.external | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| Stringification of window.external | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| External interface: window.external must inherit property "AddSearchProvider" with the proper type (0) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| External interface: calling AddSearchProvider(DOMString) on window.external with too few arguments must throw TypeError | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| External interface: window.external must inherit property "IsSearchProviderInstalled" with the proper type (1) | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| External interface: calling IsSearchProviderInstalled(DOMString) on window.external with too few arguments must throw TypeError | FAIL | PASS | FAIL | FAIL | FAIL | FAIL | FAIL |
| BroadcastChannel interface: existence and properties of interface object | FAIL | FAIL | - | - | - | - | FAIL |
| BroadcastChannel interface object length | FAIL | FAIL | - | - | - | - | FAIL |
| BroadcastChannel interface: existence and properties of interface prototype object | FAIL | FAIL | - | - | - | - | FAIL |
| BroadcastChannel interface: existence and properties of interface prototype object's "constructor" property | FAIL | FAIL | - | - | - | - | FAIL |
| BroadcastChannel interface: attribute name | FAIL | FAIL | - | - | - | - | FAIL |
| BroadcastChannel interface: operation postMessage(any) | FAIL | FAIL | - | - | - | - | FAIL |
| BroadcastChannel interface: operation close() | FAIL | FAIL | - | - | - | - | FAIL |
| BroadcastChannel interface: attribute onmessage | FAIL | FAIL | - | - | - | - | FAIL |
| Stringification of document.createElement("frame") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("dir") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Stringification of document.createElement("font") | PASS | PASS | PASS | PASS | PASS | PASS | PASS |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "compatMode" with the proper type (3) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "characterSet" with the proper type (4) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "contentType" with the proper type (5) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "doctype" with the proper type (6) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "documentElement" with the proper type (7) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "getElementsByTagName" with the proper type (8) | - | - | PASS | PASS | PASS | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "getElementsByTagNameNS" with the proper type (9) | - | - | PASS | PASS | PASS | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "getElementsByClassName" with the proper type (10) | - | - | PASS | PASS | PASS | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "getElementById" with the proper type (11) | - | - | PASS | PASS | PASS | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "createEvent" with the proper type (20) | - | - | PASS | PASS | PASS | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "createRange" with the proper type (21) | - | - | PASS | PASS | PASS | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "createNodeIterator" with the proper type (22) | - | - | PASS | PASS | PASS | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "createTreeWalker" with the proper type (23) | - | - | PASS | PASS | PASS | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "styleSheets" with the proper type (24) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "selectedStyleSheetSet" with the proper type (25) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "lastStyleSheetSet" with the proper type (26) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "preferredStyleSheetSet" with the proper type (27) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "styleSheetSets" with the proper type (28) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "enableStyleSheetsForSet" with the proper type (29) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "domain" with the proper type (31) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "referrer" with the proper type (32) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "cookie" with the proper type (33) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "lastModified" with the proper type (34) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "readyState" with the proper type (35) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "title" with the proper type (37) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "dir" with the proper type (38) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "body" with the proper type (39) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "head" with the proper type (40) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "images" with the proper type (41) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "embeds" with the proper type (42) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "plugins" with the proper type (43) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "links" with the proper type (44) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "forms" with the proper type (45) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "scripts" with the proper type (46) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "getElementsByName" with the proper type (47) | - | - | PASS | FAIL | PASS | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "getItems" with the proper type (48) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "currentScript" with the proper type (50) | - | - | FAIL | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "open" with the proper type (51) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "open" with the proper type (52) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "close" with the proper type (53) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "write" with the proper type (54) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "writeln" with the proper type (55) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "defaultView" with the proper type (56) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "activeElement" with the proper type (57) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "hasFocus" with the proper type (58) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "designMode" with the proper type (59) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "execCommand" with the proper type (60) | - | - | PASS | PASS | PASS | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandEnabled" with the proper type (61) | - | - | PASS | PASS | PASS | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandIndeterm" with the proper type (62) | - | - | PASS | FAIL | PASS | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandState" with the proper type (63) | - | - | PASS | PASS | PASS | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandSupported" with the proper type (64) | - | - | PASS | PASS | PASS | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "queryCommandValue" with the proper type (65) | - | - | PASS | PASS | PASS | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onreadystatechange" with the proper type (67) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "fgColor" with the proper type (68) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "linkColor" with the proper type (69) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "vlinkColor" with the proper type (70) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "alinkColor" with the proper type (71) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "bgColor" with the proper type (72) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "anchors" with the proper type (73) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "clear" with the proper type (75) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "all" with the proper type (76) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "children" with the proper type (77) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "firstElementChild" with the proper type (78) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "lastElementChild" with the proper type (79) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "childElementCount" with the proper type (80) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "prepend" with the proper type (81) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "append" with the proper type (82) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onabort" with the proper type (83) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onblur" with the proper type (84) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onerror" with the proper type (85) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onfocus" with the proper type (86) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "oncancel" with the proper type (87) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "oncanplay" with the proper type (88) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "oncanplaythrough" with the proper type (89) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onchange" with the proper type (90) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onclick" with the proper type (91) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onclose" with the proper type (92) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "oncontextmenu" with the proper type (93) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "oncuechange" with the proper type (94) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ondblclick" with the proper type (95) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ondrag" with the proper type (96) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ondragend" with the proper type (97) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ondragenter" with the proper type (98) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ondragexit" with the proper type (99) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ondragleave" with the proper type (100) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ondragover" with the proper type (101) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ondragstart" with the proper type (102) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ondrop" with the proper type (103) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ondurationchange" with the proper type (104) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onemptied" with the proper type (105) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onended" with the proper type (106) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "oninput" with the proper type (107) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "oninvalid" with the proper type (108) | - | - | FAIL | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onkeydown" with the proper type (109) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onkeypress" with the proper type (110) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onkeyup" with the proper type (111) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onload" with the proper type (112) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onloadeddata" with the proper type (113) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onloadedmetadata" with the proper type (114) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onloadstart" with the proper type (115) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onmousedown" with the proper type (116) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onmouseenter" with the proper type (117) | - | - | FAIL | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onmouseleave" with the proper type (118) | - | - | FAIL | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onmousemove" with the proper type (119) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onmouseout" with the proper type (120) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onmouseover" with the proper type (121) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onmouseup" with the proper type (122) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onmousewheel" with the proper type (123) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onpause" with the proper type (124) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onplay" with the proper type (125) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onplaying" with the proper type (126) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onprogress" with the proper type (127) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onratechange" with the proper type (128) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onreset" with the proper type (129) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onscroll" with the proper type (130) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onseeked" with the proper type (131) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onseeking" with the proper type (132) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onselect" with the proper type (133) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onshow" with the proper type (134) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onsort" with the proper type (135) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onstalled" with the proper type (136) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onsubmit" with the proper type (137) | - | - | PASS | FAIL | FAIL | PASS | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onsuspend" with the proper type (138) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "ontimeupdate" with the proper type (139) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onvolumechange" with the proper type (140) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Document interface: document.implementation.createDocument(null, "", null) must inherit property "onwaiting" with the proper type (141) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLAllCollection interface: operation tags(DOMString) | - | - | FAIL | FAIL | FAIL | PASS | - |
| HTMLAllCollection interface: document.all must inherit property "namedItem" with the proper type (1) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLAllCollection interface: document.all must inherit property "tags" with the proper type (2) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLAllCollection interface: calling tags(DOMString) on document.all with too few arguments must throw TypeError | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLOptionsCollection interface: operation namedItem(DOMString) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLOptionsCollection interface: document.createElement("select").options must inherit property "namedItem" with the proper type (1) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLOptionsCollection interface: calling namedItem(DOMString) on document.createElement("select").options with too few arguments must throw TypeError | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLElement interface: attribute style | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "style" with the proper type (32) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onabort" with the proper type (33) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onblur" with the proper type (34) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onerror" with the proper type (35) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onfocus" with the proper type (36) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "oncancel" with the proper type (37) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "oncanplay" with the proper type (38) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "oncanplaythrough" with the proper type (39) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onchange" with the proper type (40) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onclick" with the proper type (41) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onclose" with the proper type (42) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "oncontextmenu" with the proper type (43) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "oncuechange" with the proper type (44) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "ondblclick" with the proper type (45) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "ondrag" with the proper type (46) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "ondragend" with the proper type (47) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "ondragenter" with the proper type (48) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "ondragexit" with the proper type (49) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "ondragleave" with the proper type (50) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "ondragover" with the proper type (51) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "ondragstart" with the proper type (52) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "ondrop" with the proper type (53) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "ondurationchange" with the proper type (54) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onemptied" with the proper type (55) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onended" with the proper type (56) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "oninput" with the proper type (57) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "oninvalid" with the proper type (58) | - | - | FAIL | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onkeydown" with the proper type (59) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onkeypress" with the proper type (60) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onkeyup" with the proper type (61) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onload" with the proper type (62) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onloadeddata" with the proper type (63) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onloadedmetadata" with the proper type (64) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onloadstart" with the proper type (65) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onmousedown" with the proper type (66) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onmouseenter" with the proper type (67) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onmouseleave" with the proper type (68) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onmousemove" with the proper type (69) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onmouseout" with the proper type (70) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onmouseover" with the proper type (71) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onmouseup" with the proper type (72) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onmousewheel" with the proper type (73) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onpause" with the proper type (74) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onplay" with the proper type (75) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onplaying" with the proper type (76) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onprogress" with the proper type (77) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onratechange" with the proper type (78) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onreset" with the proper type (79) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onscroll" with the proper type (80) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onseeked" with the proper type (81) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onseeking" with the proper type (82) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onselect" with the proper type (83) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onshow" with the proper type (84) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onsort" with the proper type (85) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onstalled" with the proper type (86) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onsubmit" with the proper type (87) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onsuspend" with the proper type (88) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "ontimeupdate" with the proper type (89) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onvolumechange" with the proper type (90) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLElement interface: document.createElement("noscript") must inherit property "onwaiting" with the proper type (91) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Element interface: document.createElement("noscript") must inherit property "attributes" with the proper type (7) | - | - | PASS | FAIL | FAIL | PASS | - |
| Element interface: document.createElement("noscript") must inherit property "getAttribute" with the proper type (8) | - | - | PASS | PASS | PASS | PASS | - |
| Element interface: document.createElement("noscript") must inherit property "getAttributeNS" with the proper type (9) | - | - | PASS | PASS | PASS | PASS | - |
| Element interface: document.createElement("noscript") must inherit property "setAttribute" with the proper type (10) | - | - | PASS | PASS | PASS | PASS | - |
| Element interface: document.createElement("noscript") must inherit property "setAttributeNS" with the proper type (11) | - | - | PASS | PASS | PASS | PASS | - |
| Element interface: document.createElement("noscript") must inherit property "removeAttribute" with the proper type (12) | - | - | PASS | PASS | PASS | PASS | - |
| Element interface: document.createElement("noscript") must inherit property "removeAttributeNS" with the proper type (13) | - | - | PASS | PASS | PASS | PASS | - |
| Element interface: document.createElement("noscript") must inherit property "hasAttribute" with the proper type (14) | - | - | PASS | PASS | PASS | PASS | - |
| Element interface: document.createElement("noscript") must inherit property "hasAttributeNS" with the proper type (15) | - | - | PASS | PASS | PASS | PASS | - |
| Element interface: document.createElement("noscript") must inherit property "getElementsByTagName" with the proper type (16) | - | - | PASS | PASS | PASS | PASS | - |
| Element interface: document.createElement("noscript") must inherit property "getElementsByTagNameNS" with the proper type (17) | - | - | PASS | PASS | PASS | PASS | - |
| Element interface: document.createElement("noscript") must inherit property "getElementsByClassName" with the proper type (18) | - | - | PASS | PASS | PASS | PASS | - |
| Element interface: document.createElement("noscript") must inherit property "children" with the proper type (19) | - | - | PASS | FAIL | FAIL | PASS | - |
| Element interface: document.createElement("noscript") must inherit property "firstElementChild" with the proper type (20) | - | - | PASS | FAIL | FAIL | PASS | - |
| Element interface: document.createElement("noscript") must inherit property "lastElementChild" with the proper type (21) | - | - | PASS | FAIL | FAIL | PASS | - |
| Element interface: document.createElement("noscript") must inherit property "childElementCount" with the proper type (22) | - | - | PASS | FAIL | FAIL | PASS | - |
| Element interface: document.createElement("noscript") must inherit property "prepend" with the proper type (23) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Element interface: document.createElement("noscript") must inherit property "append" with the proper type (24) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Element interface: document.createElement("noscript") must inherit property "previousElementSibling" with the proper type (25) | - | - | PASS | FAIL | FAIL | PASS | - |
| Element interface: document.createElement("noscript") must inherit property "nextElementSibling" with the proper type (26) | - | - | PASS | FAIL | FAIL | PASS | - |
| Element interface: document.createElement("noscript") must inherit property "before" with the proper type (27) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Element interface: document.createElement("noscript") must inherit property "after" with the proper type (28) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Element interface: document.createElement("noscript") must inherit property "replace" with the proper type (29) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Element interface: document.createElement("noscript") must inherit property "remove" with the proper type (30) | - | - | FAIL | FAIL | PASS | PASS | - |
| HTMLLinkElement interface: attribute disabled | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLLinkElement interface: document.createElement("link") must inherit property "disabled" with the proper type (0) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLLinkElement interface: document.createElement("link") must inherit property "href" with the proper type (1) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLLinkElement interface: document.createElement("link") must inherit property "crossOrigin" with the proper type (2) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLLinkElement interface: document.createElement("link") must inherit property "rel" with the proper type (3) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLLinkElement interface: document.createElement("link") must inherit property "relList" with the proper type (4) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLLinkElement interface: document.createElement("link") must inherit property "media" with the proper type (5) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLLinkElement interface: document.createElement("link") must inherit property "hreflang" with the proper type (6) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLLinkElement interface: document.createElement("link") must inherit property "type" with the proper type (7) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLLinkElement interface: document.createElement("link") must inherit property "sizes" with the proper type (8) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLLinkElement interface: document.createElement("link") must inherit property "charset" with the proper type (9) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLLinkElement interface: document.createElement("link") must inherit property "rev" with the proper type (10) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLLinkElement interface: document.createElement("link") must inherit property "target" with the proper type (11) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLLinkElement interface: document.createElement("link") must inherit property "sheet" with the proper type (12) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLStyleElement interface: attribute disabled | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLStyleElement interface: document.createElement("style") must inherit property "disabled" with the proper type (0) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLStyleElement interface: document.createElement("style") must inherit property "media" with the proper type (1) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLStyleElement interface: document.createElement("style") must inherit property "type" with the proper type (2) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLStyleElement interface: document.createElement("style") must inherit property "sheet" with the proper type (4) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLBodyElement interface: attribute onfullscreenchange | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLBodyElement interface: attribute onfullscreenerror | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLBodyElement interface: attribute onresize | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onfullscreenchange" with the proper type (9) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onfullscreenerror" with the proper type (10) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onhashchange" with the proper type (11) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onmessage" with the proper type (12) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onoffline" with the proper type (13) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLBodyElement interface: document.createElement("body") must inherit property "ononline" with the proper type (14) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onpagehide" with the proper type (15) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onpageshow" with the proper type (16) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onpopstate" with the proper type (17) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onresize" with the proper type (18) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onstorage" with the proper type (19) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLBodyElement interface: document.createElement("body") must inherit property "onunload" with the proper type (20) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAnchorElement interface: attribute href | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "href" with the proper type (0) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "target" with the proper type (1) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "download" with the proper type (2) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "ping" with the proper type (3) | - | - | FAIL | FAIL | FAIL | PASS | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "rel" with the proper type (4) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "relList" with the proper type (5) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "hreflang" with the proper type (6) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "type" with the proper type (7) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "text" with the proper type (8) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "coords" with the proper type (9) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "charset" with the proper type (10) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "name" with the proper type (11) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "rev" with the proper type (12) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "shape" with the proper type (13) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "href" with the proper type (14) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "origin" with the proper type (15) | - | - | FAIL | FAIL | FAIL | PASS | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "protocol" with the proper type (16) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "username" with the proper type (17) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "password" with the proper type (18) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "host" with the proper type (19) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "hostname" with the proper type (20) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "port" with the proper type (21) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "pathname" with the proper type (22) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "search" with the proper type (23) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "query" with the proper type (24) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLAnchorElement interface: document.createElement("a") must inherit property "hash" with the proper type (25) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: document.createElement("img") must inherit property "crossOrigin" with the proper type (3) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: document.createElement("img") must inherit property "useMap" with the proper type (4) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: document.createElement("img") must inherit property "isMap" with the proper type (5) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: document.createElement("img") must inherit property "width" with the proper type (6) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: document.createElement("img") must inherit property "height" with the proper type (7) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: document.createElement("img") must inherit property "naturalWidth" with the proper type (8) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: document.createElement("img") must inherit property "naturalHeight" with the proper type (9) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: document.createElement("img") must inherit property "complete" with the proper type (10) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: document.createElement("img") must inherit property "name" with the proper type (11) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: document.createElement("img") must inherit property "align" with the proper type (12) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: document.createElement("img") must inherit property "hspace" with the proper type (13) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: document.createElement("img") must inherit property "vspace" with the proper type (14) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: document.createElement("img") must inherit property "longDesc" with the proper type (15) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: document.createElement("img") must inherit property "border" with the proper type (16) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: new Image() must inherit property "crossOrigin" with the proper type (3) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: new Image() must inherit property "useMap" with the proper type (4) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: new Image() must inherit property "isMap" with the proper type (5) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: new Image() must inherit property "width" with the proper type (6) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: new Image() must inherit property "height" with the proper type (7) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: new Image() must inherit property "naturalWidth" with the proper type (8) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: new Image() must inherit property "naturalHeight" with the proper type (9) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: new Image() must inherit property "complete" with the proper type (10) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: new Image() must inherit property "name" with the proper type (11) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: new Image() must inherit property "align" with the proper type (12) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: new Image() must inherit property "hspace" with the proper type (13) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: new Image() must inherit property "vspace" with the proper type (14) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: new Image() must inherit property "longDesc" with the proper type (15) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLImageElement interface: new Image() must inherit property "border" with the proper type (16) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLEmbedElement interface: document.createElement("embed") must inherit property "align" with the proper type (5) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLEmbedElement interface: document.createElement("embed") must inherit property "name" with the proper type (6) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLObjectElement interface: document.createElement("object") must inherit property "setCustomValidity" with the proper type (14) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLObjectElement interface: document.createElement("object") must inherit property "align" with the proper type (16) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLObjectElement interface: document.createElement("object") must inherit property "archive" with the proper type (17) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLObjectElement interface: document.createElement("object") must inherit property "code" with the proper type (18) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLObjectElement interface: document.createElement("object") must inherit property "declare" with the proper type (19) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLObjectElement interface: document.createElement("object") must inherit property "hspace" with the proper type (20) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLObjectElement interface: document.createElement("object") must inherit property "standby" with the proper type (21) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLObjectElement interface: document.createElement("object") must inherit property "vspace" with the proper type (22) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLObjectElement interface: document.createElement("object") must inherit property "codeBase" with the proper type (23) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLObjectElement interface: document.createElement("object") must inherit property "codeType" with the proper type (24) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLObjectElement interface: document.createElement("object") must inherit property "border" with the proper type (25) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLMediaElement interface: document.createElement("video") must inherit property "startDate" with the proper type (23) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLMediaElement interface: calling addTextTrack(DOMString,DOMString,DOMString) on document.createElement("video") with too few arguments must throw TypeError | - | - | PASS | FAIL | PASS | PASS | - |
| HTMLMediaElement interface: document.createElement("audio") must inherit property "startDate" with the proper type (23) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLMediaElement interface: calling addTextTrack(DOMString,DOMString,DOMString) on document.createElement("audio") with too few arguments must throw TypeError | - | - | PASS | FAIL | PASS | PASS | - |
| HTMLMediaElement interface: new Audio() must inherit property "startDate" with the proper type (23) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLMediaElement interface: calling addTextTrack(DOMString,DOMString,DOMString) on new Audio() with too few arguments must throw TypeError | - | - | PASS | FAIL | PASS | PASS | - |
| HTMLSourceElement interface: document.createElement("source") must inherit property "media" with the proper type (2) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLMediaElement interface: attribute startDate | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLMediaElement interface: operation addTextTrack(DOMString,DOMString,DOMString) | - | - | FAIL | FAIL | PASS | PASS | - |
| HTMLCanvasElement interface: document.createElement("canvas") must inherit property "toDataURLHD" with the proper type (7) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLCanvasElement interface: document.createElement("canvas") must inherit property "toBlob" with the proper type (8) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLCanvasElement interface: document.createElement("canvas") must inherit property "toBlobHD" with the proper type (9) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLAreaElement interface: attribute href | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLAreaElement interface: document.createElement("area") must inherit property "href" with the proper type (3) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAreaElement interface: document.createElement("area") must inherit property "target" with the proper type (4) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAreaElement interface: document.createElement("area") must inherit property "download" with the proper type (5) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLAreaElement interface: document.createElement("area") must inherit property "ping" with the proper type (6) | - | - | FAIL | FAIL | FAIL | PASS | - |
| HTMLAreaElement interface: document.createElement("area") must inherit property "rel" with the proper type (7) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLAreaElement interface: document.createElement("area") must inherit property "relList" with the proper type (8) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLAreaElement interface: document.createElement("area") must inherit property "hreflang" with the proper type (9) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLAreaElement interface: document.createElement("area") must inherit property "type" with the proper type (10) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLAreaElement interface: document.createElement("area") must inherit property "noHref" with the proper type (11) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAreaElement interface: document.createElement("area") must inherit property "href" with the proper type (12) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAreaElement interface: document.createElement("area") must inherit property "origin" with the proper type (13) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLAreaElement interface: document.createElement("area") must inherit property "protocol" with the proper type (14) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAreaElement interface: document.createElement("area") must inherit property "username" with the proper type (15) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLAreaElement interface: document.createElement("area") must inherit property "password" with the proper type (16) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLAreaElement interface: document.createElement("area") must inherit property "host" with the proper type (17) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAreaElement interface: document.createElement("area") must inherit property "hostname" with the proper type (18) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAreaElement interface: document.createElement("area") must inherit property "port" with the proper type (19) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAreaElement interface: document.createElement("area") must inherit property "pathname" with the proper type (20) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAreaElement interface: document.createElement("area") must inherit property "search" with the proper type (21) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLAreaElement interface: document.createElement("area") must inherit property "query" with the proper type (22) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLAreaElement interface: document.createElement("area") must inherit property "hash" with the proper type (23) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "multiple" with the proper type (22) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "name" with the proper type (23) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "pattern" with the proper type (24) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "placeholder" with the proper type (25) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "readOnly" with the proper type (26) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "required" with the proper type (27) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "size" with the proper type (28) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "src" with the proper type (29) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "step" with the proper type (30) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "type" with the proper type (31) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "defaultValue" with the proper type (32) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "value" with the proper type (33) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "valueAsNumber" with the proper type (35) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "width" with the proper type (36) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "stepUp" with the proper type (37) | - | - | PASS | PASS | PASS | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "stepDown" with the proper type (38) | - | - | PASS | PASS | PASS | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "willValidate" with the proper type (39) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "validity" with the proper type (40) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "validationMessage" with the proper type (41) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "checkValidity" with the proper type (42) | - | - | PASS | PASS | PASS | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "setCustomValidity" with the proper type (43) | - | - | PASS | PASS | PASS | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "labels" with the proper type (44) | - | - | FAIL | FAIL | FAIL | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "select" with the proper type (45) | - | - | PASS | PASS | PASS | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "selectionStart" with the proper type (46) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "selectionEnd" with the proper type (47) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "selectionDirection" with the proper type (48) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "setRangeText" with the proper type (49) | - | - | FAIL | FAIL | PASS | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "setRangeText" with the proper type (50) | - | - | FAIL | FAIL | PASS | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "setSelectionRange" with the proper type (51) | - | - | PASS | PASS | PASS | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "align" with the proper type (52) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLInputElement interface: document.createElement("input") must inherit property "useMap" with the proper type (53) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLButtonElement interface: document.createElement("button") must inherit property "setCustomValidity" with the proper type (16) | - | - | PASS | PASS | PASS | PASS | - |
| HTMLButtonElement interface: document.createElement("button") must inherit property "labels" with the proper type (17) | - | - | FAIL | FAIL | FAIL | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "autofocus" with the proper type (0) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "disabled" with the proper type (1) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "form" with the proper type (2) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "multiple" with the proper type (3) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "name" with the proper type (4) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "required" with the proper type (5) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "size" with the proper type (6) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "type" with the proper type (7) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "options" with the proper type (8) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "length" with the proper type (9) | - | - | PASS | FAIL | FAIL | FAIL | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "item" with the proper type (10) | - | - | PASS | PASS | PASS | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "namedItem" with the proper type (11) | - | - | PASS | PASS | PASS | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "add" with the proper type (12) | - | - | PASS | PASS | PASS | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "remove" with the proper type (13) | - | - | PASS | PASS | PASS | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "selectedOptions" with the proper type (15) | - | - | FAIL | FAIL | FAIL | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "selectedIndex" with the proper type (16) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "value" with the proper type (17) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "willValidate" with the proper type (18) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "validity" with the proper type (19) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "validationMessage" with the proper type (20) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "checkValidity" with the proper type (21) | - | - | PASS | PASS | PASS | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "setCustomValidity" with the proper type (22) | - | - | PASS | PASS | PASS | PASS | - |
| HTMLSelectElement interface: document.createElement("select") must inherit property "labels" with the proper type (23) | - | - | FAIL | FAIL | FAIL | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "name" with the proper type (8) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "placeholder" with the proper type (9) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "readOnly" with the proper type (10) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "required" with the proper type (11) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "rows" with the proper type (12) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "wrap" with the proper type (13) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "type" with the proper type (14) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "defaultValue" with the proper type (15) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "value" with the proper type (16) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "textLength" with the proper type (17) | - | - | FAIL | FAIL | FAIL | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "willValidate" with the proper type (18) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "validity" with the proper type (19) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "validationMessage" with the proper type (20) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "checkValidity" with the proper type (21) | - | - | PASS | PASS | PASS | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "setCustomValidity" with the proper type (22) | - | - | PASS | PASS | PASS | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "labels" with the proper type (23) | - | - | FAIL | FAIL | FAIL | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "select" with the proper type (24) | - | - | PASS | PASS | PASS | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "selectionStart" with the proper type (25) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "selectionEnd" with the proper type (26) | - | - | PASS | FAIL | FAIL | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "selectionDirection" with the proper type (27) | - | - | FAIL | FAIL | FAIL | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "setRangeText" with the proper type (28) | - | - | FAIL | FAIL | PASS | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "setRangeText" with the proper type (29) | - | - | FAIL | FAIL | PASS | PASS | - |
| HTMLTextAreaElement interface: document.createElement("textarea") must inherit property "setSelectionRange" with the proper type (30) | - | - | PASS | PASS | PASS | PASS | - |
| HTMLKeygenElement interface: document.createElement("keygen") must inherit property "setCustomValidity" with the proper type (11) | - | - | FAIL | PASS | PASS | PASS | - |
| HTMLKeygenElement interface: document.createElement("keygen") must inherit property "labels" with the proper type (12) | - | - | FAIL | FAIL | FAIL | PASS | - |
| HTMLOutputElement interface: document.createElement("output") must inherit property "setCustomValidity" with the proper type (10) | - | - | FAIL | PASS | PASS | PASS | - |
| HTMLOutputElement interface: document.createElement("output") must inherit property "labels" with the proper type (11) | - | - | FAIL | FAIL | FAIL | PASS | - |
| ValidityState interface: document.createElement("input").validity must inherit property "rangeUnderflow" with the proper type (4) | - | - | PASS | FAIL | FAIL | PASS | - |
| ValidityState interface: document.createElement("input").validity must inherit property "rangeOverflow" with the proper type (5) | - | - | PASS | FAIL | FAIL | PASS | - |
| ValidityState interface: document.createElement("input").validity must inherit property "stepMismatch" with the proper type (6) | - | - | PASS | FAIL | FAIL | PASS | - |
| ValidityState interface: document.createElement("input").validity must inherit property "badInput" with the proper type (7) | - | - | FAIL | FAIL | FAIL | PASS | - |
| ValidityState interface: document.createElement("input").validity must inherit property "customError" with the proper type (8) | - | - | PASS | FAIL | FAIL | PASS | - |
| ValidityState interface: document.createElement("input").validity must inherit property "valid" with the proper type (9) | - | - | PASS | FAIL | FAIL | PASS | - |
| Window interface: attribute onfullscreenchange | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Window interface: attribute onfullscreenerror | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Window interface: window must inherit property "stop" with the proper type (14) | - | - | FAIL | PASS | PASS | FAIL | - |
| Window interface: window must inherit property "focus" with the proper type (15) | - | - | PASS | PASS | PASS | FAIL | - |
| Window interface: window must inherit property "blur" with the proper type (16) | - | - | PASS | PASS | PASS | FAIL | - |
| Window interface: window must inherit property "frames" with the proper type (17) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Window interface: window must inherit property "length" with the proper type (18) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Window interface: window must inherit property "opener" with the proper type (20) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Window interface: window must inherit property "parent" with the proper type (21) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Window interface: window must inherit property "frameElement" with the proper type (22) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Window interface: window must inherit property "open" with the proper type (23) | - | - | PASS | PASS | PASS | FAIL | - |
| Window interface: window must inherit property "navigator" with the proper type (26) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Window interface: window must inherit property "external" with the proper type (27) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Window interface: window must inherit property "applicationCache" with the proper type (28) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Window interface: window must inherit property "print" with the proper type (29) | - | - | PASS | PASS | PASS | FAIL | - |
| Window interface: window must inherit property "postMessage" with the proper type (30) | - | - | PASS | PASS | PASS | FAIL | - |
| Window interface: window must inherit property "getComputedStyle" with the proper type (31) | - | - | PASS | PASS | PASS | FAIL | - |
| Window interface: calling getComputedStyle(Element) on window with too few arguments must throw TypeError | - | - | PASS | FAIL | FAIL | FAIL | - |
| Window interface: window must inherit property "getComputedStyle" with the proper type (32) | - | - | PASS | PASS | PASS | FAIL | - |
| Window interface: calling getComputedStyle(Element,DOMString) on window with too few arguments must throw TypeError | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Window interface: window must inherit property "onabort" with the proper type (33) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onblur" with the proper type (34) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onerror" with the proper type (35) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onfocus" with the proper type (36) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "oncancel" with the proper type (37) | - | - | FAIL | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "oncanplay" with the proper type (38) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "oncanplaythrough" with the proper type (39) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onchange" with the proper type (40) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onclick" with the proper type (41) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onclose" with the proper type (42) | - | - | FAIL | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "oncontextmenu" with the proper type (43) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "oncuechange" with the proper type (44) | - | - | FAIL | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "ondblclick" with the proper type (45) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "ondrag" with the proper type (46) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "ondragend" with the proper type (47) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "ondragenter" with the proper type (48) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "ondragexit" with the proper type (49) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Window interface: window must inherit property "ondragleave" with the proper type (50) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "ondragover" with the proper type (51) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "ondragstart" with the proper type (52) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "ondrop" with the proper type (53) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "ondurationchange" with the proper type (54) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onemptied" with the proper type (55) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onended" with the proper type (56) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "oninput" with the proper type (57) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "oninvalid" with the proper type (58) | - | - | FAIL | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onkeydown" with the proper type (59) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onkeypress" with the proper type (60) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onkeyup" with the proper type (61) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onload" with the proper type (62) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onloadeddata" with the proper type (63) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onloadedmetadata" with the proper type (64) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onloadstart" with the proper type (65) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onmousedown" with the proper type (66) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onmouseenter" with the proper type (67) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onmouseleave" with the proper type (68) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onmousemove" with the proper type (69) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onmouseout" with the proper type (70) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onmouseover" with the proper type (71) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onmouseup" with the proper type (72) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onmousewheel" with the proper type (73) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onpause" with the proper type (74) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onplay" with the proper type (75) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onplaying" with the proper type (76) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onprogress" with the proper type (77) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onratechange" with the proper type (78) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onreset" with the proper type (79) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onscroll" with the proper type (80) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onseeked" with the proper type (81) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onseeking" with the proper type (82) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onselect" with the proper type (83) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onshow" with the proper type (84) | - | - | FAIL | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onsort" with the proper type (85) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Window interface: window must inherit property "onstalled" with the proper type (86) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onsubmit" with the proper type (87) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onsuspend" with the proper type (88) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "ontimeupdate" with the proper type (89) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onvolumechange" with the proper type (90) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onwaiting" with the proper type (91) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onafterprint" with the proper type (92) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Window interface: window must inherit property "onbeforeprint" with the proper type (93) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Window interface: window must inherit property "onbeforeunload" with the proper type (94) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onfullscreenchange" with the proper type (95) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Window interface: window must inherit property "onfullscreenerror" with the proper type (96) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Window interface: window must inherit property "onhashchange" with the proper type (97) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onmessage" with the proper type (98) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onoffline" with the proper type (99) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "ononline" with the proper type (100) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onpagehide" with the proper type (101) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onpageshow" with the proper type (102) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onpopstate" with the proper type (103) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onresize" with the proper type (104) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onstorage" with the proper type (105) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "onunload" with the proper type (106) | - | - | PASS | FAIL | PASS | FAIL | - |
| Window interface: window must inherit property "btoa" with the proper type (107) | - | - | PASS | PASS | PASS | FAIL | - |
| Window interface: window must inherit property "atob" with the proper type (108) | - | - | PASS | PASS | PASS | FAIL | - |
| Window interface: window must inherit property "setTimeout" with the proper type (109) | - | - | PASS | PASS | PASS | FAIL | - |
| Window interface: window must inherit property "setTimeout" with the proper type (110) | - | - | PASS | PASS | PASS | FAIL | - |
| Window interface: window must inherit property "clearTimeout" with the proper type (111) | - | - | PASS | PASS | PASS | FAIL | - |
| Window interface: window must inherit property "setInterval" with the proper type (112) | - | - | PASS | PASS | PASS | FAIL | - |
| Window interface: window must inherit property "setInterval" with the proper type (113) | - | - | PASS | PASS | PASS | FAIL | - |
| Window interface: window must inherit property "clearInterval" with the proper type (114) | - | - | PASS | PASS | PASS | FAIL | - |
| Location interface: attribute href | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Location interface: window.location must inherit property "href" with the proper type (0) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Location interface: window.location must inherit property "reload" with the proper type (1) | - | - | PASS | PASS | FAIL | PASS | - |
| Location interface: window.location must inherit property "href" with the proper type (2) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Location interface: window.location must inherit property "origin" with the proper type (3) | - | - | FAIL | FAIL | FAIL | PASS | - |
| Location interface: window.location must inherit property "protocol" with the proper type (4) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Location interface: window.location must inherit property "username" with the proper type (5) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Location interface: window.location must inherit property "password" with the proper type (6) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Location interface: window.location must inherit property "host" with the proper type (7) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Location interface: window.location must inherit property "hostname" with the proper type (8) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Location interface: window.location must inherit property "port" with the proper type (9) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Location interface: window.location must inherit property "pathname" with the proper type (10) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Location interface: window.location must inherit property "search" with the proper type (11) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Location interface: window.location must inherit property "query" with the proper type (12) | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Location interface: window.location must inherit property "hash" with the proper type (13) | - | - | PASS | FAIL | FAIL | FAIL | - |
| Navigator interface: window.navigator must inherit property "appName" with the proper type (0) | - | - | PASS | FAIL | FAIL | PASS | - |
| Navigator interface: window.navigator must inherit property "appVersion" with the proper type (1) | - | - | PASS | FAIL | FAIL | PASS | - |
| Navigator interface: window.navigator must inherit property "platform" with the proper type (2) | - | - | PASS | FAIL | FAIL | PASS | - |
| Navigator interface: window.navigator must inherit property "userAgent" with the proper type (3) | - | - | PASS | FAIL | FAIL | PASS | - |
| Navigator interface: window.navigator must inherit property "language" with the proper type (4) | - | - | PASS | FAIL | FAIL | PASS | - |
| Navigator interface: window.navigator must inherit property "onLine" with the proper type (5) | - | - | PASS | FAIL | FAIL | PASS | - |
| Navigator interface: window.navigator must inherit property "registerProtocolHandler" with the proper type (6) | - | - | FAIL | PASS | PASS | FAIL | - |
| Navigator interface: window.navigator must inherit property "registerContentHandler" with the proper type (7) | - | - | FAIL | PASS | FAIL | FAIL | - |
| ErrorEvent interface: attribute column | - | - | FAIL | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "compatMode" with the proper type (3) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "characterSet" with the proper type (4) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "contentType" with the proper type (5) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "doctype" with the proper type (6) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "documentElement" with the proper type (7) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "getElementsByTagName" with the proper type (8) | - | - | - | PASS | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "getElementsByTagNameNS" with the proper type (9) | - | - | - | PASS | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "getElementsByClassName" with the proper type (10) | - | - | - | PASS | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "getElementById" with the proper type (11) | - | - | - | PASS | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "createEvent" with the proper type (20) | - | - | - | PASS | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "createRange" with the proper type (21) | - | - | - | PASS | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "createNodeIterator" with the proper type (22) | - | - | - | PASS | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "createTreeWalker" with the proper type (23) | - | - | - | PASS | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "styleSheets" with the proper type (24) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "selectedStyleSheetSet" with the proper type (25) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "lastStyleSheetSet" with the proper type (26) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "preferredStyleSheetSet" with the proper type (27) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "styleSheetSets" with the proper type (28) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "enableStyleSheetsForSet" with the proper type (29) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "domain" with the proper type (31) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "referrer" with the proper type (32) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "cookie" with the proper type (33) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "lastModified" with the proper type (34) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "readyState" with the proper type (35) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "title" with the proper type (37) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "dir" with the proper type (38) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "body" with the proper type (39) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "head" with the proper type (40) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "images" with the proper type (41) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "embeds" with the proper type (42) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "plugins" with the proper type (43) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "links" with the proper type (44) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "forms" with the proper type (45) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "scripts" with the proper type (46) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "getElementsByName" with the proper type (47) | - | - | - | PASS | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "getItems" with the proper type (48) | - | - | - | PASS | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "currentScript" with the proper type (50) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "open" with the proper type (51) | - | - | - | PASS | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "open" with the proper type (52) | - | - | - | PASS | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "close" with the proper type (53) | - | - | - | PASS | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "write" with the proper type (54) | - | - | - | PASS | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "writeln" with the proper type (55) | - | - | - | PASS | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "defaultView" with the proper type (56) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "activeElement" with the proper type (57) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "hasFocus" with the proper type (58) | - | - | - | FAIL | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "designMode" with the proper type (59) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "execCommand" with the proper type (60) | - | - | - | PASS | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "queryCommandEnabled" with the proper type (61) | - | - | - | PASS | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "queryCommandIndeterm" with the proper type (62) | - | - | - | FAIL | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "queryCommandState" with the proper type (63) | - | - | - | PASS | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "queryCommandSupported" with the proper type (64) | - | - | - | PASS | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "queryCommandValue" with the proper type (65) | - | - | - | PASS | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onreadystatechange" with the proper type (67) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "fgColor" with the proper type (68) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "linkColor" with the proper type (69) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "vlinkColor" with the proper type (70) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "alinkColor" with the proper type (71) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "bgColor" with the proper type (72) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "anchors" with the proper type (73) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "clear" with the proper type (75) | - | - | - | PASS | PASS | PASS | - |
| Document interface: iframe.contentDocument must inherit property "all" with the proper type (76) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "children" with the proper type (77) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "firstElementChild" with the proper type (78) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "lastElementChild" with the proper type (79) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "childElementCount" with the proper type (80) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "prepend" with the proper type (81) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "append" with the proper type (82) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "onabort" with the proper type (83) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onblur" with the proper type (84) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onerror" with the proper type (85) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onfocus" with the proper type (86) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "oncancel" with the proper type (87) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "oncanplay" with the proper type (88) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "oncanplaythrough" with the proper type (89) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "onchange" with the proper type (90) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onclick" with the proper type (91) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onclose" with the proper type (92) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "oncontextmenu" with the proper type (93) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "oncuechange" with the proper type (94) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "ondblclick" with the proper type (95) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "ondrag" with the proper type (96) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "ondragend" with the proper type (97) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "ondragenter" with the proper type (98) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "ondragexit" with the proper type (99) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "ondragleave" with the proper type (100) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "ondragover" with the proper type (101) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "ondragstart" with the proper type (102) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "ondrop" with the proper type (103) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "ondurationchange" with the proper type (104) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "onemptied" with the proper type (105) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "onended" with the proper type (106) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "oninput" with the proper type (107) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "oninvalid" with the proper type (108) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onkeydown" with the proper type (109) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onkeypress" with the proper type (110) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onkeyup" with the proper type (111) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onload" with the proper type (112) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onloadeddata" with the proper type (113) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "onloadedmetadata" with the proper type (114) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "onloadstart" with the proper type (115) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "onmousedown" with the proper type (116) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onmouseenter" with the proper type (117) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onmouseleave" with the proper type (118) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onmousemove" with the proper type (119) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onmouseout" with the proper type (120) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onmouseover" with the proper type (121) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onmouseup" with the proper type (122) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onmousewheel" with the proper type (123) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onpause" with the proper type (124) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "onplay" with the proper type (125) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "onplaying" with the proper type (126) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "onprogress" with the proper type (127) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "onratechange" with the proper type (128) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "onreset" with the proper type (129) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onscroll" with the proper type (130) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onseeked" with the proper type (131) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "onseeking" with the proper type (132) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "onselect" with the proper type (133) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onshow" with the proper type (134) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "onsort" with the proper type (135) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "onstalled" with the proper type (136) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "onsubmit" with the proper type (137) | - | - | - | FAIL | FAIL | PASS | - |
| Document interface: iframe.contentDocument must inherit property "onsuspend" with the proper type (138) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "ontimeupdate" with the proper type (139) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "onvolumechange" with the proper type (140) | - | - | - | FAIL | FAIL | FAIL | - |
| Document interface: iframe.contentDocument must inherit property "onwaiting" with the proper type (141) | - | - | - | FAIL | FAIL | FAIL | - |
| TextTrackList interface: document.createElement("video").textTracks must inherit property "onaddtrack" with the proper type (2) | - | - | - | FAIL | FAIL | FAIL | - |
| TextTrackList interface: document.createElement("video").textTracks must inherit property "onremovetrack" with the proper type (3) | - | - | - | FAIL | FAIL | FAIL | - |
| TextTrack interface: document.createElement("track").track must inherit property "inBandMetadataTrackDispatchType" with the proper type (3) | - | - | - | FAIL | FAIL | PASS | - |
| TextTrack interface: document.createElement("track").track must inherit property "mode" with the proper type (4) | - | - | - | FAIL | FAIL | PASS | - |
| TextTrack interface: document.createElement("track").track must inherit property "cues" with the proper type (5) | - | - | - | FAIL | FAIL | PASS | - |
| TextTrack interface: document.createElement("track").track must inherit property "activeCues" with the proper type (6) | - | - | - | FAIL | FAIL | PASS | - |
| TextTrack interface: document.createElement("track").track must inherit property "addCue" with the proper type (7) | - | - | - | PASS | PASS | PASS | - |
| TextTrack interface: document.createElement("track").track must inherit property "removeCue" with the proper type (8) | - | - | - | PASS | PASS | PASS | - |
| TextTrack interface: document.createElement("track").track must inherit property "oncuechange" with the proper type (9) | - | - | - | FAIL | FAIL | PASS | - |
| /html/dom/reflection-embedded.html | OK | OK | - | OK | OK | OK | OK |
| img.title: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.title: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.title: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.title: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.title: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.title: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.title: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| img.title: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| img.title: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.title: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.lang: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.lang: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.lang: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.lang: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.lang: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.lang: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| img.lang: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| img.lang: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lang: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to true followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to false followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.dir: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to "ltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to "ltr" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to "xltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to "xltr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to "ltr\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.dir: setAttribute() to "ltr\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to "tr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to "tr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to "LTR" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to "LTR" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to "rtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to "rtl" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to "xrtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to "xrtl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to "rtl\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.dir: setAttribute() to "rtl\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to "tl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to "tl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to "RTL" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to "RTL" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to "auto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to "xauto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to "xauto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.dir: setAttribute() to "auto\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to "uto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to "uto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: setAttribute() to "AUTO" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: setAttribute() to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to true followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to false followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.dir: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| img.dir: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | PASS | PASS |
| img.dir: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to "ltr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "ltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "ltr" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "xltr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "xltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "xltr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to "ltr\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "ltr\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.dir: IDL set to "ltr\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to "tr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "tr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "tr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to "LTR" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "LTR" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "LTR" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to "rtl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "rtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "rtl" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "xrtl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "xrtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "xrtl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to "rtl\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "rtl\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.dir: IDL set to "rtl\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to "tl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "tl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "tl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to "RTL" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "RTL" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "RTL" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to "auto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "auto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "xauto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "xauto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "xauto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to "auto\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.dir: IDL set to "auto\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to "uto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "uto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "uto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.dir: IDL set to "AUTO" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "AUTO" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.dir: IDL set to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| img.className (<img class>): typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.className (<img class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.className (<img class>): IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.className (<img class>): IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.className (<img class>): IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| img.className (<img class>): IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| img.className (<img class>): IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.className (<img class>): IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.hidden: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to "hidden" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: setAttribute() to "hidden" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to "" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to undefined followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to null followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to false followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to NaN followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hidden: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.accessKey: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.accessKey: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.accessKey: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.accessKey: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.accessKey: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.accessKey: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| img.accessKey: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| img.accessKey: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.accessKey: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.alt: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.alt: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.alt: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.alt: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.alt: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.alt: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.alt: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.alt: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| img.alt: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| img.alt: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.alt: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.src: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.src: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.src: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.src: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.src: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.src: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to "http://site.example/" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to "//site.example/path???@#l" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.src: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.src: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.src: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.src: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| img.src: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| img.src: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.src: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to "" followed by IDL get | FAIL | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to undefined followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to 7 followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to 1.5 followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to true followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to false followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to object "[object Object]" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to NaN followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to Infinity followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to -Infinity followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to "\0" followed by IDL get | FAIL | FAIL | - | PASS | FAIL | FAIL | FAIL |
| img.crossOrigin: setAttribute() to null followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to object "test-toString" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to object "test-valueOf" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: setAttribute() to "anonymous" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to "anonymous" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to "xanonymous" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to "xanonymous" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: setAttribute() to "anonymous\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to "anonymous\0" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: setAttribute() to "nonymous" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to "nonymous" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: setAttribute() to "ANONYMOUS" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to "ANONYMOUS" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: setAttribute() to "use-credentials" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to "use-credentials" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to "xuse-credentials" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to "xuse-credentials" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: setAttribute() to "use-credentials\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to "use-credentials\0" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: setAttribute() to "se-credentials" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to "se-credentials" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: setAttribute() to "USE-CREDENTIALS" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: setAttribute() to "USE-CREDENTIALS" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "" followed by IDL get | FAIL | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.crossOrigin: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to undefined followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to 7 followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to 1.5 followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to true followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to false followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to object "[object Object]" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to NaN followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to Infinity followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to -Infinity followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "\0" followed by IDL get | FAIL | FAIL | - | PASS | FAIL | FAIL | FAIL |
| img.crossOrigin: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to null followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | PASS | PASS |
| img.crossOrigin: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to object "test-toString" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to object "test-valueOf" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: IDL set to "anonymous" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "anonymous" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "anonymous" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "xanonymous" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "xanonymous" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "xanonymous" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: IDL set to "anonymous\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "anonymous\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "anonymous\0" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: IDL set to "nonymous" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "nonymous" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "nonymous" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: IDL set to "ANONYMOUS" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "ANONYMOUS" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "ANONYMOUS" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: IDL set to "use-credentials" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "use-credentials" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "use-credentials" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "xuse-credentials" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "xuse-credentials" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "xuse-credentials" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: IDL set to "use-credentials\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "use-credentials\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "use-credentials\0" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: IDL set to "se-credentials" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "se-credentials" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "se-credentials" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.crossOrigin: IDL set to "USE-CREDENTIALS" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "USE-CREDENTIALS" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.crossOrigin: IDL set to "USE-CREDENTIALS" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.useMap: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.useMap: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.useMap: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.useMap: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.useMap: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.useMap: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.useMap: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.useMap: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.useMap: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| img.useMap: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| img.useMap: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.useMap: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.isMap: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to "isMap" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: setAttribute() to "isMap" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to "" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to undefined followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to null followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to false followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to NaN followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.isMap: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.name: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.name: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.name: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.name: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.name: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.name: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.name: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.name: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| img.name: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| img.name: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.name: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to "" followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to " foo " followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to "//site.example/path???@#l" followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to undefined followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to 7 followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to 1.5 followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to true followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to false followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to object "[object Object]" followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to NaN followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to Infinity followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to -Infinity followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to "\0" followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to null followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to object "test-toString" followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: setAttribute() to object "test-valueOf" followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to "" followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to " foo " followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: IDL set to "http://site.example/" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to "//site.example/path???@#l" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to "//site.example/path???@#l" followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to undefined followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to 7 followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to 1.5 followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to true followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to false followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to object "[object Object]" followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to NaN followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to Infinity followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to -Infinity followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: IDL set to "\0" followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| img.lowsrc: IDL set to null followed by IDL get | PASS | FAIL | - | FAIL | PASS | FAIL | FAIL |
| img.lowsrc: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to object "test-toString" followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.lowsrc: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.lowsrc: IDL set to object "test-valueOf" followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| img.align: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.align: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.align: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.align: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.align: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.align: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.align: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.align: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| img.align: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| img.align: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.align: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to -2147483649 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to -2147483649 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to -2147483648 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to -2147483648 followed by IDL get | FAIL | PASS | - | PASS | FAIL | FAIL | FAIL |
| img.hspace: setAttribute() to -36 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to -36 followed by IDL get | FAIL | PASS | - | PASS | FAIL | FAIL | FAIL |
| img.hspace: setAttribute() to -1 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to -1 followed by IDL get | FAIL | PASS | - | PASS | FAIL | FAIL | FAIL |
| img.hspace: setAttribute() to 0 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to 0 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to 1 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to 1 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to 257 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to 257 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to 2147483647 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to 2147483647 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to 2147483648 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to 2147483648 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to 4294967295 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to 4294967295 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to 4294967296 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to 4294967296 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to "-1" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to "-1" followed by IDL get | FAIL | PASS | - | PASS | FAIL | FAIL | FAIL |
| img.hspace: setAttribute() to "-0" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to "-0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.hspace: setAttribute() to "0" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to "0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to "1" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to "1" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.hspace: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.hspace: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.hspace: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to object "2" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to object "2" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: setAttribute() to object "3" followed by getAttribute() | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.hspace: setAttribute() to object "3" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.hspace: IDL set to 0 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: IDL set to 0 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: IDL set to 0 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: IDL set to 1 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: IDL set to 1 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: IDL set to 1 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: IDL set to 257 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: IDL set to 257 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: IDL set to 257 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: IDL set to 2147483647 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: IDL set to 2147483647 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: IDL set to 2147483647 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: IDL set to "-0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: IDL set to "-0" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.hspace: IDL set to "-0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to -2147483649 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to -2147483649 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to -2147483648 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to -2147483648 followed by IDL get | FAIL | PASS | - | PASS | FAIL | FAIL | FAIL |
| img.vspace: setAttribute() to -36 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to -36 followed by IDL get | FAIL | PASS | - | PASS | FAIL | FAIL | FAIL |
| img.vspace: setAttribute() to -1 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to -1 followed by IDL get | FAIL | PASS | - | PASS | FAIL | FAIL | FAIL |
| img.vspace: setAttribute() to 0 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to 0 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to 1 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to 1 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to 257 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to 257 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to 2147483647 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to 2147483647 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to 2147483648 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to 2147483648 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to 4294967295 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to 4294967295 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to 4294967296 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to 4294967296 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to "-1" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to "-1" followed by IDL get | FAIL | PASS | - | PASS | FAIL | FAIL | FAIL |
| img.vspace: setAttribute() to "-0" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to "-0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.vspace: setAttribute() to "0" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to "0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to "1" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to "1" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.vspace: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.vspace: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.vspace: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to object "2" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to object "2" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: setAttribute() to object "3" followed by getAttribute() | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.vspace: setAttribute() to object "3" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| img.vspace: IDL set to 0 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: IDL set to 0 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: IDL set to 0 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: IDL set to 1 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: IDL set to 1 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: IDL set to 1 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: IDL set to 257 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: IDL set to 257 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: IDL set to 257 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: IDL set to 2147483647 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: IDL set to 2147483647 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: IDL set to 2147483647 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: IDL set to "-0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: IDL set to "-0" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.vspace: IDL set to "-0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.longDesc: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.longDesc: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.longDesc: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.longDesc: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.longDesc: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.longDesc: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to "http://site.example/" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to "//site.example/path???@#l" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.longDesc: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.longDesc: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.longDesc: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.longDesc: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| img.longDesc: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| img.longDesc: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.longDesc: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.border: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.border: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.border: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.border: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.border: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.border: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.border: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| img.border: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| img.border: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| img.border: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.title: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.title: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.title: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.title: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.title: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.title: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.title: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.title: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.title: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.lang: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.lang: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.lang: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.lang: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.lang: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.lang: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.lang: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.lang: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.lang: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to true followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to false followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.dir: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to "ltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to "ltr" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to "xltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to "xltr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to "ltr\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.dir: setAttribute() to "ltr\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to "tr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to "tr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to "LTR" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to "LTR" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to "rtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to "rtl" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to "xrtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to "xrtl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to "rtl\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.dir: setAttribute() to "rtl\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to "tl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to "tl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to "RTL" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to "RTL" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to "auto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to "xauto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to "xauto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.dir: setAttribute() to "auto\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to "uto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to "uto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: setAttribute() to "AUTO" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: setAttribute() to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to true followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to false followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.dir: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | PASS | PASS |
| iframe.dir: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to "ltr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "ltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "ltr" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "xltr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "xltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "xltr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to "ltr\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "ltr\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.dir: IDL set to "ltr\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to "tr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "tr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "tr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to "LTR" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "LTR" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "LTR" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to "rtl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "rtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "rtl" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "xrtl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "xrtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "xrtl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to "rtl\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "rtl\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.dir: IDL set to "rtl\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to "tl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "tl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "tl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to "RTL" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "RTL" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "RTL" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to "auto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "auto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "xauto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "xauto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "xauto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to "auto\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.dir: IDL set to "auto\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to "uto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "uto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "uto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.dir: IDL set to "AUTO" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "AUTO" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.dir: IDL set to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.className (<iframe class>): typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.className (<iframe class>): IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.className (<iframe class>): IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.className (<iframe class>): IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to "hidden" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: setAttribute() to "hidden" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to "" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to undefined followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to null followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to false followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to NaN followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.hidden: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.accessKey: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.accessKey: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.accessKey: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.accessKey: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.accessKey: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.accessKey: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.src: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.src: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.src: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.src: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.src: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.src: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to "http://site.example/" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to "//site.example/path???@#l" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.src: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.src: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.src: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.src: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.src: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.src: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.src: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: typeof IDL attribute | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL get with DOM attribute unset | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to undefined followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to 7 followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to true followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to false followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to null followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to "" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to undefined followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to undefined followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to 7 followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to 7 followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to 1.5 followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to true followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to true followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to false followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to false followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to NaN followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to null followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| iframe.srcdoc: IDL set to null followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| iframe.srcdoc: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.srcdoc: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.name: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.name: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.name: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.name: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.name: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.name: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.name: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.name: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.name: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.name: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.name: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.name: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: typeof IDL attribute | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: IDL get with DOM attribute unset | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: setAttribute() to "" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: setAttribute() to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: setAttribute() to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: setAttribute() to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: setAttribute() to true followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: setAttribute() to false followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: setAttribute() to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.allowFullscreen: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: setAttribute() to "allowFullscreen" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: setAttribute() to "allowFullscreen" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to "" followed by hasAttribute() | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: IDL set to "" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to " foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to undefined followed by hasAttribute() | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: IDL set to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to null followed by hasAttribute() | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: IDL set to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to false followed by hasAttribute() | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to NaN followed by hasAttribute() | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.allowFullscreen: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.allowFullscreen: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| iframe.width: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.width: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.width: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.width: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.width: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.width: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.width: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.width: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.width: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.width: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.width: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.width: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.height: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.height: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.height: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.height: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.height: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.height: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.height: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.height: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.height: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.height: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.height: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.align: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.align: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.align: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.align: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.align: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.align: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.align: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.align: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.align: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.align: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.scrolling: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.scrolling: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.scrolling: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.scrolling: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.scrolling: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.scrolling: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.scrolling: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.frameBorder: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.frameBorder: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.frameBorder: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: setAttribute() to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| iframe.longDesc: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: setAttribute() to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: setAttribute() to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: setAttribute() to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: setAttribute() to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.longDesc: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| iframe.longDesc: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.longDesc: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| iframe.longDesc: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| iframe.longDesc: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: IDL set to "http://site.example/" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to "//site.example/path???@#l" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.longDesc: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| iframe.longDesc: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.longDesc: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| iframe.longDesc: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.longDesc: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.longDesc: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| iframe.marginHeight: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| iframe.marginHeight: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginHeight: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| iframe.marginWidth: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| iframe.marginWidth: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.title: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.title: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.title: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.title: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.title: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.title: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| embed.title: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| embed.title: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.title: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.lang: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.lang: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.lang: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.lang: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.lang: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.lang: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| embed.lang: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| embed.lang: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.lang: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to true followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to false followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.dir: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to "ltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to "ltr" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to "xltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to "xltr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to "ltr\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.dir: setAttribute() to "ltr\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to "tr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to "tr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to "LTR" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to "LTR" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to "rtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to "rtl" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to "xrtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to "xrtl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to "rtl\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.dir: setAttribute() to "rtl\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to "tl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to "tl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to "RTL" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to "RTL" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to "auto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to "xauto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to "xauto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.dir: setAttribute() to "auto\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to "uto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to "uto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: setAttribute() to "AUTO" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: setAttribute() to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to true followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to false followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.dir: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| embed.dir: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | PASS | PASS |
| embed.dir: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to "ltr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "ltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "ltr" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "xltr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "xltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "xltr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to "ltr\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "ltr\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.dir: IDL set to "ltr\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to "tr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "tr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "tr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to "LTR" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "LTR" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "LTR" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to "rtl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "rtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "rtl" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "xrtl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "xrtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "xrtl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to "rtl\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "rtl\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.dir: IDL set to "rtl\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to "tl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "tl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "tl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to "RTL" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "RTL" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "RTL" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to "auto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "auto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "xauto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "xauto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "xauto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to "auto\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.dir: IDL set to "auto\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to "uto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "uto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "uto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.dir: IDL set to "AUTO" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "AUTO" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.dir: IDL set to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| embed.className (<embed class>): typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| embed.className (<embed class>): IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| embed.className (<embed class>): IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.className (<embed class>): IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.hidden: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to "hidden" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: setAttribute() to "hidden" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to "" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to undefined followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to null followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to false followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to NaN followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.hidden: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.accessKey: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.accessKey: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.accessKey: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| embed.accessKey: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| embed.accessKey: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.accessKey: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.src: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.src: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.src: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.src: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.src: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.src: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to "http://site.example/" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to "//site.example/path???@#l" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.src: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.src: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.src: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.src: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| embed.src: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| embed.src: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.src: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.type: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.type: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.type: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.type: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.type: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.type: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.type: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| embed.type: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| embed.type: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.type: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.width: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.width: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.width: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.width: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.width: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.width: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.width: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.width: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| embed.width: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| embed.width: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.width: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.height: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.height: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.height: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.height: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.height: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.height: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.height: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.height: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| embed.height: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| embed.height: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.height: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.align: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.align: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.align: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.align: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.align: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.align: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.align: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| embed.align: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| embed.align: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.align: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.name: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.name: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.name: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.name: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.name: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.name: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.name: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| embed.name: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| embed.name: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| embed.name: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| embed.name: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.title: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.title: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.title: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.title: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.title: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.title: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.title: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.title: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.title: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.lang: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.lang: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.lang: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.lang: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.lang: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.lang: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.lang: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.lang: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.lang: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to true followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to false followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.dir: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to "ltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to "ltr" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to "xltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to "xltr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to "ltr\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.dir: setAttribute() to "ltr\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to "tr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to "tr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to "LTR" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to "LTR" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to "rtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to "rtl" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to "xrtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to "xrtl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to "rtl\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.dir: setAttribute() to "rtl\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to "tl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to "tl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to "RTL" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to "RTL" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to "auto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to "xauto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to "xauto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.dir: setAttribute() to "auto\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to "uto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to "uto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: setAttribute() to "AUTO" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: setAttribute() to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to true followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to false followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.dir: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| object.dir: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | PASS | PASS |
| object.dir: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to "ltr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "ltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "ltr" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "xltr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "xltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "xltr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to "ltr\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "ltr\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.dir: IDL set to "ltr\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to "tr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "tr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "tr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to "LTR" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "LTR" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "LTR" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to "rtl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "rtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "rtl" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "xrtl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "xrtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "xrtl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to "rtl\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "rtl\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.dir: IDL set to "rtl\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to "tl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "tl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "tl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to "RTL" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "RTL" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "RTL" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to "auto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "auto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "xauto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "xauto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "xauto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to "auto\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.dir: IDL set to "auto\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to "uto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "uto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "uto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.dir: IDL set to "AUTO" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "AUTO" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.dir: IDL set to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.className (<object class>): typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.className (<object class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.className (<object class>): IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.className (<object class>): IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.className (<object class>): IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.className (<object class>): IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.className (<object class>): IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.className (<object class>): IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.hidden: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to "hidden" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: setAttribute() to "hidden" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to "" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to undefined followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to null followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to false followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to NaN followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hidden: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.accessKey: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.accessKey: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.accessKey: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.accessKey: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.accessKey: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.accessKey: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.accessKey: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.accessKey: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.accessKey: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.data: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.data: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.data: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.data: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.data: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.data: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.data: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to " foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.data: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to "http://site.example/" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to "//site.example/path???@#l" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.data: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.data: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.data: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.data: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.data: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.data: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.data: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.type: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.type: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.type: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.type: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.type: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.type: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.type: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.type: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.type: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.type: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: typeof IDL attribute | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: IDL get with DOM attribute unset | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: setAttribute() to "" followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: setAttribute() to " foo " followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: setAttribute() to undefined followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: setAttribute() to null followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: setAttribute() to 7 followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: setAttribute() to 1.5 followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: setAttribute() to true followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: setAttribute() to false followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: setAttribute() to object "[object Object]" followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: setAttribute() to NaN followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: setAttribute() to Infinity followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: setAttribute() to -Infinity followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.typeMustMatch: setAttribute() to "\0" followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: setAttribute() to object "test-toString" followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: setAttribute() to object "test-valueOf" followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: setAttribute() to "typeMustMatch" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: setAttribute() to "typeMustMatch" followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to "" followed by hasAttribute() | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: IDL set to "" followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to " foo " followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to undefined followed by hasAttribute() | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: IDL set to undefined followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to null followed by hasAttribute() | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: IDL set to null followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to 7 followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to 1.5 followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to false followed by hasAttribute() | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to object "[object Object]" followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to NaN followed by hasAttribute() | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: IDL set to NaN followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to Infinity followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to -Infinity followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to "\0" followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to object "test-toString" followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.typeMustMatch: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.typeMustMatch: IDL set to object "test-valueOf" followed by IDL get | FAIL | PASS | - | FAIL | FAIL | FAIL | FAIL |
| object.name: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.name: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.name: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.name: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.name: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.name: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.name: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.name: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.name: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.name: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.name: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.name: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.useMap: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.useMap: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.useMap: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.useMap: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.useMap: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.useMap: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.useMap: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.useMap: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.useMap: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.useMap: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.useMap: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.width: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.width: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.width: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.width: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.width: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.width: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.width: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.width: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.width: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.width: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.width: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.height: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.height: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.height: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.height: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.height: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.height: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.height: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.height: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.height: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.height: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.height: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.align: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.align: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.align: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.align: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.align: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.align: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.align: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.align: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.align: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.align: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.align: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.archive: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.archive: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.archive: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.archive: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.archive: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.archive: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.archive: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.archive: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.archive: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.archive: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.archive: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to "" followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.code: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| object.code: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to undefined followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to 7 followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to 1.5 followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to true followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to false followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to object "[object Object]" followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to NaN followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to Infinity followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to -Infinity followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.code: setAttribute() to "\0" followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| object.code: setAttribute() to null followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to object "test-toString" followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: setAttribute() to object "test-valueOf" followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to "" followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.code: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| object.code: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to undefined followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to 7 followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to 1.5 followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to true followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to false followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to object "[object Object]" followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to NaN followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to Infinity followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to -Infinity followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.code: IDL set to "\0" followed by IDL get | PASS | FAIL | - | FAIL | PASS | PASS | PASS |
| object.code: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.code: IDL set to null followed by IDL get | PASS | FAIL | - | PASS | PASS | FAIL | FAIL |
| object.code: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to object "test-toString" followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.code: IDL set to object "test-valueOf" followed by IDL get | PASS | FAIL | - | PASS | PASS | PASS | PASS |
| object.declare: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.declare: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to "declare" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: setAttribute() to "declare" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to "" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to undefined followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to null followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to false followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to NaN followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.declare: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to -2147483649 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to -2147483649 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to -2147483648 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to -2147483648 followed by IDL get | FAIL | PASS | - | PASS | FAIL | FAIL | FAIL |
| object.hspace: setAttribute() to -36 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to -36 followed by IDL get | FAIL | PASS | - | PASS | FAIL | FAIL | FAIL |
| object.hspace: setAttribute() to -1 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to -1 followed by IDL get | FAIL | PASS | - | PASS | FAIL | FAIL | FAIL |
| object.hspace: setAttribute() to 0 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to 0 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to 1 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to 1 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to 257 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to 257 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to 2147483647 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to 2147483647 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to 2147483648 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to 2147483648 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to 4294967295 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to 4294967295 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to 4294967296 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to 4294967296 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to "-1" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to "-1" followed by IDL get | FAIL | PASS | - | PASS | FAIL | FAIL | FAIL |
| object.hspace: setAttribute() to "-0" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to "-0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.hspace: setAttribute() to "0" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to "0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to "1" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to "1" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.hspace: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.hspace: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.hspace: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to object "2" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to object "2" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: setAttribute() to object "3" followed by getAttribute() | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| object.hspace: setAttribute() to object "3" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| object.hspace: IDL set to 0 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: IDL set to 0 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: IDL set to 0 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: IDL set to 1 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: IDL set to 1 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: IDL set to 1 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: IDL set to 257 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: IDL set to 257 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: IDL set to 257 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: IDL set to 2147483647 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: IDL set to 2147483647 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: IDL set to 2147483647 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: IDL set to "-0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: IDL set to "-0" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.hspace: IDL set to "-0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.standby: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.standby: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.standby: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.standby: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.standby: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.standby: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.standby: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.standby: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.standby: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.standby: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.standby: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to -2147483649 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to -2147483649 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to -2147483648 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to -2147483648 followed by IDL get | FAIL | PASS | - | PASS | FAIL | FAIL | FAIL |
| object.vspace: setAttribute() to -36 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to -36 followed by IDL get | FAIL | PASS | - | PASS | FAIL | FAIL | FAIL |
| object.vspace: setAttribute() to -1 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to -1 followed by IDL get | FAIL | PASS | - | PASS | FAIL | FAIL | FAIL |
| object.vspace: setAttribute() to 0 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to 0 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to 1 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to 1 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to 257 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to 257 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to 2147483647 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to 2147483647 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to 2147483648 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to 2147483648 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to 4294967295 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to 4294967295 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to 4294967296 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to 4294967296 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to "-1" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to "-1" followed by IDL get | FAIL | PASS | - | PASS | FAIL | FAIL | FAIL |
| object.vspace: setAttribute() to "-0" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to "-0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.vspace: setAttribute() to "0" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to "0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to "1" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to "1" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.vspace: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.vspace: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.vspace: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to object "2" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to object "2" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: setAttribute() to object "3" followed by getAttribute() | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| object.vspace: setAttribute() to object "3" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| object.vspace: IDL set to 0 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: IDL set to 0 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: IDL set to 0 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: IDL set to 1 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: IDL set to 1 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: IDL set to 1 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: IDL set to 257 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: IDL set to 257 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: IDL set to 257 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: IDL set to 2147483647 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: IDL set to 2147483647 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: IDL set to 2147483647 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: IDL set to "-0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: IDL set to "-0" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.vspace: IDL set to "-0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: setAttribute() to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| object.codeBase: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: setAttribute() to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: setAttribute() to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: setAttribute() to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: setAttribute() to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.codeBase: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| object.codeBase: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.codeBase: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| object.codeBase: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| object.codeBase: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: IDL set to "http://site.example/" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to "//site.example/path???@#l" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.codeBase: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| object.codeBase: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.codeBase: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| object.codeBase: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeBase: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeBase: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeType: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.codeType: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.codeType: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.codeType: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.codeType: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.codeType: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.codeType: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.codeType: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.codeType: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeType: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| object.codeType: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.codeType: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.border: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.border: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.border: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.border: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.border: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.border: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.border: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| object.border: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| object.border: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| object.border: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.title: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.title: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.title: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.title: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.title: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.title: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| param.title: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| param.title: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.title: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.lang: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.lang: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.lang: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.lang: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.lang: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.lang: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| param.lang: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| param.lang: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.lang: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to true followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to false followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.dir: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to "ltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to "ltr" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to "xltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to "xltr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to "ltr\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.dir: setAttribute() to "ltr\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to "tr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to "tr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to "LTR" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to "LTR" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to "rtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to "rtl" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to "xrtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to "xrtl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to "rtl\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.dir: setAttribute() to "rtl\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to "tl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to "tl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to "RTL" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to "RTL" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to "auto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to "xauto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to "xauto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.dir: setAttribute() to "auto\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to "uto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to "uto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: setAttribute() to "AUTO" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: setAttribute() to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to true followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to false followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.dir: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| param.dir: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | PASS | PASS |
| param.dir: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to "ltr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "ltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "ltr" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "xltr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "xltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "xltr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to "ltr\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "ltr\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.dir: IDL set to "ltr\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to "tr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "tr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "tr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to "LTR" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "LTR" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "LTR" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to "rtl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "rtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "rtl" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "xrtl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "xrtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "xrtl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to "rtl\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "rtl\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.dir: IDL set to "rtl\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to "tl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "tl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "tl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to "RTL" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "RTL" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "RTL" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to "auto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "auto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "xauto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "xauto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "xauto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to "auto\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.dir: IDL set to "auto\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to "uto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "uto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "uto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.dir: IDL set to "AUTO" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "AUTO" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.dir: IDL set to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| param.className (<param class>): typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.className (<param class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.className (<param class>): IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.className (<param class>): IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.className (<param class>): IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| param.className (<param class>): IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| param.className (<param class>): IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.className (<param class>): IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.hidden: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to "hidden" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: setAttribute() to "hidden" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to "" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to undefined followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to null followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to false followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to NaN followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.hidden: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.accessKey: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.accessKey: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.accessKey: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.accessKey: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.accessKey: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.accessKey: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| param.accessKey: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| param.accessKey: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.accessKey: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.name: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.name: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.name: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.name: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.name: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.name: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.name: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.name: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| param.name: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| param.name: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.name: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.value: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.value: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.value: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.value: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.value: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.value: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.value: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.value: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| param.value: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| param.value: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.value: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.type: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.type: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.type: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.type: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.type: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.type: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.type: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| param.type: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| param.type: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.type: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.valueType: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.valueType: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.valueType: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.valueType: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.valueType: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.valueType: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.valueType: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| param.valueType: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| param.valueType: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| param.valueType: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| param.valueType: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.title: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.title: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.title: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.title: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to NaN followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.title: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.title: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.title: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.title: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.title: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.title: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.title: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to null followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.title: IDL set to null followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.title: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.title: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.title: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.title: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.title: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.lang: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.lang: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.lang: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.lang: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.lang: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to NaN followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.lang: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.lang: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.lang: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.lang: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.lang: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.lang: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.lang: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to null followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.lang: IDL set to null followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.lang: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.lang: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.lang: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.lang: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.lang: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to true followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to false followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to "ltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to "ltr" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to "xltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to "xltr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to "ltr\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: setAttribute() to "ltr\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to "tr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to "tr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to "LTR" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to "LTR" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to "rtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to "rtl" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to "xrtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to "xrtl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to "rtl\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: setAttribute() to "rtl\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to "tl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to "tl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to "RTL" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to "RTL" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to "auto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to "xauto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to "xauto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: setAttribute() to "auto\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to "uto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to "uto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: setAttribute() to "AUTO" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: setAttribute() to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to true followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to false followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to NaN followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | PASS | PASS |
| video.dir: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to "ltr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to "ltr" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to "ltr" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to "xltr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to "xltr" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to "xltr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to "ltr\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to "ltr\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to "ltr\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to "tr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to "tr" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to "tr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to "LTR" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to "LTR" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to "LTR" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to "rtl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to "rtl" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to "rtl" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to "xrtl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to "xrtl" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to "xrtl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to "rtl\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to "rtl\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to "rtl\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to "tl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to "tl" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to "tl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to "RTL" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to "RTL" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to "RTL" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to "auto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to "auto" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to "xauto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to "xauto" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to "xauto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to "auto\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to "auto\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to "uto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to "uto" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to "uto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.dir: IDL set to "AUTO" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.dir: IDL set to "AUTO" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.dir: IDL set to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| video.className (<video class>): typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.className (<video class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.className (<video class>): IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to NaN followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.className (<video class>): IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.className (<video class>): IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.className (<video class>): IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.className (<video class>): IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.className (<video class>): IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.className (<video class>): IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.className (<video class>): IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to null followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.className (<video class>): IDL set to null followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.className (<video class>): IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.className (<video class>): IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.className (<video class>): IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.className (<video class>): IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.className (<video class>): IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.hidden: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.hidden: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to "hidden" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: setAttribute() to "hidden" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to "" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to undefined followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to null followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to false followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to NaN followed by hasAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.hidden: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.hidden: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.hidden: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.hidden: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.hidden: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.hidden: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.hidden: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.accessKey: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.accessKey: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.accessKey: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.accessKey: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.accessKey: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to NaN followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.accessKey: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.accessKey: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.accessKey: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.accessKey: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.accessKey: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.accessKey: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.accessKey: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to null followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.accessKey: IDL set to null followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.accessKey: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.accessKey: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.accessKey: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.accessKey: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.accessKey: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.src: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.src: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.src: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.src: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.src: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.src: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.src: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to "http://site.example/" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to "//site.example/path???@#l" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.src: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.src: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to NaN followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.src: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.src: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.src: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.src: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.src: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.src: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.src: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.src: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to null followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.src: IDL set to null followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.src: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.src: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.src: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.src: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.src: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.crossOrigin: typeof IDL attribute | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL get with DOM attribute unset | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to "" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to undefined followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to 7 followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to 1.5 followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to true followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to false followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to object "[object Object]" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to NaN followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to Infinity followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to -Infinity followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to "\0" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to null followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to object "test-toString" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to object "test-valueOf" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to "anonymous" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to "anonymous" followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: setAttribute() to "xanonymous" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to "xanonymous" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to "anonymous\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to "anonymous\0" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to "nonymous" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to "nonymous" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to "ANONYMOUS" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to "ANONYMOUS" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to "use-credentials" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to "use-credentials" followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: setAttribute() to "xuse-credentials" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to "xuse-credentials" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to "use-credentials\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to "use-credentials\0" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to "se-credentials" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to "se-credentials" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: setAttribute() to "USE-CREDENTIALS" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: setAttribute() to "USE-CREDENTIALS" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to "" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to "" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to undefined followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to undefined followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to 7 followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to 7 followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to 1.5 followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to true followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to true followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to false followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to false followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to object "[object Object]" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to NaN followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to NaN followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to Infinity followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to -Infinity followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to "\0" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to null followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to object "test-toString" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to object "test-valueOf" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to "anonymous" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to "anonymous" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to "anonymous" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to "xanonymous" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to "xanonymous" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to "xanonymous" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to "anonymous\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to "anonymous\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to "anonymous\0" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to "nonymous" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to "nonymous" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to "nonymous" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to "ANONYMOUS" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to "ANONYMOUS" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to "ANONYMOUS" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to "use-credentials" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to "use-credentials" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to "use-credentials" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to "xuse-credentials" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to "xuse-credentials" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to "xuse-credentials" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to "use-credentials\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to "use-credentials\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to "use-credentials\0" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to "se-credentials" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to "se-credentials" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.crossOrigin: IDL set to "se-credentials" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.crossOrigin: IDL set to "USE-CREDENTIALS" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to "USE-CREDENTIALS" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.crossOrigin: IDL set to "USE-CREDENTIALS" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.preload: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: setAttribute() to "none" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: setAttribute() to "none" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: setAttribute() to "NONE" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: setAttribute() to "NONE" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: setAttribute() to "metadata" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: setAttribute() to "metadata" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: setAttribute() to "METADATA" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: setAttribute() to "METADATA" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: setAttribute() to "auto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: setAttribute() to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: setAttribute() to "AUTO" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: setAttribute() to "AUTO" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to NaN followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to "none" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to "none" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to "none" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to "xnone" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to "xnone" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to "none\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to "none\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to "one" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to "one" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to "NONE" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to "NONE" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to "NONE" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to "metadata" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to "metadata" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to "metadata" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to "xmetadata" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to "xmetadata" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to "metadata\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to "metadata\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to "etadata" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to "etadata" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to "METADATA" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to "METADATA" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to "METADATA" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to "auto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to "auto" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to "xauto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to "xauto" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to "auto\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to "uto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to "uto" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to "AUTO" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.preload: IDL set to "AUTO" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.preload: IDL set to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.autoplay: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.autoplay: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to "autoplay" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: setAttribute() to "autoplay" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to "" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to undefined followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to null followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to false followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to NaN followed by hasAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.autoplay: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.autoplay: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.autoplay: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.autoplay: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.autoplay: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.autoplay: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.autoplay: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.loop: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.loop: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to "loop" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: setAttribute() to "loop" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to "" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to undefined followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to null followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to false followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to NaN followed by hasAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.loop: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.loop: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.loop: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.loop: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.loop: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.loop: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.loop: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: typeof IDL attribute | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL get with DOM attribute unset | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to "" followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to undefined followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to 7 followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to 1.5 followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to true followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to false followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to object "[object Object]" followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to NaN followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to Infinity followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to -Infinity followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to "\0" followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to null followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to object "test-toString" followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: setAttribute() to object "test-valueOf" followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: IDL set to "" followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: IDL set to undefined followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to undefined followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: IDL set to 7 followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to 7 followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: IDL set to 1.5 followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to 1.5 followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: IDL set to true followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to true followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: IDL set to false followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to false followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: IDL set to object "[object Object]" followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to object "[object Object]" followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: IDL set to NaN followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to NaN followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: IDL set to Infinity followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to Infinity followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: IDL set to -Infinity followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to -Infinity followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: IDL set to "\0" followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: IDL set to null followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | FAIL | FAIL |
| video.mediaGroup: IDL set to null followed by IDL get | FAIL | FAIL | - | FAIL | PASS | FAIL | FAIL |
| video.mediaGroup: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: IDL set to object "test-toString" followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to object "test-toString" followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.mediaGroup: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.mediaGroup: IDL set to object "test-valueOf" followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| video.controls: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.controls: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to "controls" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: setAttribute() to "controls" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to "" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to undefined followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to null followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to false followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to NaN followed by hasAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.controls: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.controls: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.controls: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.controls: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.controls: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.controls: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.controls: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to "muted" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): setAttribute() to "muted" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to "" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to undefined followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to null followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to false followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to NaN followed by hasAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.defaultMuted (<video muted>): IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.width: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to -2147483649 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to -2147483649 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to -2147483648 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to -2147483648 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to -36 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to -36 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to -1 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to -1 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to 0 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to 0 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to 1 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to 1 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to 257 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to 257 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to 2147483647 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to 2147483647 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to 2147483648 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to 2147483648 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to 4294967295 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to 4294967295 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to 4294967296 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to 4294967296 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to "-1" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to "-1" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to "-0" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to "-0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.width: setAttribute() to "0" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to "0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to "1" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to "1" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.width: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.width: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.width: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to object "2" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to object "2" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: setAttribute() to object "3" followed by getAttribute() | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.width: setAttribute() to object "3" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.width: IDL set to 0 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: IDL set to 0 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: IDL set to 0 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: IDL set to 1 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: IDL set to 1 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: IDL set to 1 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: IDL set to 257 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: IDL set to 257 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: IDL set to 257 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: IDL set to 2147483647 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: IDL set to 2147483647 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: IDL set to 2147483647 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: IDL set to "-0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: IDL set to "-0" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.width: IDL set to "-0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to -2147483649 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to -2147483649 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to -2147483648 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to -2147483648 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to -36 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to -36 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to -1 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to -1 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to 0 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to 0 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to 1 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to 1 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to 257 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to 257 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to 2147483647 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to 2147483647 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to 2147483648 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to 2147483648 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to 4294967295 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to 4294967295 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to 4294967296 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to 4294967296 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to "-1" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to "-1" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to "-0" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to "-0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.height: setAttribute() to "0" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to "0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to "1" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to "1" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.height: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.height: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.height: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to object "2" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to object "2" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: setAttribute() to object "3" followed by getAttribute() | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.height: setAttribute() to object "3" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| video.height: IDL set to 0 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: IDL set to 0 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: IDL set to 0 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: IDL set to 1 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: IDL set to 1 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: IDL set to 1 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: IDL set to 257 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: IDL set to 257 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: IDL set to 257 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: IDL set to 2147483647 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: IDL set to 2147483647 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: IDL set to 2147483647 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: IDL set to "-0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: IDL set to "-0" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.height: IDL set to "-0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.poster: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.poster: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.poster: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.poster: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.poster: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.poster: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to "http://site.example/" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to "//site.example/path???@#l" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.poster: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.poster: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to NaN followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.poster: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.poster: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.poster: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.poster: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.poster: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.poster: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.poster: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.poster: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to null followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.poster: IDL set to null followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| video.poster: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.poster: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.poster: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| video.poster: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| video.poster: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.title: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.title: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.title: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.title: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.title: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to NaN followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.title: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.title: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.title: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.title: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.title: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.title: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.title: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to null followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.title: IDL set to null followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.title: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.title: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.title: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.title: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.title: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.lang: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.lang: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.lang: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.lang: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.lang: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to NaN followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.lang: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.lang: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.lang: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.lang: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.lang: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.lang: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.lang: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to null followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.lang: IDL set to null followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.lang: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.lang: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.lang: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.lang: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.lang: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to true followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to false followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to "ltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to "ltr" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to "xltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to "xltr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to "ltr\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: setAttribute() to "ltr\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to "tr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to "tr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to "LTR" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to "LTR" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to "rtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to "rtl" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to "xrtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to "xrtl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to "rtl\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: setAttribute() to "rtl\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to "tl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to "tl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to "RTL" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to "RTL" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to "auto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to "xauto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to "xauto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: setAttribute() to "auto\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to "uto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to "uto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: setAttribute() to "AUTO" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: setAttribute() to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to true followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to false followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to NaN followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | PASS | PASS |
| audio.dir: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to "ltr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to "ltr" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to "ltr" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to "xltr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to "xltr" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to "xltr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to "ltr\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to "ltr\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to "ltr\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to "tr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to "tr" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to "tr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to "LTR" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to "LTR" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to "LTR" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to "rtl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to "rtl" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to "rtl" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to "xrtl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to "xrtl" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to "xrtl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to "rtl\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to "rtl\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to "rtl\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to "tl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to "tl" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to "tl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to "RTL" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to "RTL" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to "RTL" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to "auto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to "auto" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to "xauto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to "xauto" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to "xauto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to "auto\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to "auto\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to "uto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to "uto" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to "uto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.dir: IDL set to "AUTO" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.dir: IDL set to "AUTO" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.dir: IDL set to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| audio.className (<audio class>): typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to NaN followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to null followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.className (<audio class>): IDL set to null followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.className (<audio class>): IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.className (<audio class>): IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.hidden: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.hidden: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to "hidden" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: setAttribute() to "hidden" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to "" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to undefined followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to null followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to false followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to NaN followed by hasAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.hidden: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.hidden: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.hidden: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.hidden: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.hidden: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.hidden: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.hidden: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.accessKey: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.accessKey: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to NaN followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.accessKey: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.accessKey: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.accessKey: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.accessKey: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.accessKey: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.accessKey: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.accessKey: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to null followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.accessKey: IDL set to null followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.accessKey: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.accessKey: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.accessKey: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.accessKey: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.accessKey: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.src: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.src: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.src: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.src: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.src: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.src: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.src: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to "http://site.example/" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to "//site.example/path???@#l" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.src: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.src: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to NaN followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.src: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.src: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.src: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.src: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.src: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.src: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.src: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.src: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to null followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.src: IDL set to null followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.src: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.src: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.src: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.src: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.src: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.crossOrigin: typeof IDL attribute | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL get with DOM attribute unset | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to "" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to undefined followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to 7 followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to 1.5 followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to true followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to false followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to object "[object Object]" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to NaN followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to Infinity followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to -Infinity followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to "\0" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to null followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to object "test-toString" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to object "test-valueOf" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to "anonymous" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to "anonymous" followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to "xanonymous" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to "xanonymous" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to "anonymous\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to "anonymous\0" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to "nonymous" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to "nonymous" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to "ANONYMOUS" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to "ANONYMOUS" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to "use-credentials" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to "use-credentials" followed by IDL get | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to "xuse-credentials" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to "xuse-credentials" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to "use-credentials\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to "use-credentials\0" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to "se-credentials" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to "se-credentials" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: setAttribute() to "USE-CREDENTIALS" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: setAttribute() to "USE-CREDENTIALS" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to "" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to "" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to undefined followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to undefined followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to 7 followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to 7 followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to 1.5 followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to true followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to true followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to false followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to false followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to object "[object Object]" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to NaN followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to NaN followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to Infinity followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to -Infinity followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to "\0" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to null followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to object "test-toString" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to object "test-valueOf" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to "anonymous" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to "anonymous" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to "anonymous" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to "xanonymous" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to "xanonymous" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to "xanonymous" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to "anonymous\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to "anonymous\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to "anonymous\0" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to "nonymous" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to "nonymous" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to "nonymous" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to "ANONYMOUS" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to "ANONYMOUS" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to "ANONYMOUS" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to "use-credentials" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to "use-credentials" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to "use-credentials" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to "xuse-credentials" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to "xuse-credentials" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to "xuse-credentials" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to "use-credentials\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to "use-credentials\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to "use-credentials\0" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to "se-credentials" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to "se-credentials" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | FAIL | FAIL |
| audio.crossOrigin: IDL set to "se-credentials" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.crossOrigin: IDL set to "USE-CREDENTIALS" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to "USE-CREDENTIALS" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.crossOrigin: IDL set to "USE-CREDENTIALS" followed by IDL get | PASS | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| audio.preload: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: setAttribute() to "none" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: setAttribute() to "none" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: setAttribute() to "NONE" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: setAttribute() to "NONE" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: setAttribute() to "metadata" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: setAttribute() to "metadata" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: setAttribute() to "METADATA" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: setAttribute() to "METADATA" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: setAttribute() to "auto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: setAttribute() to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: setAttribute() to "AUTO" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: setAttribute() to "AUTO" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to NaN followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to "none" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to "none" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to "none" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to "xnone" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to "xnone" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to "none\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to "none\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to "one" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to "one" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to "NONE" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to "NONE" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to "NONE" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to "metadata" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to "metadata" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to "metadata" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to "xmetadata" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to "xmetadata" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to "metadata\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to "metadata\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to "etadata" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to "etadata" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to "METADATA" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to "METADATA" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to "METADATA" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to "auto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to "auto" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to "xauto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to "xauto" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to "auto\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to "uto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to "uto" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to "AUTO" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.preload: IDL set to "AUTO" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.preload: IDL set to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.autoplay: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to "autoplay" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: setAttribute() to "autoplay" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to "" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to undefined followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to null followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to false followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to NaN followed by hasAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.autoplay: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.autoplay: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.autoplay: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.autoplay: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.autoplay: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.autoplay: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.autoplay: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.loop: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.loop: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to "loop" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: setAttribute() to "loop" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to "" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to undefined followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to null followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to false followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to NaN followed by hasAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.loop: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.loop: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.loop: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.loop: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.loop: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.loop: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.loop: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: typeof IDL attribute | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL get with DOM attribute unset | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to "" followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to undefined followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to 7 followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to 1.5 followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to true followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to false followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to object "[object Object]" followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to NaN followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to Infinity followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to -Infinity followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to "\0" followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to null followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to object "test-toString" followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: setAttribute() to object "test-valueOf" followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to "" followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to undefined followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to undefined followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to 7 followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to 7 followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to 1.5 followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to 1.5 followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to true followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to true followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to false followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to false followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to object "[object Object]" followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to object "[object Object]" followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to NaN followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to NaN followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to Infinity followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to Infinity followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to -Infinity followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to -Infinity followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to "\0" followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to null followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | FAIL | FAIL |
| audio.mediaGroup: IDL set to null followed by IDL get | FAIL | FAIL | - | FAIL | PASS | FAIL | FAIL |
| audio.mediaGroup: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to object "test-toString" followed by getAttribute() | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to object "test-toString" followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.mediaGroup: IDL set to object "test-valueOf" followed by IDL get | FAIL | FAIL | - | FAIL | PASS | PASS | PASS |
| audio.controls: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.controls: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to "controls" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: setAttribute() to "controls" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to "" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to undefined followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to null followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to false followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to NaN followed by hasAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.controls: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.controls: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.controls: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.controls: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.controls: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.controls: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.controls: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to "muted" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): setAttribute() to "muted" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to "" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to undefined followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to null followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to false followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to NaN followed by hasAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| audio.defaultMuted (<audio muted>): IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.title: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.title: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.title: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.title: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.title: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.title: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.title: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| source.title: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| source.title: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.title: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.lang: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.lang: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.lang: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.lang: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.lang: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.lang: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| source.lang: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| source.lang: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.lang: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to true followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to false followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.dir: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to "ltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to "ltr" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to "xltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to "xltr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to "ltr\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.dir: setAttribute() to "ltr\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to "tr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to "tr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to "LTR" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to "LTR" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to "rtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to "rtl" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to "xrtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to "xrtl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to "rtl\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.dir: setAttribute() to "rtl\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to "tl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to "tl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to "RTL" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to "RTL" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to "auto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to "xauto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to "xauto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.dir: setAttribute() to "auto\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to "uto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to "uto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: setAttribute() to "AUTO" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: setAttribute() to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to true followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to false followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.dir: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| source.dir: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | PASS | PASS |
| source.dir: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to "ltr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "ltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "ltr" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "xltr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "xltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "xltr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to "ltr\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "ltr\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.dir: IDL set to "ltr\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to "tr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "tr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "tr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to "LTR" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "LTR" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "LTR" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to "rtl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "rtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "rtl" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "xrtl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "xrtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "xrtl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to "rtl\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "rtl\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.dir: IDL set to "rtl\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to "tl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "tl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "tl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to "RTL" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "RTL" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "RTL" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to "auto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "auto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "xauto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "xauto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "xauto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to "auto\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.dir: IDL set to "auto\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to "uto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "uto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "uto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.dir: IDL set to "AUTO" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "AUTO" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.dir: IDL set to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| source.className (<source class>): typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.className (<source class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.className (<source class>): IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.className (<source class>): IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.className (<source class>): IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| source.className (<source class>): IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| source.className (<source class>): IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.className (<source class>): IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.hidden: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to "hidden" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: setAttribute() to "hidden" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to "" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to undefined followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to null followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to false followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to NaN followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.hidden: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.accessKey: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.accessKey: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.accessKey: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.accessKey: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.accessKey: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.accessKey: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| source.accessKey: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| source.accessKey: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.accessKey: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.src: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.src: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.src: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.src: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.src: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.src: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to "http://site.example/" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to "//site.example/path???@#l" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.src: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.src: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.src: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.src: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| source.src: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| source.src: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.src: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.type: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.type: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.type: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.type: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.type: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.type: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.type: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.type: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.type: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.media: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.media: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.media: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.media: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.media: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.media: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.media: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| source.media: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| source.media: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.title: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.title: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.title: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.title: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.title: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.title: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| track.title: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| track.title: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.title: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.lang: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.lang: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.lang: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.lang: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.lang: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.lang: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| track.lang: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| track.lang: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.lang: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to true followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to false followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.dir: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to "ltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to "ltr" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to "xltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to "xltr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to "ltr\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.dir: setAttribute() to "ltr\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to "tr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to "tr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to "LTR" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to "LTR" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to "rtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to "rtl" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to "xrtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to "xrtl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to "rtl\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.dir: setAttribute() to "rtl\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to "tl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to "tl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to "RTL" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to "RTL" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to "auto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to "xauto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to "xauto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.dir: setAttribute() to "auto\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to "uto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to "uto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: setAttribute() to "AUTO" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: setAttribute() to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to true followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to false followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.dir: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| track.dir: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | PASS | PASS |
| track.dir: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to "ltr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "ltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "ltr" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "xltr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "xltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "xltr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to "ltr\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "ltr\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.dir: IDL set to "ltr\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to "tr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "tr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "tr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to "LTR" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "LTR" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "LTR" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to "rtl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "rtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "rtl" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "xrtl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "xrtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "xrtl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to "rtl\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "rtl\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.dir: IDL set to "rtl\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to "tl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "tl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "tl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to "RTL" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "RTL" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "RTL" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to "auto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "auto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "xauto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "xauto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "xauto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to "auto\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.dir: IDL set to "auto\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to "uto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "uto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "uto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.dir: IDL set to "AUTO" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "AUTO" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.dir: IDL set to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| track.className (<track class>): typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.className (<track class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.className (<track class>): IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.className (<track class>): IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.className (<track class>): IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| track.className (<track class>): IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| track.className (<track class>): IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.className (<track class>): IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.hidden: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to "hidden" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: setAttribute() to "hidden" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to "" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to undefined followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to null followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to false followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to NaN followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.hidden: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.accessKey: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.accessKey: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.accessKey: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.accessKey: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.accessKey: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.accessKey: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| track.accessKey: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| track.accessKey: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.accessKey: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL get with DOM attribute unset | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to "" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.kind: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to undefined followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to 7 followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to 1.5 followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to true followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to false followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to object "[object Object]" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to NaN followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to Infinity followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to -Infinity followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.kind: setAttribute() to "\0" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to null followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to object "test-toString" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to object "test-valueOf" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to "subtitles" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to "subtitles" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: setAttribute() to "xsubtitles" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to "xsubtitles" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to "subtitles\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.kind: setAttribute() to "subtitles\0" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to "ubtitles" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to "ubtitles" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to "SUBTITLES" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to "SUBTITLES" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: setAttribute() to "captions" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to "captions" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: setAttribute() to "xcaptions" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to "xcaptions" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | PASS | FAIL |
| track.kind: setAttribute() to "captions\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.kind: setAttribute() to "captions\0" followed by IDL get | FAIL | FAIL | - | PASS | FAIL | PASS | FAIL |
| track.kind: setAttribute() to "aptions" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to "aptions" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | PASS | FAIL |
| track.kind: setAttribute() to "CAPTIONS" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to "CAPTIONS" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: setAttribute() to "descriptions" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to "descriptions" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: setAttribute() to "xdescriptions" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to "xdescriptions" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to "descriptions\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.kind: setAttribute() to "descriptions\0" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to "escriptions" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to "escriptions" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to "DESCRIPTIONS" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to "DESCRIPTIONS" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: setAttribute() to "chapters" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to "chapters" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: setAttribute() to "xchapters" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to "xchapters" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to "chapters\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.kind: setAttribute() to "chapters\0" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to "hapters" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to "hapters" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to "CHAPTERS" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to "CHAPTERS" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: setAttribute() to "metadata" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to "metadata" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: setAttribute() to "xmetadata" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to "xmetadata" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to "metadata\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.kind: setAttribute() to "metadata\0" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to "etadata" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to "etadata" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: setAttribute() to "METADATA" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: setAttribute() to "METADATA" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.kind: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to undefined followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to 7 followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to 1.5 followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to true followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to false followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to object "[object Object]" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to NaN followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to Infinity followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to -Infinity followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.kind: IDL set to "\0" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to null followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to object "test-toString" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to object "test-valueOf" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to "subtitles" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "subtitles" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "subtitles" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "xsubtitles" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "xsubtitles" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "xsubtitles" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to "subtitles\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "subtitles\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.kind: IDL set to "subtitles\0" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to "ubtitles" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "ubtitles" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "ubtitles" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to "SUBTITLES" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "SUBTITLES" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "SUBTITLES" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "captions" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "captions" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "captions" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "xcaptions" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "xcaptions" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "xcaptions" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | PASS | FAIL |
| track.kind: IDL set to "captions\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "captions\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.kind: IDL set to "captions\0" followed by IDL get | FAIL | FAIL | - | PASS | FAIL | PASS | FAIL |
| track.kind: IDL set to "aptions" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "aptions" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "aptions" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | PASS | FAIL |
| track.kind: IDL set to "CAPTIONS" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "CAPTIONS" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "CAPTIONS" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "descriptions" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "descriptions" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "descriptions" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "xdescriptions" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "xdescriptions" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "xdescriptions" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to "descriptions\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "descriptions\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.kind: IDL set to "descriptions\0" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to "escriptions" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "escriptions" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "escriptions" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to "DESCRIPTIONS" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "DESCRIPTIONS" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "DESCRIPTIONS" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "chapters" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "chapters" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "chapters" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "xchapters" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "xchapters" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "xchapters" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to "chapters\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "chapters\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.kind: IDL set to "chapters\0" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to "hapters" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "hapters" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "hapters" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to "CHAPTERS" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "CHAPTERS" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "CHAPTERS" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "metadata" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "metadata" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "metadata" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "xmetadata" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "xmetadata" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "xmetadata" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to "metadata\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "metadata\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.kind: IDL set to "metadata\0" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to "etadata" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "etadata" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.kind: IDL set to "etadata" followed by IDL get | FAIL | FAIL | - | FAIL | FAIL | FAIL | FAIL |
| track.kind: IDL set to "METADATA" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "METADATA" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.kind: IDL set to "METADATA" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: setAttribute() to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.src: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: setAttribute() to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: setAttribute() to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: setAttribute() to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: setAttribute() to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.src: setAttribute() to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.src: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.src: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.src: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to "" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.src: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: IDL set to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to "http://site.example/" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: IDL set to "http://site.example/" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to "http://site.example/" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: IDL set to "//site.example/path???@#l" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: IDL set to "//site.example/path???@#l" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to "//site.example/path???@#l" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.src: IDL set to "\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.src: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.src: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.src: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| track.src: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| track.src: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.src: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.src: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.srclang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.srclang: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.srclang: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.srclang: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.srclang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.srclang: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.srclang: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.srclang: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.srclang: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.srclang: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.label: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.label: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.label: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.label: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.label: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.label: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | FAIL |
| track.label: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.label: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.label: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.label: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| track.default: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: setAttribute() to "default" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: setAttribute() to "default" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to "" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to undefined followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to null followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to false followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to NaN followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| track.default: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| track.default: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | FAIL |
| canvas.title: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.title: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.title: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.title: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.title: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.title: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.title: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| canvas.title: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| canvas.title: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.title: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.lang: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.lang: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.lang: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.lang: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.lang: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.lang: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| canvas.lang: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| canvas.lang: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.lang: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to true followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to false followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.dir: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to "ltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to "ltr" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to "xltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to "xltr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to "ltr\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.dir: setAttribute() to "ltr\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to "tr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to "tr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to "LTR" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to "LTR" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to "rtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to "rtl" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to "xrtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to "xrtl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to "rtl\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.dir: setAttribute() to "rtl\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to "tl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to "tl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to "RTL" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to "RTL" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to "auto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to "xauto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to "xauto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.dir: setAttribute() to "auto\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to "uto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to "uto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: setAttribute() to "AUTO" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: setAttribute() to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to undefined followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to 7 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to 1.5 followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to true followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to false followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to NaN followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to -Infinity followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.dir: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to null followed by IDL get | PASS | PASS | - | FAIL | FAIL | PASS | PASS |
| canvas.dir: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to "ltr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "ltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "ltr" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "xltr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "xltr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "xltr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to "ltr\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "ltr\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.dir: IDL set to "ltr\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to "tr" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "tr" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "tr" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to "LTR" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "LTR" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "LTR" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to "rtl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "rtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "rtl" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "xrtl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "xrtl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "xrtl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to "rtl\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "rtl\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.dir: IDL set to "rtl\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to "tl" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "tl" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "tl" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to "RTL" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "RTL" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "RTL" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to "auto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "auto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "auto" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "xauto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "xauto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "xauto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to "auto\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "auto\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.dir: IDL set to "auto\0" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to "uto" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "uto" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "uto" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.dir: IDL set to "AUTO" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "AUTO" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.dir: IDL set to "AUTO" followed by IDL get | PASS | PASS | - | FAIL | FAIL | FAIL | FAIL |
| canvas.className (<canvas class>): typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| canvas.className (<canvas class>): IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| canvas.className (<canvas class>): IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.className (<canvas class>): IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to "hidden" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: setAttribute() to "hidden" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to "" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to " foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to " foo " followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to undefined followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to null followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to true followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to false followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to NaN followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to "\0" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.hidden: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to null followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to "" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to "" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to "" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.accessKey: IDL set to undefined should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to undefined followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to undefined followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to 7 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to 7 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to 7 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to 1.5 should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to 1.5 followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to true should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to true followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to true followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to false should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to false followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to false followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to object "[object Object]" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to NaN should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to NaN followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to NaN followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to -Infinity should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to -Infinity followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to "\0" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.accessKey: IDL set to "\0" followed by IDL get | PASS | PASS | - | FAIL | PASS | PASS | PASS |
| canvas.accessKey: IDL set to null should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to null followed by getAttribute() | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| canvas.accessKey: IDL set to null followed by IDL get | PASS | PASS | - | PASS | PASS | FAIL | FAIL |
| canvas.accessKey: IDL set to object "test-toString" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.accessKey: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.width: typeof IDL attribute | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.width: IDL get with DOM attribute unset | PASS | PASS | - | PASS | PASS | PASS | PASS |
| canvas.width: setAttribute() to -2147483649 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to -2147483649 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to -2147483648 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to -2147483648 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to -36 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to -36 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to -1 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to -1 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to 0 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to 0 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to 1 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to 1 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to 257 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to 257 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to 2147483648 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to 2147483648 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to 4294967295 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to 4294967295 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to 4294967296 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to 4294967296 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to "" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to "-1" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to "-1" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to "-0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to "-0" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to "0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to "0" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to "1" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to "1" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to undefined followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to true followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to true followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to false followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to false followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to NaN followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to object "2" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to object "2" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: setAttribute() to object "3" followed by getAttribute() | FAIL | FAIL | - | - | FAIL | FAIL | FAIL |
| canvas.width: setAttribute() to object "3" followed by IDL get | FAIL | FAIL | - | - | FAIL | FAIL | FAIL |
| canvas.width: IDL set to 0 should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: IDL set to 0 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: IDL set to 0 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: IDL set to 1 should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: IDL set to 1 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: IDL set to 1 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: IDL set to 257 should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: IDL set to 257 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: IDL set to 257 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: IDL set to "-0" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: IDL set to "-0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.width: IDL set to "-0" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: typeof IDL attribute | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: IDL get with DOM attribute unset | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to -2147483649 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to -2147483649 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to -2147483648 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to -2147483648 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to -36 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to -36 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to -1 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to -1 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to 0 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to 0 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to 1 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to 1 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to 257 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to 257 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to 2147483648 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to 2147483648 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to 4294967295 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to 4294967295 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to 4294967296 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to 4294967296 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to "" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to "-1" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to "-1" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to "-0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to "-0" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to "0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to "0" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to "1" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to "1" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to undefined followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to true followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to true followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to false followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to false followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to NaN followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to object "2" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to object "2" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: setAttribute() to object "3" followed by getAttribute() | FAIL | FAIL | - | - | FAIL | FAIL | FAIL |
| canvas.height: setAttribute() to object "3" followed by IDL get | FAIL | FAIL | - | - | FAIL | FAIL | FAIL |
| canvas.height: IDL set to 0 should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: IDL set to 0 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: IDL set to 0 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: IDL set to 1 should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: IDL set to 1 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: IDL set to 1 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: IDL set to 257 should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: IDL set to 257 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: IDL set to 257 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: IDL set to "-0" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: IDL set to "-0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| canvas.height: IDL set to "-0" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: typeof IDL attribute | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL get with DOM attribute unset | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to "" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to undefined followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to 7 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to true followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to true followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to false followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to false followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to NaN followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to null followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to "" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to "" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to "" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to undefined should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to undefined followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to undefined followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to 7 should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to 7 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to 7 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to 1.5 should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to 1.5 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to true should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to true followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to true followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to false should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to false followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to false followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to object "[object Object]" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to NaN should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to NaN followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to NaN followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to Infinity should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to -Infinity should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to -Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to "\0" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to "\0" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to null should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to null followed by getAttribute() | PASS | PASS | - | - | PASS | FAIL | FAIL |
| map.title: IDL set to null followed by IDL get | PASS | PASS | - | - | PASS | FAIL | FAIL |
| map.title: IDL set to object "test-toString" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.title: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: typeof IDL attribute | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL get with DOM attribute unset | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to "" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to undefined followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to 7 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to true followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to true followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to false followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to false followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to NaN followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to null followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to "" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to "" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to "" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to undefined should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to undefined followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to undefined followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to 7 should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to 7 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to 7 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to 1.5 should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to 1.5 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to true should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to true followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to true followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to false should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to false followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to false followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to object "[object Object]" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to NaN should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to NaN followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to NaN followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to Infinity should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to -Infinity should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to -Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to "\0" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to "\0" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to null should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to null followed by getAttribute() | PASS | PASS | - | - | PASS | FAIL | FAIL |
| map.lang: IDL set to null followed by IDL get | PASS | PASS | - | - | PASS | FAIL | FAIL |
| map.lang: IDL set to object "test-toString" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.lang: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: typeof IDL attribute | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL get with DOM attribute unset | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to "" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to undefined followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to 7 followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to true followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to true followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to false followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to false followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to NaN followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to null followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to "ltr" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to "ltr" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to "xltr" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to "xltr" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to "ltr\0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to "ltr\0" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to "tr" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to "tr" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to "LTR" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to "LTR" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to "rtl" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to "rtl" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to "xrtl" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to "xrtl" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to "rtl\0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to "rtl\0" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to "tl" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to "tl" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to "RTL" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to "RTL" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to "auto" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to "auto" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to "xauto" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to "xauto" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to "auto\0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to "auto\0" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to "uto" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to "uto" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: setAttribute() to "AUTO" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: setAttribute() to "AUTO" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to "" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to undefined should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to undefined followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to undefined followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to 7 should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to 7 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to 7 followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to 1.5 should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to 1.5 followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to true should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to true followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to true followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to false should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to false followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to false followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to object "[object Object]" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to NaN should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to NaN followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to NaN followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to Infinity should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to Infinity followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to -Infinity should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to -Infinity followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to "\0" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "\0" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to null should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to null followed by IDL get | PASS | PASS | - | - | FAIL | PASS | PASS |
| map.dir: IDL set to object "test-toString" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to "ltr" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "ltr" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "ltr" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "xltr" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "xltr" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "xltr" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to "ltr\0" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "ltr\0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "ltr\0" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to "tr" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "tr" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "tr" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to "LTR" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "LTR" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "LTR" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to "rtl" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "rtl" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "rtl" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "xrtl" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "xrtl" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "xrtl" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to "rtl\0" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "rtl\0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "rtl\0" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to "tl" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "tl" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "tl" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to "RTL" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "RTL" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "RTL" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to "auto" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "auto" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "auto" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "xauto" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "xauto" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "xauto" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to "auto\0" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "auto\0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "auto\0" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to "uto" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "uto" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "uto" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.dir: IDL set to "AUTO" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "AUTO" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.dir: IDL set to "AUTO" followed by IDL get | PASS | PASS | - | - | FAIL | FAIL | FAIL |
| map.className (<map class>): typeof IDL attribute | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL get with DOM attribute unset | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to "" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to "" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to undefined followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to 7 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to true followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to true followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to false followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to false followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to NaN followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to "\0" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to null followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to "" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to "" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to "" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to undefined should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to undefined followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to undefined followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to 7 should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to 7 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to 7 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to 1.5 should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to 1.5 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to true should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to true followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to true followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to false should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to false followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to false followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to object "[object Object]" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to NaN should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to NaN followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to NaN followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to Infinity should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to -Infinity should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to -Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to "\0" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to "\0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to "\0" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to null should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to null followed by getAttribute() | PASS | PASS | - | - | PASS | FAIL | FAIL |
| map.className (<map class>): IDL set to null followed by IDL get | PASS | PASS | - | - | PASS | FAIL | FAIL |
| map.className (<map class>): IDL set to object "test-toString" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to object "test-valueOf" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.className (<map class>): IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: typeof IDL attribute | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL get with DOM attribute unset | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to "" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to " foo " followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to " foo " followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to undefined followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to null followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to 7 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to true followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to true followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to false followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to false followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to NaN followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to "hidden" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: setAttribute() to "hidden" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to "" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to "" followed by hasAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to "" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to " foo " should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to " foo " followed by hasAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to " foo " followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to undefined should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to undefined followed by hasAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to undefined followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to null should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to null followed by hasAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to null followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to 7 should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to 7 followed by hasAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to 7 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to 1.5 should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to 1.5 followed by hasAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to 1.5 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to true should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to true followed by hasAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to true followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to false should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to false followed by hasAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to false followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to object "[object Object]" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to object "[object Object]" followed by hasAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to NaN should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to NaN followed by hasAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to NaN followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to Infinity should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to Infinity followed by hasAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to -Infinity should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to -Infinity followed by hasAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to -Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to "\0" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to "\0" followed by hasAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to "\0" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to object "test-toString" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to object "test-toString" followed by hasAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to object "test-valueOf" followed by hasAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.hidden: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: typeof IDL attribute | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL get with DOM attribute unset | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to "" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to undefined followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to 7 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to 7 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to 1.5 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to 1.5 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to true followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to true followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to false followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to false followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to object "[object Object]" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to object "[object Object]" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to NaN followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to NaN followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to -Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to -Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to "\0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to "\0" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to null followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to object "test-toString" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to object "test-toString" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: setAttribute() to object "test-valueOf" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to "" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to "" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to "" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to undefined should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to undefined followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to undefined followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to 7 should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to 7 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to 7 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to 1.5 should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to 1.5 followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to 1.5 followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to true should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to true followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to true followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to false should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to false followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to false followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to object "[object Object]" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to object "[object Object]" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to object "[object Object]" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to NaN should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to NaN followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to NaN followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to Infinity should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to -Infinity should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to -Infinity followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to -Infinity followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to "\0" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to "\0" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to "\0" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to null should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to null followed by getAttribute() | PASS | PASS | - | - | PASS | FAIL | FAIL |
| map.accessKey: IDL set to null followed by IDL get | PASS | PASS | - | - | PASS | FAIL | FAIL |
| map.accessKey: IDL set to object "test-toString" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to object "test-toString" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to object "test-toString" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to object "test-valueOf" should not throw | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to object "test-valueOf" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.accessKey: IDL set to object "test-valueOf" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.name: typeof IDL attribute | PASS | PASS | - | - | PASS | PASS | PASS |
| map.name: IDL get with DOM attribute unset | PASS | PASS | - | - | PASS | PASS | PASS |
| map.name: setAttribute() to "" followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.name: setAttribute() to "" followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.name: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.name: setAttribute() to " \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f foo " followed by IDL get | PASS | PASS | - | - | PASS | PASS | PASS |
| map.name: setAttribute() to undefined followed by getAttribute() | PASS | PASS | - | - | PASS | PASS | PASS |
| map.name: setAttribute() to undefined followed by IDL get | PASS | PASS | - | - | PASS | PASS |