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

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

Issue 1750083004: Add badge to web notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test. Created 4 years, 9 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 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 [Worker] getter ontypechange 447 [Worker] getter ontypechange
448 [Worker] getter type 448 [Worker] getter type
449 [Worker] method constructor 449 [Worker] method constructor
450 [Worker] setter onchange 450 [Worker] setter onchange
451 [Worker] setter ontypechange 451 [Worker] setter ontypechange
452 [Worker] interface Notification : EventTarget 452 [Worker] interface Notification : EventTarget
453 [Worker] static getter maxActions 453 [Worker] static getter maxActions
454 [Worker] static getter permission 454 [Worker] static getter permission
455 [Worker] attribute @@toStringTag 455 [Worker] attribute @@toStringTag
456 [Worker] getter actions 456 [Worker] getter actions
457 [Worker] getter badge
457 [Worker] getter body 458 [Worker] getter body
458 [Worker] getter data 459 [Worker] getter data
459 [Worker] getter dir 460 [Worker] getter dir
460 [Worker] getter icon 461 [Worker] getter icon
461 [Worker] getter lang 462 [Worker] getter lang
462 [Worker] getter onclick 463 [Worker] getter onclick
463 [Worker] getter onclose 464 [Worker] getter onclose
464 [Worker] getter onerror 465 [Worker] getter onerror
465 [Worker] getter onshow 466 [Worker] getter onshow
466 [Worker] getter renotify 467 [Worker] getter renotify
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 [Worker] method gc 945 [Worker] method gc
945 [Worker] method webkitRequestFileSystem 946 [Worker] method webkitRequestFileSystem
946 [Worker] method webkitRequestFileSystemSync 947 [Worker] method webkitRequestFileSystemSync
947 [Worker] method webkitResolveLocalFileSystemSyncURL 948 [Worker] method webkitResolveLocalFileSystemSyncURL
948 [Worker] method webkitResolveLocalFileSystemURL 949 [Worker] method webkitResolveLocalFileSystemURL
949 [Worker] setter onconnect 950 [Worker] setter onconnect
950 PASS successfullyParsed is true 951 PASS successfullyParsed is true
951 952
952 TEST COMPLETE 953 TEST COMPLETE
953 954
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698