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

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

Issue 2313533002: Revert of Submit Compositor Frame from OffscreenCanvas on main (Closed)
Patch Set: 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
505 method constructor 504 method constructor
506 method createImageData 505 method createImageData
507 method createLinearGradient 506 method createLinearGradient
508 method createPattern 507 method createPattern
509 method createRadialGradient 508 method createRadialGradient
510 method drawImage 509 method drawImage
511 method ellipse 510 method ellipse
512 method fill 511 method fill
513 method fillRect 512 method fillRect
514 method getImageData 513 method getImageData
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
1377 setter onmessage 1376 setter onmessage
1378 setter onnotificationclick 1377 setter onnotificationclick
1379 setter onnotificationclose 1378 setter onnotificationclose
1380 setter onpush 1379 setter onpush
1381 setter onsync 1380 setter onsync
1382 PASS Verify the interface of ServiceWorkerGlobalScope 1381 PASS Verify the interface of ServiceWorkerGlobalScope
1383 PASS successfullyParsed is true 1382 PASS successfullyParsed is true
1384 1383
1385 TEST COMPLETE 1384 TEST COMPLETE
1386 1385
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698