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

Unified Diff: LayoutTests/fast/borders/border-radius-background-constrained.html

Issue 1134183002: Test for constrained background bleed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/borders/border-radius-background-constrained.html
diff --git a/LayoutTests/fast/borders/border-radius-background-constrained.html b/LayoutTests/fast/borders/border-radius-background-constrained.html
new file mode 100644
index 0000000000000000000000000000000000000000..d66592602e82967d85ebf12531d503db54e92add
--- /dev/null
+++ b/LayoutTests/fast/borders/border-radius-background-constrained.html
@@ -0,0 +1,11 @@
+<!doctype html>
+<style>
+p {
+ width: 100px;
+ height: 100px;
+ background-color: cyan;
+ border: 10px double red;
+ border-radius: 400px 0px 0px 400px / 20px 0px 0px 600px;
+}
+</style>
+<p></p>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698