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

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

Issue 2261283002: Add Notification images (Blink + desktop implementation) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check IPC drawsNothing rather than isNull Created 4 years, 3 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 isClosed 10 [Worker] getter isClosed
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 [Worker] interface Notification : EventTarget 455 [Worker] interface Notification : EventTarget
456 [Worker] static getter maxActions 456 [Worker] static getter maxActions
457 [Worker] static getter permission 457 [Worker] static getter permission
458 [Worker] attribute @@toStringTag 458 [Worker] attribute @@toStringTag
459 [Worker] getter actions 459 [Worker] getter actions
460 [Worker] getter badge 460 [Worker] getter badge
461 [Worker] getter body 461 [Worker] getter body
462 [Worker] getter data 462 [Worker] getter data
463 [Worker] getter dir 463 [Worker] getter dir
464 [Worker] getter icon 464 [Worker] getter icon
465 [Worker] getter image
465 [Worker] getter lang 466 [Worker] getter lang
466 [Worker] getter onclick 467 [Worker] getter onclick
467 [Worker] getter onclose 468 [Worker] getter onclose
468 [Worker] getter onerror 469 [Worker] getter onerror
469 [Worker] getter onshow 470 [Worker] getter onshow
470 [Worker] getter renotify 471 [Worker] getter renotify
471 [Worker] getter requireInteraction 472 [Worker] getter requireInteraction
472 [Worker] getter silent 473 [Worker] getter silent
473 [Worker] getter tag 474 [Worker] getter tag
474 [Worker] getter timestamp 475 [Worker] getter timestamp
(...skipping 946 matching lines...) Expand 10 before | Expand all | Expand 10 after
1421 [Worker] method gc 1422 [Worker] method gc
1422 [Worker] method webkitRequestFileSystem 1423 [Worker] method webkitRequestFileSystem
1423 [Worker] method webkitRequestFileSystemSync 1424 [Worker] method webkitRequestFileSystemSync
1424 [Worker] method webkitResolveLocalFileSystemSyncURL 1425 [Worker] method webkitResolveLocalFileSystemSyncURL
1425 [Worker] method webkitResolveLocalFileSystemURL 1426 [Worker] method webkitResolveLocalFileSystemURL
1426 [Worker] setter onconnect 1427 [Worker] setter onconnect
1427 PASS successfullyParsed is true 1428 PASS successfullyParsed is true
1428 1429
1429 TEST COMPLETE 1430 TEST COMPLETE
1430 1431
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698