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

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

Issue 1656243002: Implementation of renotify flag for Notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 10 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] getter size 9 [Worker] getter size
10 [Worker] getter type 10 [Worker] getter type
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 [Worker] static getter permission 377 [Worker] static getter permission
378 [Worker] getter body 378 [Worker] getter body
379 [Worker] getter data 379 [Worker] getter data
380 [Worker] getter dir 380 [Worker] getter dir
381 [Worker] getter icon 381 [Worker] getter icon
382 [Worker] getter lang 382 [Worker] getter lang
383 [Worker] getter onclick 383 [Worker] getter onclick
384 [Worker] getter onclose 384 [Worker] getter onclose
385 [Worker] getter onerror 385 [Worker] getter onerror
386 [Worker] getter onshow 386 [Worker] getter onshow
387 [Worker] getter renotify
387 [Worker] getter requireInteraction 388 [Worker] getter requireInteraction
388 [Worker] getter silent 389 [Worker] getter silent
389 [Worker] getter tag 390 [Worker] getter tag
390 [Worker] getter timestamp 391 [Worker] getter timestamp
391 [Worker] getter title 392 [Worker] getter title
392 [Worker] method close 393 [Worker] method close
393 [Worker] method constructor 394 [Worker] method constructor
394 [Worker] setter onclick 395 [Worker] setter onclick
395 [Worker] setter onclose 396 [Worker] setter onclose
396 [Worker] setter onerror 397 [Worker] setter onerror
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 [Worker] method gc 762 [Worker] method gc
762 [Worker] method webkitRequestFileSystem 763 [Worker] method webkitRequestFileSystem
763 [Worker] method webkitRequestFileSystemSync 764 [Worker] method webkitRequestFileSystemSync
764 [Worker] method webkitResolveLocalFileSystemSyncURL 765 [Worker] method webkitResolveLocalFileSystemSyncURL
765 [Worker] method webkitResolveLocalFileSystemURL 766 [Worker] method webkitResolveLocalFileSystemURL
766 [Worker] setter onconnect 767 [Worker] setter onconnect
767 PASS successfullyParsed is true 768 PASS successfullyParsed is true
768 769
769 TEST COMPLETE 770 TEST COMPLETE
770 771
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698