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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/border-radius-on-parent-composited-grandchild-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/compositing/overflow/border-radius-on-parent-composited-grandchild-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/border-radius-on-parent-composited-grandchild-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/border-radius-on-parent-composited-grandchild-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..517950516d75b808d241ac126a746587802f29f9
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/border-radius-on-parent-composited-grandchild-expected.txt
@@ -0,0 +1,11 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x600
+ LayoutBlockFlow {HTML} at (0,0) size 800x600
+ LayoutBlockFlow {BODY} at (8,8) size 784x584
+layer at (8,8) size 208x208 clip at (12,12) size 200x200 scrollWidth 308 scrollHeight 308
+ LayoutBlockFlow {DIV} at (0,0) size 208x208 [border: (4px solid #000000)]
+layer at (112,112) size 208x208 backgroundClip at (112,112) size 100x100 clip at (116,116) size 96x96 scrollHeight 408
+ LayoutBlockFlow (relative positioned) {DIV} at (4,4) size 208x208 [bgcolor=#000088] [border: (4px solid #888888)]
+layer at (136,16) size 88x408 backgroundClip at (116,116) size 96x96 clip at (116,116) size 96x96
+ LayoutBlockFlow (relative positioned) {DIV} at (4,4) size 88x408 [bgcolor=#008800] [border: (4px solid #AAAAAA)]

Powered by Google App Engine
This is Rietveld 408576698