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

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: 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 cab88fa7ef801e8ae8b0a243d1b3b9c0ce6885a4..cc9276ba8df64d5435ce2a3cfba6bd91c2460aaa 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
@@ -93,6 +93,18 @@ CONSOLE MESSAGE: line 139: setter shadowOffsetY
CONSOLE MESSAGE: line 139: setter strokeStyle
CONSOLE MESSAGE: line 139: interface PaintWorkletGlobalScope : WorkletGlobalScope
CONSOLE MESSAGE: line 139: method constructor
+CONSOLE MESSAGE: line 139: interface Path2D
+CONSOLE MESSAGE: line 139: method addPath
+CONSOLE MESSAGE: line 139: method arc
+CONSOLE MESSAGE: line 139: method arcTo
+CONSOLE MESSAGE: line 139: method bezierCurveTo
+CONSOLE MESSAGE: line 139: method closePath
+CONSOLE MESSAGE: line 139: method constructor
+CONSOLE MESSAGE: line 139: method ellipse
+CONSOLE MESSAGE: line 139: method lineTo
+CONSOLE MESSAGE: line 139: method moveTo
+CONSOLE MESSAGE: line 139: method quadraticCurveTo
+CONSOLE MESSAGE: line 139: method rect
CONSOLE MESSAGE: line 139: interface ReadableStream
CONSOLE MESSAGE: line 139: getter locked
CONSOLE MESSAGE: line 139: method cancel

Powered by Google App Engine
This is Rietveld 408576698