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

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: Name the new runtime-enabled flag as "StableBlinkFeatures" 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 f0ed794d0c9da519163f070d1a729d1b1fb11496..fa32a1b1d52e0fb5a6e3e57b9bc9102a1cea17b2 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
@@ -482,23 +482,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