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

Unified Diff: third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt

Issue 2923683002: Fix nested border radius with composited child. (Closed)
Patch Set: Split tests, check layer sizes, document Created 3 years, 6 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/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt b/third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt
index 1825e2084aaf1fbce8b6714a6cad2381d662fe19..f5e9c5dc5295b27fea4dfa9e86808a3ec729cbe0 100644
--- a/third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/borders/overflow-hidden-border-radius-force-backing-store-expected.txt
@@ -26,7 +26,14 @@
{
"name": "Ancestor Clipping Layer",
"bounds": [285, 300],
- "shouldFlattenTransform": false
+ "shouldFlattenTransform": false,
+ "maskLayer": [
+ {
+ "name": "Ancestor Clipping Mask Layer",
+ "bounds": [285, 300],
+ "drawsContent": true
+ }
+ ]
},
{
"name": "LayoutBlockFlow DIV id='content'",

Powered by Google App Engine
This is Rietveld 408576698