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

Unified Diff: third_party/WebKit/LayoutTests/css3/masking/clip-path-restore-expected.html

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 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: third_party/WebKit/LayoutTests/css3/masking/clip-path-restore-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/masking/clip-path-ellipse.html b/third_party/WebKit/LayoutTests/css3/masking/clip-path-restore-expected.html
similarity index 66%
copy from third_party/WebKit/LayoutTests/css3/masking/clip-path-ellipse.html
copy to third_party/WebKit/LayoutTests/css3/masking/clip-path-restore-expected.html
index 6c6ca0c0236fe499bbea921a5d28a94e51334b98..076cdc82901cb03ef96986df80e7ef0840e89a5b 100644
--- a/third_party/WebKit/LayoutTests/css3/masking/clip-path-ellipse.html
+++ b/third_party/WebKit/LayoutTests/css3/masking/clip-path-restore-expected.html
@@ -2,15 +2,19 @@
<html lang="en">
<head>
<style>
+body {
+ margin: 0;
+}
div {
width: 200px;
height: 200px;
background-color: green;
- -webkit-clip-path: ellipse(100px 75px at 100px 100px);
+ border-radius: 100px;
}
</style>
</head>
<body>
-<div>
+<div></div>
+<div></div>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698