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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 2420203002: Implement convertToBlob() in OffscreenCanvas (Closed)
Patch Set: rebase and fix global-interface-listing-service-worker-expected.txt Created 4 years, 1 month 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 interface Blob 1 interface Blob
2 getter isClosed 2 getter isClosed
3 getter size 3 getter size
4 getter type 4 getter type
5 method close 5 method close
6 method constructor 6 method constructor
7 method slice 7 method slice
8 interface BroadcastChannel : EventTarget 8 interface BroadcastChannel : EventTarget
9 getter name 9 getter name
10 getter onmessage 10 getter onmessage
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 setter onshow 477 setter onshow
478 interface NotificationEvent : ExtendableEvent 478 interface NotificationEvent : ExtendableEvent
479 getter action 479 getter action
480 getter notification 480 getter notification
481 getter reply 481 getter reply
482 method constructor 482 method constructor
483 interface OffscreenCanvas 483 interface OffscreenCanvas
484 getter height 484 getter height
485 getter width 485 getter width
486 method constructor 486 method constructor
487 method convertToBlob
487 method getContext 488 method getContext
488 method transferToImageBitmap 489 method transferToImageBitmap
489 setter height 490 setter height
490 setter width 491 setter width
491 interface OffscreenCanvasRenderingContext2D 492 interface OffscreenCanvasRenderingContext2D
492 getter canvas 493 getter canvas
493 getter fillStyle 494 getter fillStyle
494 getter imageSmoothingEnabled 495 getter imageSmoothingEnabled
495 getter imageSmoothingQuality 496 getter imageSmoothingQuality
496 getter lineCap 497 getter lineCap
(...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
1391 setter onmessage 1392 setter onmessage
1392 setter onnotificationclick 1393 setter onnotificationclick
1393 setter onnotificationclose 1394 setter onnotificationclose
1394 setter onpush 1395 setter onpush
1395 setter onsync 1396 setter onsync
1396 PASS Verify the interface of ServiceWorkerGlobalScope 1397 PASS Verify the interface of ServiceWorkerGlobalScope
1397 PASS successfullyParsed is true 1398 PASS successfullyParsed is true
1398 1399
1399 TEST COMPLETE 1400 TEST COMPLETE
1400 1401
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698