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

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: 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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 requireInteraction 387 [Worker] getter requireInteraction
388 [Worker] getter renotify
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
397 [Worker] setter onshow 398 [Worker] setter onshow
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 [Worker] [GLOBAL OBJECT] 762 [Worker] [GLOBAL OBJECT]
762 [Worker] getter caches 763 [Worker] getter caches
763 [Worker] getter name 764 [Worker] getter name
764 [Worker] getter onconnect 765 [Worker] getter onconnect
765 [Worker] method gc 766 [Worker] method gc
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