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

Unified Diff: LayoutTests/fast/borders/border-radius-with-composited-child-expected.html

Issue 706603002: Cleanup: Use foreground rect in paintChildClippingMaskForFragments(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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: LayoutTests/fast/borders/border-radius-with-composited-child-expected.html
diff --git a/LayoutTests/fast/borders/border-radius-with-composited-child-expected.html b/LayoutTests/fast/borders/border-radius-with-composited-child-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..2cf975c78003c8aad528e06c6e204c6f656a4dac
--- /dev/null
+++ b/LayoutTests/fast/borders/border-radius-with-composited-child-expected.html
@@ -0,0 +1,4 @@
+<!DOCTYPE HTML>
+<p>Below there should be a solid black circle.</p>
+<br>
+<div style="margin-top:100px; width:200px; height:200px; border-radius:50%; border:10px solid black; background:black;"></div>

Powered by Google App Engine
This is Rietveld 408576698