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

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 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..0fe7d97e1e66b93ee56549c94812b3003a7006f3 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 139: method setInt8
CONSOLE MESSAGE: line 139: method setUint16
CONSOLE MESSAGE: line 139: method setUint32
CONSOLE MESSAGE: line 139: method setUint8
+CONSOLE MESSAGE: line 139: interface Geometry
+CONSOLE MESSAGE: line 139: getter height
+CONSOLE MESSAGE: line 139: getter width
+CONSOLE MESSAGE: line 139: method constructor
CONSOLE MESSAGE: line 139: interface PaintRenderingContext2D
CONSOLE MESSAGE: line 139: getter currentTransform
CONSOLE MESSAGE: line 139: getter fillStyle
@@ -93,6 +97,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