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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2181183003: Expose imageSmothing attributes in OffscreenCanvas 2D context (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed layout tests Created 4 years, 5 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 7e3d271d57c3ed291e5986b2a4970fcdd1bc4bfd..dd905536d721d482c30d9b07a614efced3fe251c 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -4178,6 +4178,8 @@ interface OffscreenCanvas
interface OffscreenCanvasRenderingContext2D
attribute @@toStringTag
getter fillStyle
+ getter imageSmoothingEnabled
+ getter imageSmoothingQuality
getter lineCap
getter lineDashOffset
getter lineJoin
@@ -4224,6 +4226,8 @@ interface OffscreenCanvasRenderingContext2D
method transform
method translate
setter fillStyle
+ setter imageSmoothingEnabled
+ setter imageSmoothingQuality
setter lineCap
setter lineDashOffset
setter lineJoin

Powered by Google App Engine
This is Rietveld 408576698