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

Unified Diff: LayoutTests/css3/masking/clip-path-ellipse.html

Issue 124303002: Layout support for new ellipse shape syntax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToT Created 6 years, 11 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: LayoutTests/css3/masking/clip-path-ellipse.html
diff --git a/LayoutTests/css3/masking/clip-path-ellipse.html b/LayoutTests/css3/masking/clip-path-ellipse.html
index eabb99334e24de89604ea38850bc1328b36a269b..6c6ca0c0236fe499bbea921a5d28a94e51334b98 100644
--- a/LayoutTests/css3/masking/clip-path-ellipse.html
+++ b/LayoutTests/css3/masking/clip-path-ellipse.html
@@ -6,11 +6,11 @@ div {
width: 200px;
height: 200px;
background-color: green;
- -webkit-clip-path: ellipse(100px, 100px, 100px, 75px);
+ -webkit-clip-path: ellipse(100px 75px at 100px 100px);
}
</style>
</head>
<body>
<div>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698