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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-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/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index bf639ce205a5f367794695c5805e8ea5f3a12140..5c68eeffd36d95fa8eb0f5b5b8e53686d1d06759 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -4002,22 +4002,37 @@ interface OffscreenCanvas
interface OffscreenCanvasRenderingContext2D
attribute @@toStringTag
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 Option
method constructor

Powered by Google App Engine
This is Rietveld 408576698