Index: LayoutTests/fast/dom/global-event-handlers-expected.txt |
diff --git a/LayoutTests/fast/dom/global-event-handlers-expected.txt b/LayoutTests/fast/dom/global-event-handlers-expected.txt |
index a84ddc1e3fc12e06c5454ff922b93cfc39ce9685..637f3883bc552c8e6a490422b4c52b9f43d18541 100644 |
--- a/LayoutTests/fast/dom/global-event-handlers-expected.txt |
+++ b/LayoutTests/fast/dom/global-event-handlers-expected.txt |
@@ -1,241 +1,474 @@ |
-PASS Set element.onabort |
-PASS Reflect element.onabort |
-PASS Set document.onabort |
-PASS Set window.onabort |
-PASS Set element.onblur |
-PASS Reflect element.onblur |
-PASS Set document.onblur |
-PASS Set window.onblur |
-PASS Set element.onerror |
-PASS Reflect element.onerror |
-PASS Set document.onerror |
-PASS Set window.onerror |
-PASS Set element.onfocus |
-PASS Reflect element.onfocus |
-PASS Set document.onfocus |
-PASS Set window.onfocus |
-FAIL Set element.oncancel assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.oncancel assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.oncancel assert_equals: Initially null expected null but got undefined |
-FAIL Set window.oncancel assert_equals: Initially null expected null but got undefined |
-FAIL Set element.oncanplay assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.oncanplay assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.oncanplay assert_equals: Initially null expected null but got undefined |
-FAIL Set window.oncanplay assert_equals: Return null after setting string expected null but got "" |
-FAIL Set element.oncanplaythrough assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.oncanplaythrough assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.oncanplaythrough assert_equals: Initially null expected null but got undefined |
-FAIL Set window.oncanplaythrough assert_equals: Return null after setting string expected null but got "" |
-PASS Set element.onchange |
-PASS Reflect element.onchange |
-PASS Set document.onchange |
-PASS Set window.onchange |
-PASS Set element.onclick |
-PASS Reflect element.onclick |
-PASS Set document.onclick |
-PASS Set window.onclick |
-FAIL Set element.onclose assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.onclose assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.onclose assert_equals: Initially null expected null but got undefined |
-FAIL Set window.onclose assert_equals: Initially null expected null but got undefined |
-PASS Set element.oncontextmenu |
-PASS Reflect element.oncontextmenu |
-PASS Set document.oncontextmenu |
-PASS Set window.oncontextmenu |
-FAIL Set element.oncuechange assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.oncuechange assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.oncuechange assert_equals: Initially null expected null but got undefined |
-FAIL Set window.oncuechange assert_equals: Initially null expected null but got undefined |
-PASS Set element.ondblclick |
-PASS Reflect element.ondblclick |
-PASS Set document.ondblclick |
-PASS Set window.ondblclick |
-PASS Set element.ondrag |
-PASS Reflect element.ondrag |
-PASS Set document.ondrag |
-PASS Set window.ondrag |
-PASS Set element.ondragend |
-PASS Reflect element.ondragend |
-PASS Set document.ondragend |
-PASS Set window.ondragend |
-PASS Set element.ondragenter |
-PASS Reflect element.ondragenter |
-PASS Set document.ondragenter |
-PASS Set window.ondragenter |
-FAIL Set element.ondragexit assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.ondragexit assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.ondragexit assert_equals: Initially null expected null but got undefined |
-FAIL Set window.ondragexit assert_equals: Initially null expected null but got undefined |
-PASS Set element.ondragleave |
-PASS Reflect element.ondragleave |
-PASS Set document.ondragleave |
-PASS Set window.ondragleave |
-PASS Set element.ondragover |
-PASS Reflect element.ondragover |
-PASS Set document.ondragover |
-PASS Set window.ondragover |
-PASS Set element.ondragstart |
-PASS Reflect element.ondragstart |
-PASS Set document.ondragstart |
-PASS Set window.ondragstart |
-PASS Set element.ondrop |
-PASS Reflect element.ondrop |
-PASS Set document.ondrop |
-PASS Set window.ondrop |
-FAIL Set element.ondurationchange assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.ondurationchange assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.ondurationchange assert_equals: Initially null expected null but got undefined |
-FAIL Set window.ondurationchange assert_equals: Return null after setting string expected null but got "" |
-FAIL Set element.onemptied assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.onemptied assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.onemptied assert_equals: Initially null expected null but got undefined |
-FAIL Set window.onemptied assert_equals: Return null after setting string expected null but got "" |
-FAIL Set element.onended assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.onended assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.onended assert_equals: Initially null expected null but got undefined |
-FAIL Set window.onended assert_equals: Return null after setting string expected null but got "" |
-PASS Set element.oninput |
-PASS Reflect element.oninput |
-PASS Set document.oninput |
-PASS Set window.oninput |
-PASS Set element.oninvalid |
-PASS Reflect element.oninvalid |
-PASS Set document.oninvalid |
-PASS Set window.oninvalid |
-PASS Set element.onkeydown |
-PASS Reflect element.onkeydown |
-PASS Set document.onkeydown |
-PASS Set window.onkeydown |
-PASS Set element.onkeypress |
-PASS Reflect element.onkeypress |
-PASS Set document.onkeypress |
-PASS Set window.onkeypress |
-PASS Set element.onkeyup |
-PASS Reflect element.onkeyup |
-PASS Set document.onkeyup |
-PASS Set window.onkeyup |
-PASS Set element.onload |
-PASS Reflect element.onload |
-PASS Set document.onload |
-PASS Set window.onload |
-FAIL Set element.onloadeddata assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.onloadeddata assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.onloadeddata assert_equals: Initially null expected null but got undefined |
-FAIL Set window.onloadeddata assert_equals: Return null after setting string expected null but got "" |
-FAIL Set element.onloadedmetadata assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.onloadedmetadata assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.onloadedmetadata assert_equals: Initially null expected null but got undefined |
-FAIL Set window.onloadedmetadata assert_equals: Return null after setting string expected null but got "" |
-FAIL Set element.onloadstart assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.onloadstart assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.onloadstart assert_equals: Initially null expected null but got undefined |
-FAIL Set window.onloadstart assert_equals: Return null after setting string expected null but got "" |
-PASS Set element.onmousedown |
-PASS Reflect element.onmousedown |
-PASS Set document.onmousedown |
-PASS Set window.onmousedown |
-PASS Set element.onmouseenter |
-PASS Reflect element.onmouseenter |
-PASS Set document.onmouseenter |
-PASS Set window.onmouseenter |
-PASS Set element.onmouseleave |
-PASS Reflect element.onmouseleave |
-PASS Set document.onmouseleave |
-PASS Set window.onmouseleave |
-PASS Set element.onmousemove |
-PASS Reflect element.onmousemove |
-PASS Set document.onmousemove |
-PASS Set window.onmousemove |
-PASS Set element.onmouseout |
-PASS Reflect element.onmouseout |
-PASS Set document.onmouseout |
-PASS Set window.onmouseout |
-PASS Set element.onmouseover |
-PASS Reflect element.onmouseover |
-PASS Set document.onmouseover |
-PASS Set window.onmouseover |
-PASS Set element.onmouseup |
-PASS Reflect element.onmouseup |
-PASS Set document.onmouseup |
-PASS Set window.onmouseup |
-PASS Set element.onmousewheel |
-PASS Reflect element.onmousewheel |
-PASS Set document.onmousewheel |
-PASS Set window.onmousewheel |
-FAIL Set element.onpause assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.onpause assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.onpause assert_equals: Initially null expected null but got undefined |
-FAIL Set window.onpause assert_equals: Return null after setting string expected null but got "" |
-FAIL Set element.onplay assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.onplay assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.onplay assert_equals: Initially null expected null but got undefined |
-FAIL Set window.onplay assert_equals: Return null after setting string expected null but got "" |
-FAIL Set element.onplaying assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.onplaying assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.onplaying assert_equals: Initially null expected null but got undefined |
-FAIL Set window.onplaying assert_equals: Return null after setting string expected null but got "" |
-FAIL Set element.onprogress assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.onprogress assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.onprogress assert_equals: Initially null expected null but got undefined |
-FAIL Set window.onprogress assert_equals: Return null after setting string expected null but got "" |
-FAIL Set element.onratechange assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.onratechange assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.onratechange assert_equals: Initially null expected null but got undefined |
-FAIL Set window.onratechange assert_equals: Return null after setting string expected null but got "" |
-PASS Set element.onreset |
-PASS Reflect element.onreset |
-PASS Set document.onreset |
-PASS Set window.onreset |
-PASS Set element.onscroll |
-PASS Reflect element.onscroll |
-PASS Set document.onscroll |
-PASS Set window.onscroll |
-FAIL Set element.onseeked assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.onseeked assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.onseeked assert_equals: Initially null expected null but got undefined |
-FAIL Set window.onseeked assert_equals: Return null after setting string expected null but got "" |
-FAIL Set element.onseeking assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.onseeking assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.onseeking assert_equals: Initially null expected null but got undefined |
-FAIL Set window.onseeking assert_equals: Return null after setting string expected null but got "" |
-PASS Set element.onselect |
-PASS Reflect element.onselect |
-PASS Set document.onselect |
-PASS Set window.onselect |
-FAIL Set element.onshow assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.onshow assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.onshow assert_equals: Initially null expected null but got undefined |
-FAIL Set window.onshow assert_equals: Initially null expected null but got undefined |
-FAIL Set element.onsort assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.onsort assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.onsort assert_equals: Initially null expected null but got undefined |
-FAIL Set window.onsort assert_equals: Initially null expected null but got undefined |
-FAIL Set element.onstalled assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.onstalled assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.onstalled assert_equals: Initially null expected null but got undefined |
-FAIL Set window.onstalled assert_equals: Return null after setting string expected null but got "" |
-PASS Set element.onsubmit |
-PASS Reflect element.onsubmit |
-PASS Set document.onsubmit |
-PASS Set window.onsubmit |
-FAIL Set element.onsuspend assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.onsuspend assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.onsuspend assert_equals: Initially null expected null but got undefined |
-FAIL Set window.onsuspend assert_equals: Return null after setting string expected null but got "" |
-FAIL Set element.ontimeupdate assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.ontimeupdate assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.ontimeupdate assert_equals: Initially null expected null but got undefined |
-FAIL Set window.ontimeupdate assert_equals: Return null after setting string expected null but got "" |
-FAIL Set element.onvolumechange assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.onvolumechange assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.onvolumechange assert_equals: Initially null expected null but got undefined |
-FAIL Set window.onvolumechange assert_equals: Return null after setting string expected null but got "" |
-FAIL Set element.onwaiting assert_equals: Initially null expected null but got undefined |
-FAIL Reflect element.onwaiting assert_equals: Convert to function expected "function" but got "undefined" |
-FAIL Set document.onwaiting assert_equals: Initially null expected null but got undefined |
-FAIL Set window.onwaiting assert_equals: Return null after setting string expected null but got "" |
-FAIL Enumerate element.on* assert_true: Found onabort expected true got false |
-FAIL Enumerate document.on* assert_true: Found onabort expected true got false |
-FAIL Enumerate window.on* assert_true: Found oncancel expected true got false |
+FAIL No Element.onabort assert_false: expected false got true |
+PASS Set HTMLElement.onabort |
+FAIL Enumerate HTMLElement.onabort assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onabort |
+PASS Set Document.onabort |
+FAIL Enumerate Document.onabort assert_true: expected true got undefined |
+PASS Set Window.onabort |
+PASS Enumerate Window.onabort |
+FAIL No Element.onblur assert_false: expected false got true |
+PASS Set HTMLElement.onblur |
+FAIL Enumerate HTMLElement.onblur assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onblur |
+PASS Set Document.onblur |
+FAIL Enumerate Document.onblur assert_true: expected true got undefined |
+PASS Set Window.onblur |
+PASS Enumerate Window.onblur |
+FAIL No Element.onerror assert_false: expected false got true |
+PASS Set HTMLElement.onerror |
+FAIL Enumerate HTMLElement.onerror assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onerror |
+PASS Set Document.onerror |
+FAIL Enumerate Document.onerror assert_true: expected true got undefined |
+PASS Set Window.onerror |
+PASS Enumerate Window.onerror |
+FAIL No Element.onfocus assert_false: expected false got true |
+PASS Set HTMLElement.onfocus |
+FAIL Enumerate HTMLElement.onfocus assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onfocus |
+PASS Set Document.onfocus |
+FAIL Enumerate Document.onfocus assert_true: expected true got undefined |
+PASS Set Window.onfocus |
+PASS Enumerate Window.onfocus |
+PASS No Element.oncancel |
+FAIL Set HTMLElement.oncancel assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.oncancel assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.oncancel assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.oncancel assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.oncancel assert_true: expected true got undefined |
+FAIL Set Window.oncancel assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Window.oncancel assert_true: expected true got undefined |
+PASS No Element.oncanplay |
+FAIL Set HTMLElement.oncanplay assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.oncanplay assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.oncanplay assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.oncanplay assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.oncanplay assert_true: expected true got undefined |
+FAIL Set Window.oncanplay assert_equals: Return null after setting string expected null but got "" |
+PASS Enumerate Window.oncanplay |
+PASS No Element.oncanplaythrough |
+FAIL Set HTMLElement.oncanplaythrough assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.oncanplaythrough assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.oncanplaythrough assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.oncanplaythrough assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.oncanplaythrough assert_true: expected true got undefined |
+FAIL Set Window.oncanplaythrough assert_equals: Return null after setting string expected null but got "" |
+PASS Enumerate Window.oncanplaythrough |
+FAIL No Element.onchange assert_false: expected false got true |
+PASS Set HTMLElement.onchange |
+FAIL Enumerate HTMLElement.onchange assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onchange |
+PASS Set Document.onchange |
+FAIL Enumerate Document.onchange assert_true: expected true got undefined |
+PASS Set Window.onchange |
+PASS Enumerate Window.onchange |
+FAIL No Element.onclick assert_false: expected false got true |
+PASS Set HTMLElement.onclick |
+FAIL Enumerate HTMLElement.onclick assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onclick |
+PASS Set Document.onclick |
+FAIL Enumerate Document.onclick assert_true: expected true got undefined |
+PASS Set Window.onclick |
+PASS Enumerate Window.onclick |
+PASS No Element.onclose |
+FAIL Set HTMLElement.onclose assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.onclose assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.onclose assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.onclose assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.onclose assert_true: expected true got undefined |
+FAIL Set Window.onclose assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Window.onclose assert_true: expected true got undefined |
+FAIL No Element.oncontextmenu assert_false: expected false got true |
+PASS Set HTMLElement.oncontextmenu |
+FAIL Enumerate HTMLElement.oncontextmenu assert_true: expected true got undefined |
+PASS Reflect HTMLElement.oncontextmenu |
+PASS Set Document.oncontextmenu |
+FAIL Enumerate Document.oncontextmenu assert_true: expected true got undefined |
+PASS Set Window.oncontextmenu |
+PASS Enumerate Window.oncontextmenu |
+PASS No Element.oncuechange |
+FAIL Set HTMLElement.oncuechange assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.oncuechange assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.oncuechange assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.oncuechange assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.oncuechange assert_true: expected true got undefined |
+FAIL Set Window.oncuechange assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Window.oncuechange assert_true: expected true got undefined |
+FAIL No Element.ondblclick assert_false: expected false got true |
+PASS Set HTMLElement.ondblclick |
+FAIL Enumerate HTMLElement.ondblclick assert_true: expected true got undefined |
+PASS Reflect HTMLElement.ondblclick |
+PASS Set Document.ondblclick |
+FAIL Enumerate Document.ondblclick assert_true: expected true got undefined |
+PASS Set Window.ondblclick |
+PASS Enumerate Window.ondblclick |
+FAIL No Element.ondrag assert_false: expected false got true |
+PASS Set HTMLElement.ondrag |
+FAIL Enumerate HTMLElement.ondrag assert_true: expected true got undefined |
+PASS Reflect HTMLElement.ondrag |
+PASS Set Document.ondrag |
+FAIL Enumerate Document.ondrag assert_true: expected true got undefined |
+PASS Set Window.ondrag |
+PASS Enumerate Window.ondrag |
+FAIL No Element.ondragend assert_false: expected false got true |
+PASS Set HTMLElement.ondragend |
+FAIL Enumerate HTMLElement.ondragend assert_true: expected true got undefined |
+PASS Reflect HTMLElement.ondragend |
+PASS Set Document.ondragend |
+FAIL Enumerate Document.ondragend assert_true: expected true got undefined |
+PASS Set Window.ondragend |
+PASS Enumerate Window.ondragend |
+FAIL No Element.ondragenter assert_false: expected false got true |
+PASS Set HTMLElement.ondragenter |
+FAIL Enumerate HTMLElement.ondragenter assert_true: expected true got undefined |
+PASS Reflect HTMLElement.ondragenter |
+PASS Set Document.ondragenter |
+FAIL Enumerate Document.ondragenter assert_true: expected true got undefined |
+PASS Set Window.ondragenter |
+PASS Enumerate Window.ondragenter |
+PASS No Element.ondragexit |
+FAIL Set HTMLElement.ondragexit assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.ondragexit assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.ondragexit assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.ondragexit assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.ondragexit assert_true: expected true got undefined |
+FAIL Set Window.ondragexit assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Window.ondragexit assert_true: expected true got undefined |
+FAIL No Element.ondragleave assert_false: expected false got true |
+PASS Set HTMLElement.ondragleave |
+FAIL Enumerate HTMLElement.ondragleave assert_true: expected true got undefined |
+PASS Reflect HTMLElement.ondragleave |
+PASS Set Document.ondragleave |
+FAIL Enumerate Document.ondragleave assert_true: expected true got undefined |
+PASS Set Window.ondragleave |
+PASS Enumerate Window.ondragleave |
+FAIL No Element.ondragover assert_false: expected false got true |
+PASS Set HTMLElement.ondragover |
+FAIL Enumerate HTMLElement.ondragover assert_true: expected true got undefined |
+PASS Reflect HTMLElement.ondragover |
+PASS Set Document.ondragover |
+FAIL Enumerate Document.ondragover assert_true: expected true got undefined |
+PASS Set Window.ondragover |
+PASS Enumerate Window.ondragover |
+FAIL No Element.ondragstart assert_false: expected false got true |
+PASS Set HTMLElement.ondragstart |
+FAIL Enumerate HTMLElement.ondragstart assert_true: expected true got undefined |
+PASS Reflect HTMLElement.ondragstart |
+PASS Set Document.ondragstart |
+FAIL Enumerate Document.ondragstart assert_true: expected true got undefined |
+PASS Set Window.ondragstart |
+PASS Enumerate Window.ondragstart |
+FAIL No Element.ondrop assert_false: expected false got true |
+PASS Set HTMLElement.ondrop |
+FAIL Enumerate HTMLElement.ondrop assert_true: expected true got undefined |
+PASS Reflect HTMLElement.ondrop |
+PASS Set Document.ondrop |
+FAIL Enumerate Document.ondrop assert_true: expected true got undefined |
+PASS Set Window.ondrop |
+PASS Enumerate Window.ondrop |
+PASS No Element.ondurationchange |
+FAIL Set HTMLElement.ondurationchange assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.ondurationchange assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.ondurationchange assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.ondurationchange assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.ondurationchange assert_true: expected true got undefined |
+FAIL Set Window.ondurationchange assert_equals: Return null after setting string expected null but got "" |
+PASS Enumerate Window.ondurationchange |
+PASS No Element.onemptied |
+FAIL Set HTMLElement.onemptied assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.onemptied assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.onemptied assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.onemptied assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.onemptied assert_true: expected true got undefined |
+FAIL Set Window.onemptied assert_equals: Return null after setting string expected null but got "" |
+PASS Enumerate Window.onemptied |
+PASS No Element.onended |
+FAIL Set HTMLElement.onended assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.onended assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.onended assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.onended assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.onended assert_true: expected true got undefined |
+FAIL Set Window.onended assert_equals: Return null after setting string expected null but got "" |
+PASS Enumerate Window.onended |
+FAIL No Element.oninput assert_false: expected false got true |
+PASS Set HTMLElement.oninput |
+FAIL Enumerate HTMLElement.oninput assert_true: expected true got undefined |
+PASS Reflect HTMLElement.oninput |
+PASS Set Document.oninput |
+FAIL Enumerate Document.oninput assert_true: expected true got undefined |
+PASS Set Window.oninput |
+PASS Enumerate Window.oninput |
+FAIL No Element.oninvalid assert_false: expected false got true |
+PASS Set HTMLElement.oninvalid |
+FAIL Enumerate HTMLElement.oninvalid assert_true: expected true got undefined |
+PASS Reflect HTMLElement.oninvalid |
+PASS Set Document.oninvalid |
+FAIL Enumerate Document.oninvalid assert_true: expected true got undefined |
+PASS Set Window.oninvalid |
+PASS Enumerate Window.oninvalid |
+FAIL No Element.onkeydown assert_false: expected false got true |
+PASS Set HTMLElement.onkeydown |
+FAIL Enumerate HTMLElement.onkeydown assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onkeydown |
+PASS Set Document.onkeydown |
+FAIL Enumerate Document.onkeydown assert_true: expected true got undefined |
+PASS Set Window.onkeydown |
+PASS Enumerate Window.onkeydown |
+FAIL No Element.onkeypress assert_false: expected false got true |
+PASS Set HTMLElement.onkeypress |
+FAIL Enumerate HTMLElement.onkeypress assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onkeypress |
+PASS Set Document.onkeypress |
+FAIL Enumerate Document.onkeypress assert_true: expected true got undefined |
+PASS Set Window.onkeypress |
+PASS Enumerate Window.onkeypress |
+FAIL No Element.onkeyup assert_false: expected false got true |
+PASS Set HTMLElement.onkeyup |
+FAIL Enumerate HTMLElement.onkeyup assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onkeyup |
+PASS Set Document.onkeyup |
+FAIL Enumerate Document.onkeyup assert_true: expected true got undefined |
+PASS Set Window.onkeyup |
+PASS Enumerate Window.onkeyup |
+FAIL No Element.onload assert_false: expected false got true |
+PASS Set HTMLElement.onload |
+FAIL Enumerate HTMLElement.onload assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onload |
+PASS Set Document.onload |
+FAIL Enumerate Document.onload assert_true: expected true got undefined |
+PASS Set Window.onload |
+PASS Enumerate Window.onload |
+PASS No Element.onloadeddata |
+FAIL Set HTMLElement.onloadeddata assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.onloadeddata assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.onloadeddata assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.onloadeddata assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.onloadeddata assert_true: expected true got undefined |
+FAIL Set Window.onloadeddata assert_equals: Return null after setting string expected null but got "" |
+PASS Enumerate Window.onloadeddata |
+PASS No Element.onloadedmetadata |
+FAIL Set HTMLElement.onloadedmetadata assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.onloadedmetadata assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.onloadedmetadata assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.onloadedmetadata assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.onloadedmetadata assert_true: expected true got undefined |
+FAIL Set Window.onloadedmetadata assert_equals: Return null after setting string expected null but got "" |
+PASS Enumerate Window.onloadedmetadata |
+PASS No Element.onloadstart |
+FAIL Set HTMLElement.onloadstart assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.onloadstart assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.onloadstart assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.onloadstart assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.onloadstart assert_true: expected true got undefined |
+FAIL Set Window.onloadstart assert_equals: Return null after setting string expected null but got "" |
+PASS Enumerate Window.onloadstart |
+FAIL No Element.onmousedown assert_false: expected false got true |
+PASS Set HTMLElement.onmousedown |
+FAIL Enumerate HTMLElement.onmousedown assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onmousedown |
+PASS Set Document.onmousedown |
+FAIL Enumerate Document.onmousedown assert_true: expected true got undefined |
+PASS Set Window.onmousedown |
+PASS Enumerate Window.onmousedown |
+FAIL No Element.onmouseenter assert_false: expected false got true |
+PASS Set HTMLElement.onmouseenter |
+FAIL Enumerate HTMLElement.onmouseenter assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onmouseenter |
+PASS Set Document.onmouseenter |
+FAIL Enumerate Document.onmouseenter assert_true: expected true got undefined |
+PASS Set Window.onmouseenter |
+PASS Enumerate Window.onmouseenter |
+FAIL No Element.onmouseleave assert_false: expected false got true |
+PASS Set HTMLElement.onmouseleave |
+FAIL Enumerate HTMLElement.onmouseleave assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onmouseleave |
+PASS Set Document.onmouseleave |
+FAIL Enumerate Document.onmouseleave assert_true: expected true got undefined |
+PASS Set Window.onmouseleave |
+PASS Enumerate Window.onmouseleave |
+FAIL No Element.onmousemove assert_false: expected false got true |
+PASS Set HTMLElement.onmousemove |
+FAIL Enumerate HTMLElement.onmousemove assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onmousemove |
+PASS Set Document.onmousemove |
+FAIL Enumerate Document.onmousemove assert_true: expected true got undefined |
+PASS Set Window.onmousemove |
+PASS Enumerate Window.onmousemove |
+FAIL No Element.onmouseout assert_false: expected false got true |
+PASS Set HTMLElement.onmouseout |
+FAIL Enumerate HTMLElement.onmouseout assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onmouseout |
+PASS Set Document.onmouseout |
+FAIL Enumerate Document.onmouseout assert_true: expected true got undefined |
+PASS Set Window.onmouseout |
+PASS Enumerate Window.onmouseout |
+FAIL No Element.onmouseover assert_false: expected false got true |
+PASS Set HTMLElement.onmouseover |
+FAIL Enumerate HTMLElement.onmouseover assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onmouseover |
+PASS Set Document.onmouseover |
+FAIL Enumerate Document.onmouseover assert_true: expected true got undefined |
+PASS Set Window.onmouseover |
+PASS Enumerate Window.onmouseover |
+FAIL No Element.onmouseup assert_false: expected false got true |
+PASS Set HTMLElement.onmouseup |
+FAIL Enumerate HTMLElement.onmouseup assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onmouseup |
+PASS Set Document.onmouseup |
+FAIL Enumerate Document.onmouseup assert_true: expected true got undefined |
+PASS Set Window.onmouseup |
+PASS Enumerate Window.onmouseup |
+FAIL No Element.onmousewheel assert_false: expected false got true |
+PASS Set HTMLElement.onmousewheel |
+FAIL Enumerate HTMLElement.onmousewheel assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onmousewheel |
+PASS Set Document.onmousewheel |
+FAIL Enumerate Document.onmousewheel assert_true: expected true got undefined |
+PASS Set Window.onmousewheel |
+PASS Enumerate Window.onmousewheel |
+PASS No Element.onpause |
+FAIL Set HTMLElement.onpause assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.onpause assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.onpause assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.onpause assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.onpause assert_true: expected true got undefined |
+FAIL Set Window.onpause assert_equals: Return null after setting string expected null but got "" |
+PASS Enumerate Window.onpause |
+PASS No Element.onplay |
+FAIL Set HTMLElement.onplay assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.onplay assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.onplay assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.onplay assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.onplay assert_true: expected true got undefined |
+FAIL Set Window.onplay assert_equals: Return null after setting string expected null but got "" |
+PASS Enumerate Window.onplay |
+PASS No Element.onplaying |
+FAIL Set HTMLElement.onplaying assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.onplaying assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.onplaying assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.onplaying assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.onplaying assert_true: expected true got undefined |
+FAIL Set Window.onplaying assert_equals: Return null after setting string expected null but got "" |
+PASS Enumerate Window.onplaying |
+PASS No Element.onprogress |
+FAIL Set HTMLElement.onprogress assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.onprogress assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.onprogress assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.onprogress assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.onprogress assert_true: expected true got undefined |
+FAIL Set Window.onprogress assert_equals: Return null after setting string expected null but got "" |
+PASS Enumerate Window.onprogress |
+PASS No Element.onratechange |
+FAIL Set HTMLElement.onratechange assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.onratechange assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.onratechange assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.onratechange assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.onratechange assert_true: expected true got undefined |
+FAIL Set Window.onratechange assert_equals: Return null after setting string expected null but got "" |
+PASS Enumerate Window.onratechange |
+FAIL No Element.onreset assert_false: expected false got true |
+PASS Set HTMLElement.onreset |
+FAIL Enumerate HTMLElement.onreset assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onreset |
+PASS Set Document.onreset |
+FAIL Enumerate Document.onreset assert_true: expected true got undefined |
+PASS Set Window.onreset |
+PASS Enumerate Window.onreset |
+FAIL No Element.onscroll assert_false: expected false got true |
+PASS Set HTMLElement.onscroll |
+FAIL Enumerate HTMLElement.onscroll assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onscroll |
+PASS Set Document.onscroll |
+FAIL Enumerate Document.onscroll assert_true: expected true got undefined |
+PASS Set Window.onscroll |
+PASS Enumerate Window.onscroll |
+PASS No Element.onseeked |
+FAIL Set HTMLElement.onseeked assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.onseeked assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.onseeked assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.onseeked assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.onseeked assert_true: expected true got undefined |
+FAIL Set Window.onseeked assert_equals: Return null after setting string expected null but got "" |
+PASS Enumerate Window.onseeked |
+PASS No Element.onseeking |
+FAIL Set HTMLElement.onseeking assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.onseeking assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.onseeking assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.onseeking assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.onseeking assert_true: expected true got undefined |
+FAIL Set Window.onseeking assert_equals: Return null after setting string expected null but got "" |
+PASS Enumerate Window.onseeking |
+FAIL No Element.onselect assert_false: expected false got true |
+PASS Set HTMLElement.onselect |
+FAIL Enumerate HTMLElement.onselect assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onselect |
+PASS Set Document.onselect |
+FAIL Enumerate Document.onselect assert_true: expected true got undefined |
+PASS Set Window.onselect |
+PASS Enumerate Window.onselect |
+PASS No Element.onshow |
+FAIL Set HTMLElement.onshow assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.onshow assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.onshow assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.onshow assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.onshow assert_true: expected true got undefined |
+FAIL Set Window.onshow assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Window.onshow assert_true: expected true got undefined |
+PASS No Element.onsort |
+FAIL Set HTMLElement.onsort assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.onsort assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.onsort assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.onsort assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.onsort assert_true: expected true got undefined |
+FAIL Set Window.onsort assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Window.onsort assert_true: expected true got undefined |
+PASS No Element.onstalled |
+FAIL Set HTMLElement.onstalled assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.onstalled assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.onstalled assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.onstalled assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.onstalled assert_true: expected true got undefined |
+FAIL Set Window.onstalled assert_equals: Return null after setting string expected null but got "" |
+PASS Enumerate Window.onstalled |
+FAIL No Element.onsubmit assert_false: expected false got true |
+PASS Set HTMLElement.onsubmit |
+FAIL Enumerate HTMLElement.onsubmit assert_true: expected true got undefined |
+PASS Reflect HTMLElement.onsubmit |
+PASS Set Document.onsubmit |
+FAIL Enumerate Document.onsubmit assert_true: expected true got undefined |
+PASS Set Window.onsubmit |
+PASS Enumerate Window.onsubmit |
+PASS No Element.onsuspend |
+FAIL Set HTMLElement.onsuspend assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.onsuspend assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.onsuspend assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.onsuspend assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.onsuspend assert_true: expected true got undefined |
+FAIL Set Window.onsuspend assert_equals: Return null after setting string expected null but got "" |
+PASS Enumerate Window.onsuspend |
+PASS No Element.ontimeupdate |
+FAIL Set HTMLElement.ontimeupdate assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.ontimeupdate assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.ontimeupdate assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.ontimeupdate assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.ontimeupdate assert_true: expected true got undefined |
+FAIL Set Window.ontimeupdate assert_equals: Return null after setting string expected null but got "" |
+PASS Enumerate Window.ontimeupdate |
+PASS No Element.onvolumechange |
+FAIL Set HTMLElement.onvolumechange assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.onvolumechange assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.onvolumechange assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.onvolumechange assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.onvolumechange assert_true: expected true got undefined |
+FAIL Set Window.onvolumechange assert_equals: Return null after setting string expected null but got "" |
+PASS Enumerate Window.onvolumechange |
+PASS No Element.onwaiting |
+FAIL Set HTMLElement.onwaiting assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate HTMLElement.onwaiting assert_true: expected true got undefined |
+FAIL Reflect HTMLElement.onwaiting assert_equals: Convert to function expected "function" but got "undefined" |
+FAIL Set Document.onwaiting assert_equals: Initially null expected null but got undefined |
+FAIL Enumerate Document.onwaiting assert_true: expected true got undefined |
+FAIL Set Window.onwaiting assert_equals: Return null after setting string expected null but got "" |
+PASS Enumerate Window.onwaiting |