Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-expected.txt

Issue 2022203002: Import wpt@d510ec1abc30eee4c855c13842bc2f0dfa791f8b (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Message changed by testharness.js update Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 13: 'SVGZoomEvent' is deprecated and will be removed in M5 2, around July 2016. See https://www.chromestatus.com/features/5760883808534528 for more details. 1 CONSOLE WARNING: line 13: 'SVGZoomEvent' is deprecated and will be removed in M5 2, around July 2016. See https://www.chromestatus.com/features/5760883808534528 for more details.
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
3 PASS AnimationEvent should be an alias for AnimationEvent. 3 PASS AnimationEvent should be an alias for AnimationEvent.
4 PASS createEvent('AnimationEvent') should be initialized correctly. 4 PASS createEvent('AnimationEvent') should be initialized correctly.
5 FAIL animationevent should be an alias for AnimationEvent. Failed to execute 'cr eateEvent' on 'Document': The provided event type ('animationevent') is invalid. 5 FAIL animationevent should be an alias for AnimationEvent. Failed to execute 'cr eateEvent' on 'Document': The provided event type ('animationevent') is invalid.
6 FAIL createEvent('animationevent') should be initialized correctly. Cannot read property 'type' of undefined 6 FAIL createEvent('animationevent') should be initialized correctly. Cannot read property 'type' of undefined
7 FAIL ANIMATIONEVENT should be an alias for AnimationEvent. Failed to execute 'cr eateEvent' on 'Document': The provided event type ('ANIMATIONEVENT') is invalid. 7 FAIL ANIMATIONEVENT should be an alias for AnimationEvent. Failed to execute 'cr eateEvent' on 'Document': The provided event type ('ANIMATIONEVENT') is invalid.
8 FAIL createEvent('ANIMATIONEVENT') should be initialized correctly. Cannot read property 'type' of undefined 8 FAIL createEvent('ANIMATIONEVENT') should be initialized correctly. Cannot read property 'type' of undefined
9 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Anima tionEvents" 9 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Anima tionEvents"
10 PASS BeforeUnloadEvent should be an alias for BeforeUnloadEvent. 10 PASS BeforeUnloadEvent should be an alias for BeforeUnloadEvent.
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 FAIL IDBVERSIONCHANGEEVENT should be an alias for IDBVersionChangeEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('IDBVERSIONCHAN GEEVENT') is invalid. 102 FAIL IDBVERSIONCHANGEEVENT should be an alias for IDBVersionChangeEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('IDBVERSIONCHAN GEEVENT') is invalid.
103 FAIL createEvent('IDBVERSIONCHANGEEVENT') should be initialized correctly. Canno t read property 'type' of undefined 103 FAIL createEvent('IDBVERSIONCHANGEEVENT') should be initialized correctly. Canno t read property 'type' of undefined
104 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "IDBVe rsionChangeEvents" 104 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "IDBVe rsionChangeEvents"
105 PASS KeyboardEvent should be an alias for KeyboardEvent. 105 PASS KeyboardEvent should be an alias for KeyboardEvent.
106 PASS createEvent('KeyboardEvent') should be initialized correctly. 106 PASS createEvent('KeyboardEvent') should be initialized correctly.
107 PASS keyboardevent should be an alias for KeyboardEvent. 107 PASS keyboardevent should be an alias for KeyboardEvent.
108 PASS createEvent('keyboardevent') should be initialized correctly. 108 PASS createEvent('keyboardevent') should be initialized correctly.
109 PASS KEYBOARDEVENT should be an alias for KeyboardEvent. 109 PASS KEYBOARDEVENT should be an alias for KeyboardEvent.
110 PASS createEvent('KEYBOARDEVENT') should be initialized correctly. 110 PASS createEvent('KEYBOARDEVENT') should be initialized correctly.
111 FAIL Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Keybo ardEvents" assert_throws: function "function () { 111 FAIL Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Keybo ardEvents" assert_throws: function "function () {
112 var evt = document.createEvent(pl..." did not throw 112 var evt = document.createEvent(plural);
113 }" did not throw
113 PASS MessageEvent should be an alias for MessageEvent. 114 PASS MessageEvent should be an alias for MessageEvent.
114 PASS createEvent('MessageEvent') should be initialized correctly. 115 PASS createEvent('MessageEvent') should be initialized correctly.
115 PASS messageevent should be an alias for MessageEvent. 116 PASS messageevent should be an alias for MessageEvent.
116 PASS createEvent('messageevent') should be initialized correctly. 117 PASS createEvent('messageevent') should be initialized correctly.
117 PASS MESSAGEEVENT should be an alias for MessageEvent. 118 PASS MESSAGEEVENT should be an alias for MessageEvent.
118 PASS createEvent('MESSAGEEVENT') should be initialized correctly. 119 PASS createEvent('MESSAGEEVENT') should be initialized correctly.
119 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Messa geEvents" 120 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Messa geEvents"
120 PASS MouseEvent should be an alias for MouseEvent. 121 PASS MouseEvent should be an alias for MouseEvent.
121 PASS createEvent('MouseEvent') should be initialized correctly. 122 PASS createEvent('MouseEvent') should be initialized correctly.
122 PASS mouseevent should be an alias for MouseEvent. 123 PASS mouseevent should be an alias for MouseEvent.
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "WebGL ContextEvents" 225 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "WebGL ContextEvents"
225 PASS WheelEvent should be an alias for WheelEvent. 226 PASS WheelEvent should be an alias for WheelEvent.
226 PASS createEvent('WheelEvent') should be initialized correctly. 227 PASS createEvent('WheelEvent') should be initialized correctly.
227 FAIL wheelevent should be an alias for WheelEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('wheelevent') is invalid. 228 FAIL wheelevent should be an alias for WheelEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('wheelevent') is invalid.
228 FAIL createEvent('wheelevent') should be initialized correctly. Cannot read prop erty 'type' of undefined 229 FAIL createEvent('wheelevent') should be initialized correctly. Cannot read prop erty 'type' of undefined
229 FAIL WHEELEVENT should be an alias for WheelEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('WHEELEVENT') is invalid. 230 FAIL WHEELEVENT should be an alias for WheelEvent. Failed to execute 'createEven t' on 'Document': The provided event type ('WHEELEVENT') is invalid.
230 FAIL createEvent('WHEELEVENT') should be initialized correctly. Cannot read prop erty 'type' of undefined 231 FAIL createEvent('WHEELEVENT') should be initialized correctly. Cannot read prop erty 'type' of undefined
231 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Wheel Events" 232 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Wheel Events"
232 PASS Should throw NOT_SUPPORTED_ERR for unrecognized arguments 233 PASS Should throw NOT_SUPPORTED_ERR for unrecognized arguments
233 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AnimationPla yerEvent" assert_throws: function "function () { 234 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AnimationPla yerEvent" assert_throws: function "function () {
234 var evt = document.createEvent(even..." did not throw 235 var evt = document.createEvent(eventInterface);
236 }" did not throw
235 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A nimationPlayerEvents" 237 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A nimationPlayerEvents"
236 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ApplicationC acheErrorEvent" assert_throws: function "function () { 238 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ApplicationC acheErrorEvent" assert_throws: function "function () {
237 var evt = document.createEvent(even..." did not throw 239 var evt = document.createEvent(eventInterface);
240 }" did not throw
238 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A pplicationCacheErrorEvents" 241 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A pplicationCacheErrorEvents"
239 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AudioProcess ingEvent" assert_throws: function "function () { 242 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AudioProcess ingEvent" assert_throws: function "function () {
240 var evt = document.createEvent(even..." did not throw 243 var evt = document.createEvent(eventInterface);
244 }" did not throw
241 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A udioProcessingEvents" 245 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A udioProcessingEvents"
242 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Autocomplete ErrorEvent" 246 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Autocomplete ErrorEvent"
243 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A utocompleteErrorEvents" 247 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A utocompleteErrorEvents"
244 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BeforeInstal lPromptEvent" assert_throws: function "function () { 248 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BeforeInstal lPromptEvent" assert_throws: function "function () {
245 var evt = document.createEvent(even..." did not throw 249 var evt = document.createEvent(eventInterface);
250 }" did not throw
246 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B eforeInstallPromptEvents" 251 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B eforeInstallPromptEvents"
247 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BlobEvent" a ssert_throws: function "function () { 252 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BlobEvent" a ssert_throws: function "function () {
248 var evt = document.createEvent(even..." did not throw 253 var evt = document.createEvent(eventInterface);
254 }" did not throw
249 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B lobEvents" 255 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B lobEvents"
250 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ClipboardEve nt" assert_throws: function "function () { 256 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ClipboardEve nt" assert_throws: function "function () {
251 var evt = document.createEvent(even..." did not throw 257 var evt = document.createEvent(eventInterface);
258 }" did not throw
252 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "C lipboardEvents" 259 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "C lipboardEvents"
253 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "CommandEvent " 260 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "CommandEvent "
254 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "C ommandEvents" 261 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "C ommandEvents"
255 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "DataContaine rEvent" 262 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "DataContaine rEvent"
256 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "D ataContainerEvents" 263 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "D ataContainerEvents"
257 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "DeviceLightE vent" assert_throws: function "function () { 264 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "DeviceLightE vent" assert_throws: function "function () {
258 var evt = document.createEvent(even..." did not throw 265 var evt = document.createEvent(eventInterface);
266 }" did not throw
259 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "D eviceLightEvents" 267 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "D eviceLightEvents"
260 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ExtendableEv ent" assert_throws: function "function () { 268 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ExtendableEv ent" assert_throws: function "function () {
261 var evt = document.createEvent(even..." did not throw 269 var evt = document.createEvent(eventInterface);
270 }" did not throw
262 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "E xtendableEvents" 271 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "E xtendableEvents"
263 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ExtendableMe ssageEvent" assert_throws: function "function () { 272 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ExtendableMe ssageEvent" assert_throws: function "function () {
264 var evt = document.createEvent(even..." did not throw 273 var evt = document.createEvent(eventInterface);
274 }" did not throw
265 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "E xtendableMessageEvents" 275 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "E xtendableMessageEvents"
266 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FetchEvent" assert_throws: function "function () { 276 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FetchEvent" assert_throws: function "function () {
267 var evt = document.createEvent(even..." did not throw 277 var evt = document.createEvent(eventInterface);
278 }" did not throw
268 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F etchEvents" 279 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F etchEvents"
269 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FontFaceSetL oadEvent" assert_throws: function "function () { 280 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FontFaceSetL oadEvent" assert_throws: function "function () {
270 var evt = document.createEvent(even..." did not throw 281 var evt = document.createEvent(eventInterface);
282 }" did not throw
271 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F ontFaceSetLoadEvents" 283 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F ontFaceSetLoadEvents"
272 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GamepadEvent " assert_throws: function "function () { 284 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GamepadEvent " assert_throws: function "function () {
273 var evt = document.createEvent(even..." did not throw 285 var evt = document.createEvent(eventInterface);
286 }" did not throw
274 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G amepadEvents" 287 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G amepadEvents"
275 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GeofencingEv ent" 288 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GeofencingEv ent"
276 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G eofencingEvents" 289 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G eofencingEvents"
277 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "InstallEvent " assert_throws: function "function () { 290 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "InstallEvent " assert_throws: function "function () {
278 var evt = document.createEvent(even..." did not throw 291 var evt = document.createEvent(eventInterface);
292 }" did not throw
279 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "I nstallEvents" 293 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "I nstallEvents"
280 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "KeyEvent" 294 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "KeyEvent"
281 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "K eyEvents" 295 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "K eyEvents"
282 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIConnecti onEvent" assert_throws: function "function () { 296 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIConnecti onEvent" assert_throws: function "function () {
283 var evt = document.createEvent(even..." did not throw 297 var evt = document.createEvent(eventInterface);
298 }" did not throw
284 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M IDIConnectionEvents" 299 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M IDIConnectionEvents"
285 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIMessageE vent" assert_throws: function "function () { 300 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIMessageE vent" assert_throws: function "function () {
286 var evt = document.createEvent(even..." did not throw 301 var evt = document.createEvent(eventInterface);
302 }" did not throw
287 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M IDIMessageEvents" 303 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M IDIMessageEvents"
288 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaEncrypt edEvent" assert_throws: function "function () { 304 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaEncrypt edEvent" assert_throws: function "function () {
289 var evt = document.createEvent(even..." did not throw 305 var evt = document.createEvent(eventInterface);
306 }" did not throw
290 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaEncryptedEvents" 307 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaEncryptedEvents"
291 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaKeyEven t" 308 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaKeyEven t"
292 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaKeyEvents" 309 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaKeyEvents"
293 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaKeyMess ageEvent" assert_throws: function "function () { 310 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaKeyMess ageEvent" assert_throws: function "function () {
294 var evt = document.createEvent(even..." did not throw 311 var evt = document.createEvent(eventInterface);
312 }" did not throw
295 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaKeyMessageEvents" 313 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaKeyMessageEvents"
296 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaQueryLi stEvent" assert_throws: function "function () { 314 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaQueryLi stEvent" assert_throws: function "function () {
297 var evt = document.createEvent(even..." did not throw 315 var evt = document.createEvent(eventInterface);
316 }" did not throw
298 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaQueryListEvents" 317 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaQueryListEvents"
299 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaStreamE vent" assert_throws: function "function () { 318 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaStreamE vent" assert_throws: function "function () {
300 var evt = document.createEvent(even..." did not throw 319 var evt = document.createEvent(eventInterface);
320 }" did not throw
301 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaStreamEvents" 321 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaStreamEvents"
302 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaStreamT rackEvent" assert_throws: function "function () { 322 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaStreamT rackEvent" assert_throws: function "function () {
303 var evt = document.createEvent(even..." did not throw 323 var evt = document.createEvent(eventInterface);
324 }" did not throw
304 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaStreamTrackEvents" 325 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaStreamTrackEvents"
305 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MouseScrollE vent" 326 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MouseScrollE vent"
306 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ouseScrollEvents" 327 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ouseScrollEvents"
307 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MutationEven t" assert_throws: function "function () { 328 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MutationEven t" assert_throws: function "function () {
308 var evt = document.createEvent(even..." did not throw 329 var evt = document.createEvent(eventInterface);
330 }" did not throw
309 FAIL Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M utationEvents" assert_throws: function "function () { 331 FAIL Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M utationEvents" assert_throws: function "function () {
310 var evt = document.createEvent(even..." did not throw 332 var evt = document.createEvent(eventInterface + "s");
333 }" did not throw
311 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Notification Event" assert_throws: function "function () { 334 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Notification Event" assert_throws: function "function () {
312 var evt = document.createEvent(even..." did not throw 335 var evt = document.createEvent(eventInterface);
336 }" did not throw
313 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "N otificationEvents" 337 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "N otificationEvents"
314 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "NotifyPaintE vent" 338 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "NotifyPaintE vent"
315 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "N otifyPaintEvents" 339 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "N otifyPaintEvents"
316 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "OfflineAudio CompletionEvent" assert_throws: function "function () { 340 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "OfflineAudio CompletionEvent" assert_throws: function "function () {
317 var evt = document.createEvent(even..." did not throw 341 var evt = document.createEvent(eventInterface);
342 }" did not throw
318 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "O fflineAudioCompletionEvents" 343 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "O fflineAudioCompletionEvents"
319 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "OrientationE vent" 344 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "OrientationE vent"
320 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "O rientationEvents" 345 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "O rientationEvents"
321 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PageTransiti on" 346 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PageTransiti on"
322 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P ageTransitions" 347 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P ageTransitions"
323 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PointerEvent " 348 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PointerEvent "
324 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P ointerEvents" 349 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P ointerEvents"
325 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PopUpEvent" 350 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PopUpEvent"
326 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P opUpEvents" 351 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P opUpEvents"
327 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Presentation ConnectionAvailableEvent" assert_throws: function "function () { 352 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Presentation ConnectionAvailableEvent" assert_throws: function "function () {
328 var evt = document.createEvent(even..." did not throw 353 var evt = document.createEvent(eventInterface);
354 }" did not throw
329 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P resentationConnectionAvailableEvents" 355 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P resentationConnectionAvailableEvents"
330 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Presentation ConnectionCloseEvent" assert_throws: function "function () { 356 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Presentation ConnectionCloseEvent" assert_throws: function "function () {
331 var evt = document.createEvent(even..." did not throw 357 var evt = document.createEvent(eventInterface);
358 }" did not throw
332 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P resentationConnectionCloseEvents" 359 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P resentationConnectionCloseEvents"
333 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PromiseRejec tionEvent" assert_throws: function "function () { 360 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PromiseRejec tionEvent" assert_throws: function "function () {
334 var evt = document.createEvent(even..." did not throw 361 var evt = document.createEvent(eventInterface);
362 }" did not throw
335 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P romiseRejectionEvents" 363 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P romiseRejectionEvents"
336 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PushEvent" a ssert_throws: function "function () { 364 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PushEvent" a ssert_throws: function "function () {
337 var evt = document.createEvent(even..." did not throw 365 var evt = document.createEvent(eventInterface);
366 }" did not throw
338 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P ushEvents" 367 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P ushEvents"
339 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RTCDTMFToneC hangeEvent" assert_throws: function "function () { 368 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RTCDTMFToneC hangeEvent" assert_throws: function "function () {
340 var evt = document.createEvent(even..." did not throw 369 var evt = document.createEvent(eventInterface);
370 }" did not throw
341 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R TCDTMFToneChangeEvents" 371 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R TCDTMFToneChangeEvents"
342 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RTCDataChann elEvent" assert_throws: function "function () { 372 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RTCDataChann elEvent" assert_throws: function "function () {
343 var evt = document.createEvent(even..." did not throw 373 var evt = document.createEvent(eventInterface);
374 }" did not throw
344 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R TCDataChannelEvents" 375 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R TCDataChannelEvents"
345 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RTCIceCandid ateEvent" assert_throws: function "function () { 376 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RTCIceCandid ateEvent" assert_throws: function "function () {
346 var evt = document.createEvent(even..." did not throw 377 var evt = document.createEvent(eventInterface);
378 }" did not throw
347 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R TCIceCandidateEvents" 379 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R TCIceCandidateEvents"
348 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RelatedEvent " assert_throws: function "function () { 380 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RelatedEvent " assert_throws: function "function () {
349 var evt = document.createEvent(even..." did not throw 381 var evt = document.createEvent(eventInterface);
382 }" did not throw
350 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R elatedEvents" 383 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R elatedEvents"
351 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ResourceProg ressEvent" assert_throws: function "function () { 384 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ResourceProg ressEvent" assert_throws: function "function () {
352 var evt = document.createEvent(even..." did not throw 385 var evt = document.createEvent(eventInterface);
386 }" did not throw
353 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R esourceProgressEvents" 387 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R esourceProgressEvents"
354 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SVGEvent" 388 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SVGEvent"
355 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ScrollAreaEv ent" 389 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ScrollAreaEv ent"
356 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S crollAreaEvents" 390 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S crollAreaEvents"
357 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SecurityPoli cyViolationEvent" assert_throws: function "function () { 391 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SecurityPoli cyViolationEvent" assert_throws: function "function () {
358 var evt = document.createEvent(even..." did not throw 392 var evt = document.createEvent(eventInterface);
393 }" did not throw
359 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S ecurityPolicyViolationEvents" 394 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S ecurityPolicyViolationEvents"
360 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ServicePortC onnectEvent" 395 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ServicePortC onnectEvent"
361 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S ervicePortConnectEvents" 396 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S ervicePortConnectEvents"
362 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ServiceWorke rMessageEvent" assert_throws: function "function () { 397 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ServiceWorke rMessageEvent" assert_throws: function "function () {
363 var evt = document.createEvent(even..." did not throw 398 var evt = document.createEvent(eventInterface);
399 }" did not throw
364 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S erviceWorkerMessageEvents" 400 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S erviceWorkerMessageEvents"
365 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SimpleGestur eEvent" 401 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SimpleGestur eEvent"
366 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S impleGestureEvents" 402 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S impleGestureEvents"
367 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecogn itionError" assert_throws: function "function () { 403 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecogn itionError" assert_throws: function "function () {
368 var evt = document.createEvent(even..." did not throw 404 var evt = document.createEvent(eventInterface);
405 }" did not throw
369 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechRecognitionErrors" 406 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechRecognitionErrors"
370 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecogn itionEvent" assert_throws: function "function () { 407 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecogn itionEvent" assert_throws: function "function () {
371 var evt = document.createEvent(even..." did not throw 408 var evt = document.createEvent(eventInterface);
409 }" did not throw
372 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechRecognitionEvents" 410 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechRecognitionEvents"
373 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechSynthe sisEvent" assert_throws: function "function () { 411 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechSynthe sisEvent" assert_throws: function "function () {
374 var evt = document.createEvent(even..." did not throw 412 var evt = document.createEvent(eventInterface);
413 }" did not throw
375 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechSynthesisEvents" 414 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechSynthesisEvents"
376 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SyncEvent" a ssert_throws: function "function () { 415 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SyncEvent" a ssert_throws: function "function () {
377 var evt = document.createEvent(even..." did not throw 416 var evt = document.createEvent(eventInterface);
417 }" did not throw
378 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S yncEvents" 418 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S yncEvents"
379 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TimeEvent" 419 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TimeEvent"
380 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "T imeEvents" 420 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "T imeEvents"
381 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitAnimat ionEvent" assert_throws: function "function () { 421 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitAnimat ionEvent" assert_throws: function "function () {
382 var evt = document.createEvent(even..." did not throw 422 var evt = document.createEvent(eventInterface);
423 }" did not throw
383 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitAnimationEvents" 424 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitAnimationEvents"
384 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi tionEvent" assert_throws: function "function () { 425 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi tionEvent" assert_throws: function "function () {
385 var evt = document.createEvent(even..." did not throw 426 var evt = document.createEvent(eventInterface);
427 }" did not throw
386 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitTransitionEvents" 428 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitTransitionEvents"
387 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv ent" 429 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv ent"
388 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X ULCommandEvents" 430 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X ULCommandEvents"
389 Harness: the test ran to completion. 431 Harness: the test ran to completion.
390 432
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698