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

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

Issue 2217763003: Remove Blink-WebKit-only document.createEvent strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 3 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 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS AnimationEvent should be an alias for AnimationEvent. 2 PASS AnimationEvent should be an alias for AnimationEvent.
3 PASS createEvent('AnimationEvent') should be initialized correctly. 3 PASS createEvent('AnimationEvent') should be initialized correctly.
4 FAIL animationevent should be an alias for AnimationEvent. Failed to execute 'cr eateEvent' on 'Document': The provided event type ('animationevent') is invalid. 4 FAIL animationevent should be an alias for AnimationEvent. Failed to execute 'cr eateEvent' on 'Document': The provided event type ('animationevent') is invalid.
5 FAIL createEvent('animationevent') should be initialized correctly. Cannot read property 'type' of undefined 5 FAIL createEvent('animationevent') should be initialized correctly. Cannot read property 'type' of undefined
6 FAIL ANIMATIONEVENT should be an alias for AnimationEvent. Failed to execute 'cr eateEvent' on 'Document': The provided event type ('ANIMATIONEVENT') is invalid. 6 FAIL ANIMATIONEVENT should be an alias for AnimationEvent. Failed to execute 'cr eateEvent' on 'Document': The provided event type ('ANIMATIONEVENT') is invalid.
7 FAIL createEvent('ANIMATIONEVENT') should be initialized correctly. Cannot read property 'type' of undefined 7 FAIL createEvent('ANIMATIONEVENT') should be initialized correctly. Cannot read property 'type' of undefined
8 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Anima tionEvents" 8 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Anima tionEvents"
9 PASS BeforeUnloadEvent should be an alias for BeforeUnloadEvent. 9 PASS BeforeUnloadEvent should be an alias for BeforeUnloadEvent.
10 FAIL createEvent('BeforeUnloadEvent') should be initialized correctly. assert_eq uals: type should be initialized to the empty string expected "" but got "before unload" 10 FAIL createEvent('BeforeUnloadEvent') should be initialized correctly. assert_eq uals: type should be initialized to the empty string expected "" but got "before unload"
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 PASS WheelEvent should be an alias for WheelEvent. 225 PASS WheelEvent should be an alias for WheelEvent.
226 PASS createEvent('WheelEvent') should be initialized correctly. 226 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. 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 createEvent('wheelevent') should be initialized correctly. Cannot read prop erty 'type' of undefined 228 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. 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 createEvent('WHEELEVENT') should be initialized correctly. Cannot read prop erty 'type' of undefined 230 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" 231 PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "Wheel Events"
232 PASS Should throw NOT_SUPPORTED_ERR for unrecognized arguments 232 PASS Should throw NOT_SUPPORTED_ERR for unrecognized arguments
233 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AnimationPla yerEvent" 233 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AnimationPla yerEvent"
234 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A nimationPlayerEvents" 234 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A nimationPlayerEvents"
235 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ApplicationC acheErrorEvent" assert_throws: function "function () { 235 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ApplicationC acheErrorEvent"
236 var evt = document.createEvent(eventInterface);
237 }" did not throw
238 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A pplicationCacheErrorEvents" 236 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 () { 237 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AudioProcess ingEvent"
240 var evt = document.createEvent(eventInterface);
241 }" did not throw
242 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A udioProcessingEvents" 238 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A udioProcessingEvents"
243 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Autocomplete ErrorEvent" 239 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Autocomplete ErrorEvent"
244 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A utocompleteErrorEvents" 240 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A utocompleteErrorEvents"
245 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BeforeInstal lPromptEvent" assert_throws: function "function () { 241 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BeforeInstal lPromptEvent"
246 var evt = document.createEvent(eventInterface);
247 }" did not throw
248 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B eforeInstallPromptEvents" 242 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B eforeInstallPromptEvents"
249 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BlobEvent" a ssert_throws: function "function () { 243 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BlobEvent"
250 var evt = document.createEvent(eventInterface);
251 }" did not throw
252 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B lobEvents" 244 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "B lobEvents"
253 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ClipboardEve nt" assert_throws: function "function () { 245 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ClipboardEve nt"
254 var evt = document.createEvent(eventInterface);
255 }" did not throw
256 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "C lipboardEvents" 246 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "C lipboardEvents"
257 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "CommandEvent " 247 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "CommandEvent "
258 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "C ommandEvents" 248 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "C ommandEvents"
259 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "DataContaine rEvent" 249 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "DataContaine rEvent"
260 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "D ataContainerEvents" 250 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "D ataContainerEvents"
261 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "DeviceLightE vent" 251 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "DeviceLightE vent"
262 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "D eviceLightEvents" 252 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "D eviceLightEvents"
263 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ExtendableEv ent" assert_throws: function "function () { 253 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ExtendableEv ent"
264 var evt = document.createEvent(eventInterface);
265 }" did not throw
266 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "E xtendableEvents" 254 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "E xtendableEvents"
267 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ExtendableMe ssageEvent" assert_throws: function "function () { 255 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ExtendableMe ssageEvent"
268 var evt = document.createEvent(eventInterface);
269 }" did not throw
270 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "E xtendableMessageEvents" 256 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "E xtendableMessageEvents"
271 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FetchEvent" assert_throws: function "function () { 257 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FetchEvent"
272 var evt = document.createEvent(eventInterface);
273 }" did not throw
274 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F etchEvents" 258 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F etchEvents"
275 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FontFaceSetL oadEvent" assert_throws: function "function () { 259 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FontFaceSetL oadEvent"
276 var evt = document.createEvent(eventInterface);
277 }" did not throw
278 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F ontFaceSetLoadEvents" 260 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F ontFaceSetLoadEvents"
279 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GamepadEvent " assert_throws: function "function () { 261 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GamepadEvent "
280 var evt = document.createEvent(eventInterface);
281 }" did not throw
282 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G amepadEvents" 262 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G amepadEvents"
283 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GeofencingEv ent" 263 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GeofencingEv ent"
284 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G eofencingEvents" 264 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "G eofencingEvents"
285 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "InstallEvent " 265 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "InstallEvent "
286 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "I nstallEvents" 266 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "I nstallEvents"
287 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "KeyEvent" 267 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "KeyEvent"
288 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "K eyEvents" 268 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "K eyEvents"
289 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIConnecti onEvent" assert_throws: function "function () { 269 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIConnecti onEvent"
290 var evt = document.createEvent(eventInterface);
291 }" did not throw
292 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M IDIConnectionEvents" 270 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M IDIConnectionEvents"
293 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIMessageE vent" assert_throws: function "function () { 271 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIMessageE vent"
294 var evt = document.createEvent(eventInterface);
295 }" did not throw
296 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M IDIMessageEvents" 272 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M IDIMessageEvents"
297 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaEncrypt edEvent" assert_throws: function "function () { 273 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaEncrypt edEvent"
298 var evt = document.createEvent(eventInterface);
299 }" did not throw
300 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaEncryptedEvents" 274 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaEncryptedEvents"
301 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaKeyEven t" 275 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaKeyEven t"
302 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaKeyEvents" 276 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaKeyEvents"
303 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaKeyMess ageEvent" assert_throws: function "function () { 277 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaKeyMess ageEvent"
304 var evt = document.createEvent(eventInterface);
305 }" did not throw
306 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaKeyMessageEvents" 278 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaKeyMessageEvents"
307 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaQueryLi stEvent" assert_throws: function "function () { 279 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaQueryLi stEvent"
308 var evt = document.createEvent(eventInterface);
309 }" did not throw
310 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaQueryListEvents" 280 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaQueryListEvents"
311 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaStreamE vent" assert_throws: function "function () { 281 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaStreamE vent"
312 var evt = document.createEvent(eventInterface);
313 }" did not throw
314 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaStreamEvents" 282 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaStreamEvents"
315 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaStreamT rackEvent" assert_throws: function "function () { 283 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaStreamT rackEvent"
316 var evt = document.createEvent(eventInterface);
317 }" did not throw
318 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaStreamTrackEvents" 284 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ediaStreamTrackEvents"
319 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MouseScrollE vent" 285 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MouseScrollE vent"
320 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ouseScrollEvents" 286 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M ouseScrollEvents"
321 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MutationEven t" assert_throws: function "function () { 287 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MutationEven t" assert_throws: function "function () {
322 var evt = document.createEvent(eventInterface); 288 var evt = document.createEvent(eventInterface);
323 }" did not throw 289 }" did not throw
324 FAIL Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M utationEvents" assert_throws: function "function () { 290 FAIL Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "M utationEvents" assert_throws: function "function () {
325 var evt = document.createEvent(eventInterface + "s"); 291 var evt = document.createEvent(eventInterface + "s");
326 }" did not throw 292 }" did not throw
327 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Notification Event" assert_throws: function "function () { 293 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Notification Event"
328 var evt = document.createEvent(eventInterface);
329 }" did not throw
330 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "N otificationEvents" 294 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "N otificationEvents"
331 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "NotifyPaintE vent" 295 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "NotifyPaintE vent"
332 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "N otifyPaintEvents" 296 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "N otifyPaintEvents"
333 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "OfflineAudio CompletionEvent" assert_throws: function "function () { 297 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "OfflineAudio CompletionEvent"
334 var evt = document.createEvent(eventInterface);
335 }" did not throw
336 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "O fflineAudioCompletionEvents" 298 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "O fflineAudioCompletionEvents"
337 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "OrientationE vent" 299 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "OrientationE vent"
338 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "O rientationEvents" 300 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "O rientationEvents"
339 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PageTransiti on" 301 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PageTransiti on"
340 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P ageTransitions" 302 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P ageTransitions"
341 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PointerEvent " 303 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PointerEvent "
342 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P ointerEvents" 304 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P ointerEvents"
343 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PopUpEvent" 305 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PopUpEvent"
344 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P opUpEvents" 306 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P opUpEvents"
345 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Presentation ConnectionAvailableEvent" assert_throws: function "function () { 307 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Presentation ConnectionAvailableEvent"
346 var evt = document.createEvent(eventInterface);
347 }" did not throw
348 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P resentationConnectionAvailableEvents" 308 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P resentationConnectionAvailableEvents"
349 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Presentation ConnectionCloseEvent" assert_throws: function "function () { 309 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "Presentation ConnectionCloseEvent"
350 var evt = document.createEvent(eventInterface);
351 }" did not throw
352 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P resentationConnectionCloseEvents" 310 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P resentationConnectionCloseEvents"
353 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PromiseRejec tionEvent" assert_throws: function "function () { 311 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PromiseRejec tionEvent"
354 var evt = document.createEvent(eventInterface);
355 }" did not throw
356 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P romiseRejectionEvents" 312 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P romiseRejectionEvents"
357 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PushEvent" a ssert_throws: function "function () { 313 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PushEvent"
358 var evt = document.createEvent(eventInterface);
359 }" did not throw
360 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P ushEvents" 314 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "P ushEvents"
361 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RTCDTMFToneC hangeEvent" assert_throws: function "function () { 315 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RTCDTMFToneC hangeEvent"
362 var evt = document.createEvent(eventInterface);
363 }" did not throw
364 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R TCDTMFToneChangeEvents" 316 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R TCDTMFToneChangeEvents"
365 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RTCDataChann elEvent" assert_throws: function "function () { 317 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RTCDataChann elEvent"
366 var evt = document.createEvent(eventInterface);
367 }" did not throw
368 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R TCDataChannelEvents" 318 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R TCDataChannelEvents"
369 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RTCIceCandid ateEvent" assert_throws: function "function () { 319 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RTCIceCandid ateEvent"
370 var evt = document.createEvent(eventInterface);
371 }" did not throw
372 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R TCIceCandidateEvents" 320 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R TCIceCandidateEvents"
373 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RelatedEvent " 321 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RelatedEvent "
374 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R elatedEvents" 322 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R elatedEvents"
375 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ResourceProg ressEvent" assert_throws: function "function () { 323 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ResourceProg ressEvent"
376 var evt = document.createEvent(eventInterface);
377 }" did not throw
378 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R esourceProgressEvents" 324 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "R esourceProgressEvents"
379 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SVGEvent" 325 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SVGEvent"
380 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ScrollAreaEv ent" 326 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ScrollAreaEv ent"
381 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S crollAreaEvents" 327 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S crollAreaEvents"
382 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SecurityPoli cyViolationEvent" assert_throws: function "function () { 328 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SecurityPoli cyViolationEvent"
383 var evt = document.createEvent(eventInterface);
384 }" did not throw
385 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S ecurityPolicyViolationEvents" 329 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S ecurityPolicyViolationEvents"
386 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ServicePortC onnectEvent" 330 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ServicePortC onnectEvent"
387 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S ervicePortConnectEvents" 331 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S ervicePortConnectEvents"
388 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ServiceWorke rMessageEvent" assert_throws: function "function () { 332 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ServiceWorke rMessageEvent"
389 var evt = document.createEvent(eventInterface);
390 }" did not throw
391 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S erviceWorkerMessageEvents" 333 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S erviceWorkerMessageEvents"
392 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SimpleGestur eEvent" 334 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SimpleGestur eEvent"
393 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S impleGestureEvents" 335 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S impleGestureEvents"
394 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecogn itionError" assert_throws: function "function () { 336 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecogn itionError"
395 var evt = document.createEvent(eventInterface);
396 }" did not throw
397 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechRecognitionErrors" 337 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechRecognitionErrors"
398 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecogn itionEvent" assert_throws: function "function () { 338 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecogn itionEvent"
399 var evt = document.createEvent(eventInterface);
400 }" did not throw
401 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechRecognitionEvents" 339 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechRecognitionEvents"
402 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechSynthe sisEvent" assert_throws: function "function () { 340 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechSynthe sisEvent"
403 var evt = document.createEvent(eventInterface);
404 }" did not throw
405 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechSynthesisEvents" 341 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S peechSynthesisEvents"
406 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SyncEvent" a ssert_throws: function "function () { 342 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SyncEvent"
407 var evt = document.createEvent(eventInterface);
408 }" did not throw
409 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S yncEvents" 343 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S yncEvents"
410 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TimeEvent" 344 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TimeEvent"
411 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "T imeEvents" 345 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "T imeEvents"
412 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitAnimat ionEvent" assert_throws: function "function () { 346 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitAnimat ionEvent" assert_throws: function "function () {
413 var evt = document.createEvent(eventInterface); 347 var evt = document.createEvent(eventInterface);
414 }" did not throw 348 }" did not throw
415 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitAnimationEvents" 349 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitAnimationEvents"
416 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi tionEvent" assert_throws: function "function () { 350 FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransi tionEvent" assert_throws: function "function () {
417 var evt = document.createEvent(eventInterface); 351 var evt = document.createEvent(eventInterface);
418 }" did not throw 352 }" did not throw
419 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitTransitionEvents" 353 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "W ebKitTransitionEvents"
420 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv ent" 354 PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEv ent"
421 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X ULCommandEvents" 355 PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "X ULCommandEvents"
422 Harness: the test ran to completion. 356 Harness: the test ran to completion.
423 357
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698