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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet-expected.txt

Issue 1866623002: Hook up CSSPaintValue::image to CSS Paint API callback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments + rebase. Created 4 years, 8 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/worklet/webexposed/global-interface-listing-paint-worklet-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet-expected.txt b/third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet-expected.txt
index 933b03b4f386f108030749a75b4f5e385dcc6458..84650e41e2e83c7ef9dd074e084a1b3e8383e9c9 100644
--- a/third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet-expected.txt
@@ -25,6 +25,10 @@ CONSOLE MESSAGE: line 137: method setInt8
CONSOLE MESSAGE: line 137: method setUint16
CONSOLE MESSAGE: line 137: method setUint32
CONSOLE MESSAGE: line 137: method setUint8
+CONSOLE MESSAGE: line 137: interface Geometry
+CONSOLE MESSAGE: line 137: getter height
+CONSOLE MESSAGE: line 137: getter width
+CONSOLE MESSAGE: line 137: method constructor
CONSOLE MESSAGE: line 137: interface PaintRenderingContext2D
CONSOLE MESSAGE: line 137: getter currentTransform
CONSOLE MESSAGE: line 137: getter fillStyle
@@ -93,6 +97,18 @@ CONSOLE MESSAGE: line 137: setter shadowOffsetY
CONSOLE MESSAGE: line 137: setter strokeStyle
CONSOLE MESSAGE: line 137: interface PaintWorkletGlobalScope : WorkletGlobalScope
CONSOLE MESSAGE: line 137: method constructor
+CONSOLE MESSAGE: line 137: interface Path2D
+CONSOLE MESSAGE: line 137: method addPath
+CONSOLE MESSAGE: line 137: method arc
+CONSOLE MESSAGE: line 137: method arcTo
+CONSOLE MESSAGE: line 137: method bezierCurveTo
+CONSOLE MESSAGE: line 137: method closePath
+CONSOLE MESSAGE: line 137: method constructor
+CONSOLE MESSAGE: line 137: method ellipse
+CONSOLE MESSAGE: line 137: method lineTo
+CONSOLE MESSAGE: line 137: method moveTo
+CONSOLE MESSAGE: line 137: method quadraticCurveTo
+CONSOLE MESSAGE: line 137: method rect
CONSOLE MESSAGE: line 137: interface ReadableStream
CONSOLE MESSAGE: line 137: getter locked
CONSOLE MESSAGE: line 137: method cancel

Powered by Google App Engine
This is Rietveld 408576698