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

Side by Side Diff: third_party/WebKit/LayoutTests/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, 2 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 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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 setter onshow 471 setter onshow
472 interface NotificationEvent : ExtendableEvent 472 interface NotificationEvent : ExtendableEvent
473 getter action 473 getter action
474 getter notification 474 getter notification
475 getter reply 475 getter reply
476 method constructor 476 method constructor
477 interface OffscreenCanvas 477 interface OffscreenCanvas
478 getter height 478 getter height
479 getter width 479 getter width
480 method constructor 480 method constructor
481 method convertToBlob
481 method getContext 482 method getContext
482 method transferToImageBitmap 483 method transferToImageBitmap
483 setter height 484 setter height
484 setter width 485 setter width
485 interface OffscreenCanvasRenderingContext2D 486 interface OffscreenCanvasRenderingContext2D
486 getter canvas 487 getter canvas
487 getter fillStyle 488 getter fillStyle
488 getter imageSmoothingEnabled 489 getter imageSmoothingEnabled
489 getter imageSmoothingQuality 490 getter imageSmoothingQuality
490 getter lineCap 491 getter lineCap
(...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after
1384 setter onmessage 1385 setter onmessage
1385 setter onnotificationclick 1386 setter onnotificationclick
1386 setter onnotificationclose 1387 setter onnotificationclose
1387 setter onpush 1388 setter onpush
1388 setter onsync 1389 setter onsync
1389 PASS Verify the interface of ServiceWorkerGlobalScope 1390 PASS Verify the interface of ServiceWorkerGlobalScope
1390 PASS successfullyParsed is true 1391 PASS successfullyParsed is true
1391 1392
1392 TEST COMPLETE 1393 TEST COMPLETE
1393 1394
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698