|
Line 0
a/LayoutTests/imported/w3c/web-platform-tests/mathml/relations/html5-tree/math-global-event-handlers.tentative-expected.txt_sec1
|
|
|
1 |
|
| 2 |
PASS onabort: must be on the appropriate locations for GlobalEventHandlers |
| 3 |
PASS onabort: the default value must be null |
| 4 |
PASS onabort: the content attribute must be compiled into a function as the corresponding property |
| 5 |
PASS onabort: dispatching an Event at a <math> element must trigger element.onabort |
| 6 |
FAIL onauxclick: must be on the appropriate locations for GlobalEventHandlers assert_true: MathMLElement has an own property named "onauxclick" expected true got false |
| 7 |
FAIL onauxclick: the default value must be null assert_equals: The default value of the property is null for a MathMLElement instance expected (object) null but got (undefined) undefined |
| 8 |
FAIL onauxclick: the content attribute must be compiled into a function as the corresponding property assert_equals: The onauxclick property must be a function expected "function" but got "undefined" |
| 9 |
PASS onauxclick: dispatching an Event at a <math> element must trigger element.onauxclick |
| 10 |
PASS onblur: must be on the appropriate locations for GlobalEventHandlers |
| 11 |
PASS onblur: the default value must be null |
| 12 |
PASS onblur: the content attribute must be compiled into a function as the corresponding property |
| 13 |
PASS onblur: dispatching an Event at a <math> element must trigger element.onblur |
| 14 |
FAIL oncancel: must be on the appropriate locations for GlobalEventHandlers assert_true: MathMLElement has an own property named "oncancel" expected true got false |
| 15 |
FAIL oncancel: the default value must be null assert_equals: The default value of the property is null for a MathMLElement instance expected (object) null but got (undefined) undefined |
| 16 |
FAIL oncancel: the content attribute must be compiled into a function as the corresponding property assert_equals: The oncancel property must be a function expected "function" but got "undefined" |
| 17 |
PASS oncancel: dispatching an Event at a <math> element must trigger element.oncancel |
| 18 |
PASS oncanplay: must be on the appropriate locations for GlobalEventHandlers |
| 19 |
PASS oncanplay: the default value must be null |
| 20 |
PASS oncanplay: the content attribute must be compiled into a function as the corresponding property |
| 21 |
PASS oncanplay: dispatching an Event at a <math> element must trigger element.oncanplay |
| 22 |
PASS oncanplaythrough: must be on the appropriate locations for GlobalEventHandlers |
| 23 |
PASS oncanplaythrough: the default value must be null |
| 24 |
PASS oncanplaythrough: the content attribute must be compiled into a function as the corresponding property |
| 25 |
PASS oncanplaythrough: dispatching an Event at a <math> element must trigger element.oncanplaythrough |
| 26 |
PASS onchange: must be on the appropriate locations for GlobalEventHandlers |
| 27 |
PASS onchange: the default value must be null |
| 28 |
PASS onchange: the content attribute must be compiled into a function as the corresponding property |
| 29 |
PASS onchange: dispatching an Event at a <math> element must trigger element.onchange |
| 30 |
PASS onclick: must be on the appropriate locations for GlobalEventHandlers |
| 31 |
PASS onclick: the default value must be null |
| 32 |
PASS onclick: the content attribute must be compiled into a function as the corresponding property |
| 33 |
PASS onclick: dispatching an Event at a <math> element must trigger element.onclick |
| 34 |
FAIL onclose: must be on the appropriate locations for GlobalEventHandlers assert_true: MathMLElement has an own property named "onclose" expected true got false |
| 35 |
FAIL onclose: the default value must be null assert_equals: The default value of the property is null for a MathMLElement instance expected (object) null but got (undefined) undefined |
| 36 |
FAIL onclose: the content attribute must be compiled into a function as the corresponding property assert_equals: The onclose property must be a function expected "function" but got "undefined" |
| 37 |
PASS onclose: dispatching an Event at a <math> element must trigger element.onclose |
| 38 |
PASS oncontextmenu: must be on the appropriate locations for GlobalEventHandlers |
| 39 |
PASS oncontextmenu: the default value must be null |
| 40 |
PASS oncontextmenu: the content attribute must be compiled into a function as the corresponding property |
| 41 |
PASS oncontextmenu: dispatching an Event at a <math> element must trigger element.oncontextmenu |
| 42 |
PASS oncuechange: must be on the appropriate locations for GlobalEventHandlers |
| 43 |
PASS oncuechange: the default value must be null |
| 44 |
FAIL oncuechange: the content attribute must be compiled into a function as the corresponding property assert_equals: The oncuechange property must be a function expected "function" but got "object" |
| 45 |
PASS oncuechange: dispatching an Event at a <math> element must trigger element.oncuechange |
| 46 |
PASS ondblclick: must be on the appropriate locations for GlobalEventHandlers |
| 47 |
PASS ondblclick: the default value must be null |
| 48 |
PASS ondblclick: the content attribute must be compiled into a function as the corresponding property |
| 49 |
PASS ondblclick: dispatching an Event at a <math> element must trigger element.ondblclick |
| 50 |
PASS ondrag: must be on the appropriate locations for GlobalEventHandlers |
| 51 |
PASS ondrag: the default value must be null |
| 52 |
PASS ondrag: the content attribute must be compiled into a function as the corresponding property |
| 53 |
PASS ondrag: dispatching an Event at a <math> element must trigger element.ondrag |
| 54 |
PASS ondragend: must be on the appropriate locations for GlobalEventHandlers |
| 55 |
PASS ondragend: the default value must be null |
| 56 |
PASS ondragend: the content attribute must be compiled into a function as the corresponding property |
| 57 |
PASS ondragend: dispatching an Event at a <math> element must trigger element.ondragend |
| 58 |
PASS ondragenter: must be on the appropriate locations for GlobalEventHandlers |
| 59 |
PASS ondragenter: the default value must be null |
| 60 |
PASS ondragenter: the content attribute must be compiled into a function as the corresponding property |
| 61 |
PASS ondragenter: dispatching an Event at a <math> element must trigger element.ondragenter |
| 62 |
FAIL ondragexit: must be on the appropriate locations for GlobalEventHandlers assert_true: MathMLElement has an own property named "ondragexit" expected true got false |
| 63 |
FAIL ondragexit: the default value must be null assert_equals: The default value of the property is null for a MathMLElement instance expected (object) null but got (undefined) undefined |
| 64 |
FAIL ondragexit: the content attribute must be compiled into a function as the corresponding property assert_equals: The ondragexit property must be a function expected "function" but got "undefined" |
| 65 |
PASS ondragexit: dispatching an Event at a <math> element must trigger element.ondragexit |
| 66 |
PASS ondragleave: must be on the appropriate locations for GlobalEventHandlers |
| 67 |
PASS ondragleave: the default value must be null |
| 68 |
PASS ondragleave: the content attribute must be compiled into a function as the corresponding property |
| 69 |
PASS ondragleave: dispatching an Event at a <math> element must trigger element.ondragleave |
| 70 |
PASS ondragover: must be on the appropriate locations for GlobalEventHandlers |
| 71 |
PASS ondragover: the default value must be null |
| 72 |
PASS ondragover: the content attribute must be compiled into a function as the corresponding property |
| 73 |
PASS ondragover: dispatching an Event at a <math> element must trigger element.ondragover |
| 74 |
PASS ondragstart: must be on the appropriate locations for GlobalEventHandlers |
| 75 |
PASS ondragstart: the default value must be null |
| 76 |
PASS ondragstart: the content attribute must be compiled into a function as the corresponding property |
| 77 |
PASS ondragstart: dispatching an Event at a <math> element must trigger element.ondragstart |
| 78 |
PASS ondrop: must be on the appropriate locations for GlobalEventHandlers |
| 79 |
PASS ondrop: the default value must be null |
| 80 |
PASS ondrop: the content attribute must be compiled into a function as the corresponding property |
| 81 |
PASS ondrop: dispatching an Event at a <math> element must trigger element.ondrop |
| 82 |
PASS ondurationchange: must be on the appropriate locations for GlobalEventHandlers |
| 83 |
PASS ondurationchange: the default value must be null |
| 84 |
PASS ondurationchange: the content attribute must be compiled into a function as the corresponding property |
| 85 |
PASS ondurationchange: dispatching an Event at a <math> element must trigger element.ondurationchange |
| 86 |
PASS onemptied: must be on the appropriate locations for GlobalEventHandlers |
| 87 |
PASS onemptied: the default value must be null |
| 88 |
PASS onemptied: the content attribute must be compiled into a function as the corresponding property |
| 89 |
PASS onemptied: dispatching an Event at a <math> element must trigger element.onemptied |
| 90 |
PASS onended: must be on the appropriate locations for GlobalEventHandlers |
| 91 |
PASS onended: the default value must be null |
| 92 |
PASS onended: the content attribute must be compiled into a function as the corresponding property |
| 93 |
PASS onended: dispatching an Event at a <math> element must trigger element.onended |
| 94 |
PASS onfocus: must be on the appropriate locations for GlobalEventHandlers |
| 95 |
PASS onfocus: the default value must be null |
| 96 |
PASS onfocus: the content attribute must be compiled into a function as the corresponding property |
| 97 |
PASS onfocus: dispatching an Event at a <math> element must trigger element.onfocus |
| 98 |
PASS oninput: must be on the appropriate locations for GlobalEventHandlers |
| 99 |
PASS oninput: the default value must be null |
| 100 |
PASS oninput: the content attribute must be compiled into a function as the corresponding property |
| 101 |
PASS oninput: dispatching an Event at a <math> element must trigger element.oninput |
| 102 |
PASS oninvalid: must be on the appropriate locations for GlobalEventHandlers |
| 103 |
PASS oninvalid: the default value must be null |
| 104 |
PASS oninvalid: the content attribute must be compiled into a function as the corresponding property |
| 105 |
PASS oninvalid: dispatching an Event at a <math> element must trigger element.oninvalid |
| 106 |
PASS onkeydown: must be on the appropriate locations for GlobalEventHandlers |
| 107 |
PASS onkeydown: the default value must be null |
| 108 |
PASS onkeydown: the content attribute must be compiled into a function as the corresponding property |
| 109 |
PASS onkeydown: dispatching an Event at a <math> element must trigger element.onkeydown |
| 110 |
PASS onkeypress: must be on the appropriate locations for GlobalEventHandlers |
| 111 |
PASS onkeypress: the default value must be null |
| 112 |
PASS onkeypress: the content attribute must be compiled into a function as the corresponding property |
| 113 |
PASS onkeypress: dispatching an Event at a <math> element must trigger element.onkeypress |
| 114 |
PASS onkeyup: must be on the appropriate locations for GlobalEventHandlers |
| 115 |
PASS onkeyup: the default value must be null |
| 116 |
PASS onkeyup: the content attribute must be compiled into a function as the corresponding property |
| 117 |
PASS onkeyup: dispatching an Event at a <math> element must trigger element.onkeyup |
| 118 |
PASS onload: must be on the appropriate locations for GlobalEventHandlers |
| 119 |
PASS onload: the default value must be null |
| 120 |
PASS onload: the content attribute must be compiled into a function as the corresponding property |
| 121 |
PASS onload: dispatching an Event at a <math> element must trigger element.onload |
| 122 |
PASS onloadeddata: must be on the appropriate locations for GlobalEventHandlers |
| 123 |
PASS onloadeddata: the default value must be null |
| 124 |
PASS onloadeddata: the content attribute must be compiled into a function as the corresponding property |
| 125 |
PASS onloadeddata: dispatching an Event at a <math> element must trigger element.onloadeddata |
| 126 |
PASS onloadedmetadata: must be on the appropriate locations for GlobalEventHandlers |
| 127 |
PASS onloadedmetadata: the default value must be null |
| 128 |
PASS onloadedmetadata: the content attribute must be compiled into a function as the corresponding property |
| 129 |
PASS onloadedmetadata: dispatching an Event at a <math> element must trigger element.onloadedmetadata |
| 130 |
FAIL onloadend: must be on the appropriate locations for GlobalEventHandlers assert_true: MathMLElement has an own property named "onloadend" expected true got false |
| 131 |
FAIL onloadend: the default value must be null assert_equals: The default value of the property is null for a MathMLElement instance expected (object) null but got (undefined) undefined |
| 132 |
FAIL onloadend: the content attribute must be compiled into a function as the corresponding property assert_equals: The onloadend property must be a function expected "function" but got "undefined" |
| 133 |
PASS onloadend: dispatching an Event at a <math> element must trigger element.onloadend |
| 134 |
PASS onloadstart: must be on the appropriate locations for GlobalEventHandlers |
| 135 |
PASS onloadstart: the default value must be null |
| 136 |
PASS onloadstart: the content attribute must be compiled into a function as the corresponding property |
| 137 |
PASS onloadstart: dispatching an Event at a <math> element must trigger element.onloadstart |
| 138 |
PASS onmousedown: must be on the appropriate locations for GlobalEventHandlers |
| 139 |
PASS onmousedown: the default value must be null |
| 140 |
PASS onmousedown: the content attribute must be compiled into a function as the corresponding property |
| 141 |
PASS onmousedown: dispatching an Event at a <math> element must trigger element.onmousedown |
| 142 |
PASS onmouseenter: must be on the appropriate locations for GlobalEventHandlers |
| 143 |
PASS onmouseenter: the default value must be null |
| 144 |
PASS onmouseenter: the content attribute must be compiled into a function as the corresponding property |
| 145 |
PASS onmouseenter: dispatching an Event at a <math> element must trigger element.onmouseenter |
| 146 |
PASS onmouseleave: must be on the appropriate locations for GlobalEventHandlers |
| 147 |
PASS onmouseleave: the default value must be null |
| 148 |
PASS onmouseleave: the content attribute must be compiled into a function as the corresponding property |
| 149 |
PASS onmouseleave: dispatching an Event at a <math> element must trigger element.onmouseleave |
| 150 |
PASS onmousemove: must be on the appropriate locations for GlobalEventHandlers |
| 151 |
PASS onmousemove: the default value must be null |
| 152 |
PASS onmousemove: the content attribute must be compiled into a function as the corresponding property |
| 153 |
PASS onmousemove: dispatching an Event at a <math> element must trigger element.onmousemove |
| 154 |
PASS onmouseout: must be on the appropriate locations for GlobalEventHandlers |
| 155 |
PASS onmouseout: the default value must be null |
| 156 |
PASS onmouseout: the content attribute must be compiled into a function as the corresponding property |
| 157 |
PASS onmouseout: dispatching an Event at a <math> element must trigger element.onmouseout |
| 158 |
PASS onmouseover: must be on the appropriate locations for GlobalEventHandlers |
| 159 |
PASS onmouseover: the default value must be null |
| 160 |
PASS onmouseover: the content attribute must be compiled into a function as the corresponding property |
| 161 |
PASS onmouseover: dispatching an Event at a <math> element must trigger element.onmouseover |
| 162 |
PASS onmouseup: must be on the appropriate locations for GlobalEventHandlers |
| 163 |
PASS onmouseup: the default value must be null |
| 164 |
PASS onmouseup: the content attribute must be compiled into a function as the corresponding property |
| 165 |
PASS onmouseup: dispatching an Event at a <math> element must trigger element.onmouseup |
| 166 |
PASS onwheel: must be on the appropriate locations for GlobalEventHandlers |
| 167 |
PASS onwheel: the default value must be null |
| 168 |
PASS onwheel: the content attribute must be compiled into a function as the corresponding property |
| 169 |
PASS onwheel: dispatching an Event at a <math> element must trigger element.onwheel |
| 170 |
PASS onpause: must be on the appropriate locations for GlobalEventHandlers |
| 171 |
PASS onpause: the default value must be null |
| 172 |
PASS onpause: the content attribute must be compiled into a function as the corresponding property |
| 173 |
PASS onpause: dispatching an Event at a <math> element must trigger element.onpause |
| 174 |
PASS onplay: must be on the appropriate locations for GlobalEventHandlers |
| 175 |
PASS onplay: the default value must be null |
| 176 |
PASS onplay: the content attribute must be compiled into a function as the corresponding property |
| 177 |
PASS onplay: dispatching an Event at a <math> element must trigger element.onplay |
| 178 |
PASS onplaying: must be on the appropriate locations for GlobalEventHandlers |
| 179 |
PASS onplaying: the default value must be null |
| 180 |
PASS onplaying: the content attribute must be compiled into a function as the corresponding property |
| 181 |
PASS onplaying: dispatching an Event at a <math> element must trigger element.onplaying |
| 182 |
PASS onprogress: must be on the appropriate locations for GlobalEventHandlers |
| 183 |
PASS onprogress: the default value must be null |
| 184 |
PASS onprogress: the content attribute must be compiled into a function as the corresponding property |
| 185 |
PASS onprogress: dispatching an Event at a <math> element must trigger element.onprogress |
| 186 |
PASS onratechange: must be on the appropriate locations for GlobalEventHandlers |
| 187 |
PASS onratechange: the default value must be null |
| 188 |
PASS onratechange: the content attribute must be compiled into a function as the corresponding property |
| 189 |
PASS onratechange: dispatching an Event at a <math> element must trigger element.onratechange |
| 190 |
PASS onreset: must be on the appropriate locations for GlobalEventHandlers |
| 191 |
PASS onreset: the default value must be null |
| 192 |
PASS onreset: the content attribute must be compiled into a function as the corresponding property |
| 193 |
PASS onreset: dispatching an Event at a <math> element must trigger element.onreset |
| 194 |
PASS onresize: must be on the appropriate locations for GlobalEventHandlers |
| 195 |
PASS onresize: the default value must be null |
| 196 |
PASS onresize: the content attribute must be compiled into a function as the corresponding property |
| 197 |
PASS onresize: dispatching an Event at a <math> element must trigger element.onresize |
| 198 |
PASS onscroll: must be on the appropriate locations for GlobalEventHandlers |
| 199 |
PASS onscroll: the default value must be null |
| 200 |
PASS onscroll: the content attribute must be compiled into a function as the corresponding property |
| 201 |
PASS onscroll: dispatching an Event at a <math> element must trigger element.onscroll |
| 202 |
FAIL onsecuritypolicyviolation: must be on the appropriate locations for GlobalEventHandlers assert_true: MathMLElement has an own property named "onsecuritypolicyviolation" expected true got false |
| 203 |
FAIL onsecuritypolicyviolation: the default value must be null assert_equals: The default value of the property is null for a MathMLElement instance expected (object) null but got (undefined) undefined |
| 204 |
FAIL onsecuritypolicyviolation: the content attribute must be compiled into a function as the corresponding property assert_equals: The onsecuritypolicyviolation property must be a function expected "function" but got "undefined" |
| 205 |
PASS onsecuritypolicyviolation: dispatching an Event at a <math> element must trigger element.onsecuritypolicyviolation |
| 206 |
PASS onseeked: must be on the appropriate locations for GlobalEventHandlers |
| 207 |
PASS onseeked: the default value must be null |
| 208 |
PASS onseeked: the content attribute must be compiled into a function as the corresponding property |
| 209 |
PASS onseeked: dispatching an Event at a <math> element must trigger element.onseeked |
| 210 |
PASS onseeking: must be on the appropriate locations for GlobalEventHandlers |
| 211 |
PASS onseeking: the default value must be null |
| 212 |
PASS onseeking: the content attribute must be compiled into a function as the corresponding property |
| 213 |
PASS onseeking: dispatching an Event at a <math> element must trigger element.onseeking |
| 214 |
PASS onselect: must be on the appropriate locations for GlobalEventHandlers |
| 215 |
PASS onselect: the default value must be null |
| 216 |
PASS onselect: the content attribute must be compiled into a function as the corresponding property |
| 217 |
PASS onselect: dispatching an Event at a <math> element must trigger element.onselect |
| 218 |
PASS onstalled: must be on the appropriate locations for GlobalEventHandlers |
| 219 |
PASS onstalled: the default value must be null |
| 220 |
PASS onstalled: the content attribute must be compiled into a function as the corresponding property |
| 221 |
PASS onstalled: dispatching an Event at a <math> element must trigger element.onstalled |
| 222 |
PASS onsubmit: must be on the appropriate locations for GlobalEventHandlers |
| 223 |
PASS onsubmit: the default value must be null |
| 224 |
PASS onsubmit: the content attribute must be compiled into a function as the corresponding property |
| 225 |
PASS onsubmit: dispatching an Event at a <math> element must trigger element.onsubmit |
| 226 |
PASS onsuspend: must be on the appropriate locations for GlobalEventHandlers |
| 227 |
PASS onsuspend: the default value must be null |
| 228 |
PASS onsuspend: the content attribute must be compiled into a function as the corresponding property |
| 229 |
PASS onsuspend: dispatching an Event at a <math> element must trigger element.onsuspend |
| 230 |
PASS ontimeupdate: must be on the appropriate locations for GlobalEventHandlers |
| 231 |
PASS ontimeupdate: the default value must be null |
| 232 |
PASS ontimeupdate: the content attribute must be compiled into a function as the corresponding property |
| 233 |
PASS ontimeupdate: dispatching an Event at a <math> element must trigger element.ontimeupdate |
| 234 |
PASS ontoggle: must be on the appropriate locations for GlobalEventHandlers |
| 235 |
PASS ontoggle: the default value must be null |
| 236 |
PASS ontoggle: the content attribute must be compiled into a function as the corresponding property |
| 237 |
PASS ontoggle: dispatching an Event at a <math> element must trigger element.ontoggle |
| 238 |
PASS onvolumechange: must be on the appropriate locations for GlobalEventHandlers |
| 239 |
PASS onvolumechange: the default value must be null |
| 240 |
PASS onvolumechange: the content attribute must be compiled into a function as the corresponding property |
| 241 |
PASS onvolumechange: dispatching an Event at a <math> element must trigger element.onvolumechange |
| 242 |
PASS onwaiting: must be on the appropriate locations for GlobalEventHandlers |
| 243 |
PASS onwaiting: the default value must be null |
| 244 |
PASS onwaiting: the content attribute must be compiled into a function as the corresponding property |
| 245 |
PASS onwaiting: dispatching an Event at a <math> element must trigger element.onwaiting |
| 246 |
|