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

Unified Diff: third_party/WebKit/LayoutTests/compositing/composited-flex-siblings-with-border-radius-expected.txt

Issue 2821733002: Fix clipping of squashed sibling layers with border radius masks (Closed)
Patch Set: Test will fail in SPv2 Created 3 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/compositing/composited-flex-siblings-with-border-radius-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/composited-flex-siblings-with-border-radius-expected.txt b/third_party/WebKit/LayoutTests/compositing/composited-flex-siblings-with-border-radius-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5ceb9b591ba0a8af284d7f9d63bc404efe7db309
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/compositing/composited-flex-siblings-with-border-radius-expected.txt
@@ -0,0 +1,23 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x56
+ LayoutBlockFlow {HTML} at (0,0) size 800x56
+ LayoutBlockFlow {BODY} at (8,8) size 784x40
+layer at (8,8) size 784x40
+ LayoutFlexibleBox {DIV} at (0,0) size 784x40
+layer at (108,8) size 100x40
+ LayoutButton {BUTTON} at (100,0) size 100x40 [bgcolor=#ADD8E6]
+layer at (308,8) size 100x40
+ LayoutButton {BUTTON} at (300,0) size 100x40 [bgcolor=#ADD8E6]
+layer at (8,8) size 100x40
+ LayoutBlockFlow zI: 1 {DIV} at (0,0) size 100x40 [bgcolor=#008000]
+ LayoutText zI: 1 {#text} at (0,10) size 12x19
+ text run at (0,10) width 12: "A"
+layer at (208,8) size 100x40
+ LayoutBlockFlow zI: 1 {DIV} at (200,0) size 100x40 [bgcolor=#008000]
+ LayoutText zI: 1 {#text} at (0,10) size 11x19
+ text run at (0,10) width 11: "B"
+layer at (408,8) size 100x40
+ LayoutBlockFlow zI: 1 {DIV} at (400,0) size 100x40 [bgcolor=#008000]
+ LayoutText zI: 1 {#text} at (0,10) size 11x19
+ text run at (0,10) width 11: "C"

Powered by Google App Engine
This is Rietveld 408576698