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

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

Issue 2490443002: Make OffscreenCanvas an EventTarget (Closed)
Patch Set: pass API layout tests 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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 method constructor 467 method constructor
468 setter onclick 468 setter onclick
469 setter onclose 469 setter onclose
470 setter onerror 470 setter onerror
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 : EventTarget
478 getter height 478 getter height
479 getter width 479 getter width
480 method constructor 480 method constructor
481 method convertToBlob 481 method convertToBlob
482 method getContext 482 method getContext
483 method transferToImageBitmap 483 method transferToImageBitmap
484 setter height 484 setter height
485 setter width 485 setter width
486 interface OffscreenCanvasRenderingContext2D 486 interface OffscreenCanvasRenderingContext2D
487 getter canvas 487 getter canvas
(...skipping 903 matching lines...) Expand 10 before | Expand all | Expand 10 after
1391 setter onmessage 1391 setter onmessage
1392 setter onnotificationclick 1392 setter onnotificationclick
1393 setter onnotificationclose 1393 setter onnotificationclose
1394 setter onpush 1394 setter onpush
1395 setter onsync 1395 setter onsync
1396 PASS Verify the interface of ServiceWorkerGlobalScope 1396 PASS Verify the interface of ServiceWorkerGlobalScope
1397 PASS successfullyParsed is true 1397 PASS successfullyParsed is true
1398 1398
1399 TEST COMPLETE 1399 TEST COMPLETE
1400 1400
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698