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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-shared-worker-expected.txt

Issue 1974033003: Ship the Notification.action and Notification.vibration properties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@threadsafe-statics
Patch Set: Created 4 years, 7 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 test documents all interface attributes and methods on SharedWorkerGlobalSc ope. 1 This test documents all interface attributes and methods on SharedWorkerGlobalSc ope.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Starting worker: resources/global-interface-listing.js 6 Starting worker: resources/global-interface-listing.js
7 [Worker] [INTERFACES] 7 [Worker] [INTERFACES]
8 [Worker] interface Blob 8 [Worker] interface Blob
9 [Worker] attribute @@toStringTag 9 [Worker] attribute @@toStringTag
10 [Worker] getter size 10 [Worker] getter size
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 [Worker] getter onmessage 418 [Worker] getter onmessage
419 [Worker] method close 419 [Worker] method close
420 [Worker] method constructor 420 [Worker] method constructor
421 [Worker] method postMessage 421 [Worker] method postMessage
422 [Worker] method start 422 [Worker] method start
423 [Worker] setter onmessage 423 [Worker] setter onmessage
424 [Worker] interface Notification : EventTarget 424 [Worker] interface Notification : EventTarget
425 [Worker] static getter maxActions 425 [Worker] static getter maxActions
426 [Worker] static getter permission 426 [Worker] static getter permission
427 [Worker] attribute @@toStringTag 427 [Worker] attribute @@toStringTag
428 [Worker] getter actions
428 [Worker] getter body 429 [Worker] getter body
429 [Worker] getter data 430 [Worker] getter data
430 [Worker] getter dir 431 [Worker] getter dir
431 [Worker] getter icon 432 [Worker] getter icon
432 [Worker] getter lang 433 [Worker] getter lang
433 [Worker] getter onclick 434 [Worker] getter onclick
434 [Worker] getter onclose 435 [Worker] getter onclose
435 [Worker] getter onerror 436 [Worker] getter onerror
436 [Worker] getter onshow 437 [Worker] getter onshow
437 [Worker] getter renotify 438 [Worker] getter renotify
438 [Worker] getter requireInteraction 439 [Worker] getter requireInteraction
439 [Worker] getter silent 440 [Worker] getter silent
440 [Worker] getter tag 441 [Worker] getter tag
441 [Worker] getter timestamp 442 [Worker] getter timestamp
442 [Worker] getter title 443 [Worker] getter title
444 [Worker] getter vibrate
443 [Worker] method close 445 [Worker] method close
444 [Worker] method constructor 446 [Worker] method constructor
445 [Worker] setter onclick 447 [Worker] setter onclick
446 [Worker] setter onclose 448 [Worker] setter onclose
447 [Worker] setter onerror 449 [Worker] setter onerror
448 [Worker] setter onshow 450 [Worker] setter onshow
449 [Worker] interface PermissionStatus : EventTarget 451 [Worker] interface PermissionStatus : EventTarget
450 [Worker] attribute @@toStringTag 452 [Worker] attribute @@toStringTag
451 [Worker] getter onchange 453 [Worker] getter onchange
452 [Worker] getter state 454 [Worker] getter state
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 [Worker] method gc 847 [Worker] method gc
846 [Worker] method webkitRequestFileSystem 848 [Worker] method webkitRequestFileSystem
847 [Worker] method webkitRequestFileSystemSync 849 [Worker] method webkitRequestFileSystemSync
848 [Worker] method webkitResolveLocalFileSystemSyncURL 850 [Worker] method webkitResolveLocalFileSystemSyncURL
849 [Worker] method webkitResolveLocalFileSystemURL 851 [Worker] method webkitResolveLocalFileSystemURL
850 [Worker] setter onconnect 852 [Worker] setter onconnect
851 PASS successfullyParsed is true 853 PASS successfullyParsed is true
852 854
853 TEST COMPLETE 855 TEST COMPLETE
854 856
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698