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

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

Issue 2395113003: Ship Notification images (Closed)
Patch Set: Re-uploading because UploadBaseFiles timed out Created 4 years, 1 month 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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 [Worker] interface Notification : EventTarget 426 [Worker] interface Notification : EventTarget
427 [Worker] static getter maxActions 427 [Worker] static getter maxActions
428 [Worker] static getter permission 428 [Worker] static getter permission
429 [Worker] attribute @@toStringTag 429 [Worker] attribute @@toStringTag
430 [Worker] getter actions 430 [Worker] getter actions
431 [Worker] getter badge 431 [Worker] getter badge
432 [Worker] getter body 432 [Worker] getter body
433 [Worker] getter data 433 [Worker] getter data
434 [Worker] getter dir 434 [Worker] getter dir
435 [Worker] getter icon 435 [Worker] getter icon
436 [Worker] getter image
436 [Worker] getter lang 437 [Worker] getter lang
437 [Worker] getter onclick 438 [Worker] getter onclick
438 [Worker] getter onclose 439 [Worker] getter onclose
439 [Worker] getter onerror 440 [Worker] getter onerror
440 [Worker] getter onshow 441 [Worker] getter onshow
441 [Worker] getter renotify 442 [Worker] getter renotify
442 [Worker] getter requireInteraction 443 [Worker] getter requireInteraction
443 [Worker] getter silent 444 [Worker] getter silent
444 [Worker] getter tag 445 [Worker] getter tag
445 [Worker] getter timestamp 446 [Worker] getter timestamp
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 [Worker] method gc 865 [Worker] method gc
865 [Worker] method webkitRequestFileSystem 866 [Worker] method webkitRequestFileSystem
866 [Worker] method webkitRequestFileSystemSync 867 [Worker] method webkitRequestFileSystemSync
867 [Worker] method webkitResolveLocalFileSystemSyncURL 868 [Worker] method webkitResolveLocalFileSystemSyncURL
868 [Worker] method webkitResolveLocalFileSystemURL 869 [Worker] method webkitResolveLocalFileSystemURL
869 [Worker] setter onconnect 870 [Worker] setter onconnect
870 PASS successfullyParsed is true 871 PASS successfullyParsed is true
871 872
872 TEST COMPLETE 873 TEST COMPLETE
873 874
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698