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

Unified Diff: third_party/WebKit/LayoutTests/compositing/draws-content/canvas-background-layer-expected.txt

Issue 2629083003: Fix box shadow rendering on opaque WebGL canvases (Closed)
Patch Set: fixed tests Created 3 years, 11 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/compositing/draws-content/canvas-background-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/draws-content/canvas-background-layer-expected.txt b/third_party/WebKit/LayoutTests/compositing/draws-content/canvas-background-layer-expected.txt
index 048b645a4cca86f0809ebf4d959873590b2b9ab3..2531d0dcc7cca54a989ec76f0f76ea62dd5882ca 100644
--- a/third_party/WebKit/LayoutTests/compositing/draws-content/canvas-background-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/draws-content/canvas-background-layer-expected.txt
@@ -45,10 +45,24 @@
{
"name": "LayoutHTMLCanvas CANVAS id='canvas-opaque'",
"position": [13, 333],
- "bounds": [60, 60],
+ "bounds": [50, 50],
"contentsOpaque": true,
"drawsContent": true,
"backgroundColor": "#008000"
+ },
+ {
+ "name": "LayoutHTMLCanvas CANVAS id='canvas-opaque-border'",
+ "position": [13, 398],
+ "bounds": [60, 60],
+ "drawsContent": true,
+ "backgroundColor": "#008000"
+ },
+ {
+ "name": "LayoutHTMLCanvas CANVAS id='canvas-opaque-box-shadow'",
+ "position": [13, 463],
+ "bounds": [60, 60],
+ "drawsContent": true,
+ "backgroundColor": "#008000"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698