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

Side by Side Diff: third_party/WebKit/LayoutTests/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: Code review comments and added LayoutTests interface listing files 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 [Worker] getter body 414 [Worker] getter body
415 [Worker] getter data 415 [Worker] getter data
416 [Worker] getter dir 416 [Worker] getter dir
417 [Worker] getter icon 417 [Worker] getter icon
418 [Worker] getter lang 418 [Worker] getter lang
419 [Worker] getter onclick 419 [Worker] getter onclick
420 [Worker] getter onclose 420 [Worker] getter onclose
421 [Worker] getter onerror 421 [Worker] getter onerror
422 [Worker] getter onshow 422 [Worker] getter onshow
423 [Worker] getter requireInteraction 423 [Worker] getter requireInteraction
424 [Worker] getter renotify
424 [Worker] getter silent 425 [Worker] getter silent
425 [Worker] getter tag 426 [Worker] getter tag
426 [Worker] getter timestamp 427 [Worker] getter timestamp
427 [Worker] getter title 428 [Worker] getter title
428 [Worker] getter vibrate 429 [Worker] getter vibrate
429 [Worker] method close 430 [Worker] method close
430 [Worker] method constructor 431 [Worker] method constructor
431 [Worker] setter onclick 432 [Worker] setter onclick
432 [Worker] setter onclose 433 [Worker] setter onclose
433 [Worker] setter onerror 434 [Worker] setter onerror
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 [Worker] [GLOBAL OBJECT] 842 [Worker] [GLOBAL OBJECT]
842 [Worker] getter caches 843 [Worker] getter caches
843 [Worker] getter name 844 [Worker] getter name
844 [Worker] getter onconnect 845 [Worker] getter onconnect
845 [Worker] method gc 846 [Worker] method gc
846 [Worker] setter onconnect 847 [Worker] setter onconnect
847 PASS successfullyParsed is true 848 PASS successfullyParsed is true
848 849
849 TEST COMPLETE 850 TEST COMPLETE
850 851
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698