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

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

Issue 1806943005: Implemented/Tested line-drawing functions in OffscreenCanvas 2D Context (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits + rebase with master Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
index ad186d66f3e155b3f1f97aa9e3084584f73b50e7..811fd1b4c40e4dcf79b165d9fefb33738fe77e61 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
@@ -484,23 +484,50 @@ interface OffscreenCanvas
setter width
interface OffscreenCanvasRenderingContext2D
getter fillStyle
+ getter lineCap
+ getter lineDashOffset
+ getter lineJoin
+ getter lineWidth
+ getter miterLimit
getter offscreenCanvas
getter strokeStyle
method arc
method arcTo
+ method beginPath
method bezierCurveTo
method clearRect
method closePath
method constructor
method ellipse
+ method fill
method fillRect
+ method getLineDash
method lineTo
method moveTo
method quadraticCurveTo
method rect
+ method setLineDash
+ method stroke
method strokeRect
setter fillStyle
+ setter lineCap
+ setter lineDashOffset
+ setter lineJoin
+ setter lineWidth
+ setter miterLimit
setter strokeStyle
+interface Path2D
+ method addPath
+ method arc
+ method arcTo
+ method bezierCurveTo
+ method closePath
+ method constructor
+ method ellipse
+ method lineTo
+ method moveTo
+ method quadraticCurveTo
+ method rect
interface PerformanceObserverEntryList
method constructor
method getEntries

Powered by Google App Engine
This is Rietveld 408576698