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

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 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 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 method constructor 474 method constructor
475 setter onclick 475 setter onclick
476 setter onclose 476 setter onclose
477 setter onerror 477 setter onerror
478 setter onshow 478 setter onshow
479 interface NotificationEvent : ExtendableEvent 479 interface NotificationEvent : ExtendableEvent
480 getter action 480 getter action
481 getter notification 481 getter notification
482 getter reply 482 getter reply
483 method constructor 483 method constructor
484 interface OffscreenCanvas 484 interface OffscreenCanvas : EventTarget
485 getter height 485 getter height
486 getter width 486 getter width
487 method constructor 487 method constructor
488 method convertToBlob 488 method convertToBlob
489 method getContext 489 method getContext
490 method transferToImageBitmap 490 method transferToImageBitmap
491 setter height 491 setter height
492 setter width 492 setter width
493 interface OffscreenCanvasRenderingContext2D 493 interface OffscreenCanvasRenderingContext2D
494 getter canvas 494 getter canvas
(...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after
1399 setter onmessage 1399 setter onmessage
1400 setter onnotificationclick 1400 setter onnotificationclick
1401 setter onnotificationclose 1401 setter onnotificationclose
1402 setter onpush 1402 setter onpush
1403 setter onsync 1403 setter onsync
1404 PASS Verify the interface of ServiceWorkerGlobalScope 1404 PASS Verify the interface of ServiceWorkerGlobalScope
1405 PASS successfullyParsed is true 1405 PASS successfullyParsed is true
1406 1406
1407 TEST COMPLETE 1407 TEST COMPLETE
1408 1408
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698