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

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

Issue 2294963002: Submit Compositor Frame from OffscreenCanvas on main (Closed)
Patch Set: a test to ensure resizing on transferred offscreencanvas has no effect 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 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 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 getter shadowOffsetX 494 getter shadowOffsetX
495 getter shadowOffsetY 495 getter shadowOffsetY
496 getter strokeStyle 496 getter strokeStyle
497 method arc 497 method arc
498 method arcTo 498 method arcTo
499 method beginPath 499 method beginPath
500 method bezierCurveTo 500 method bezierCurveTo
501 method clearRect 501 method clearRect
502 method clip 502 method clip
503 method closePath 503 method closePath
504 method commit
504 method constructor 505 method constructor
505 method createImageData 506 method createImageData
506 method createLinearGradient 507 method createLinearGradient
507 method createPattern 508 method createPattern
508 method createRadialGradient 509 method createRadialGradient
509 method drawImage 510 method drawImage
510 method ellipse 511 method ellipse
511 method fill 512 method fill
512 method fillRect 513 method fillRect
513 method getImageData 514 method getImageData
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
1376 setter onmessage 1377 setter onmessage
1377 setter onnotificationclick 1378 setter onnotificationclick
1378 setter onnotificationclose 1379 setter onnotificationclose
1379 setter onpush 1380 setter onpush
1380 setter onsync 1381 setter onsync
1381 PASS Verify the interface of ServiceWorkerGlobalScope 1382 PASS Verify the interface of ServiceWorkerGlobalScope
1382 PASS successfullyParsed is true 1383 PASS successfullyParsed is true
1383 1384
1384 TEST COMPLETE 1385 TEST COMPLETE
1385 1386
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698