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

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

Issue 2108723003: Promote NotificationBadge to stable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 [Worker] method close 427 [Worker] method close
428 [Worker] method constructor 428 [Worker] method constructor
429 [Worker] method postMessage 429 [Worker] method postMessage
430 [Worker] method start 430 [Worker] method start
431 [Worker] setter onmessage 431 [Worker] setter onmessage
432 [Worker] interface Notification : EventTarget 432 [Worker] interface Notification : EventTarget
433 [Worker] static getter maxActions 433 [Worker] static getter maxActions
434 [Worker] static getter permission 434 [Worker] static getter permission
435 [Worker] attribute @@toStringTag 435 [Worker] attribute @@toStringTag
436 [Worker] getter actions 436 [Worker] getter actions
437 [Worker] getter badge
437 [Worker] getter body 438 [Worker] getter body
438 [Worker] getter data 439 [Worker] getter data
439 [Worker] getter dir 440 [Worker] getter dir
440 [Worker] getter icon 441 [Worker] getter icon
441 [Worker] getter lang 442 [Worker] getter lang
442 [Worker] getter onclick 443 [Worker] getter onclick
443 [Worker] getter onclose 444 [Worker] getter onclose
444 [Worker] getter onerror 445 [Worker] getter onerror
445 [Worker] getter onshow 446 [Worker] getter onshow
446 [Worker] getter renotify 447 [Worker] getter renotify
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 [Worker] method gc 859 [Worker] method gc
859 [Worker] method webkitRequestFileSystem 860 [Worker] method webkitRequestFileSystem
860 [Worker] method webkitRequestFileSystemSync 861 [Worker] method webkitRequestFileSystemSync
861 [Worker] method webkitResolveLocalFileSystemSyncURL 862 [Worker] method webkitResolveLocalFileSystemSyncURL
862 [Worker] method webkitResolveLocalFileSystemURL 863 [Worker] method webkitResolveLocalFileSystemURL
863 [Worker] setter onconnect 864 [Worker] setter onconnect
864 PASS successfullyParsed is true 865 PASS successfullyParsed is true
865 866
866 TEST COMPLETE 867 TEST COMPLETE
867 868
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698