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: third_party/WebKit/LayoutTests/fast/layers/overflow-hidden-rounded-corners-occlusion-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/fast/layers/overflow-hidden-rounded-corners-occlusion-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/layers/overflow-hidden-rounded-corners-occlusion.html b/third_party/WebKit/LayoutTests/fast/layers/overflow-hidden-rounded-corners-occlusion-expected.html
similarity index 73%
copy from third_party/WebKit/LayoutTests/fast/layers/overflow-hidden-rounded-corners-occlusion.html
copy to third_party/WebKit/LayoutTests/fast/layers/overflow-hidden-rounded-corners-occlusion-expected.html
index e4099fed5e79a71d5b302374125da3aa807c94b5..6d5ff59c529370ff50ac685757e0ba15d9859884 100644
--- a/third_party/WebKit/LayoutTests/fast/layers/overflow-hidden-rounded-corners-occlusion.html
+++ b/third_party/WebKit/LayoutTests/fast/layers/overflow-hidden-rounded-corners-occlusion-expected.html
@@ -4,9 +4,7 @@
Test that verifies that rounded corners with overflow:hidden composite correctly. <br>
This page should show a green box with rounded corners on top of a yellow box with square corners.
<div style="width:100px; height:100px; background-color:yellow;">
- <div style="width:100px; height:100px; background-color:red; border-radius:40px; overflow:hidden">
- <div style="width:100px; height:100px; background-color:green;"></div>
- </div>
+ <div style="width:100px; height:100px; background-color:green; border-radius:40px;"></div>
</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698