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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/empty-composited-child-of-border-radius-ancestor.html

Issue 2569253002: Revert "Fix border radius on composited children." (Closed)
Patch Set: Created 4 years 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/compositing/overflow/empty-composited-child-of-border-radius-ancestor.html
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/empty-composited-child-of-border-radius-ancestor.html b/third_party/WebKit/LayoutTests/compositing/overflow/empty-composited-child-of-border-radius-ancestor.html
deleted file mode 100644
index 786c5ed46f41d064643dfb878985896c7fc603a5..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/compositing/overflow/empty-composited-child-of-border-radius-ancestor.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<style>
-.outermost {
- border: 4px solid #000;
- border-radius: 40px;
- width: 200px;
- height: 200px;
- overflow: hidden;
-}
-
-.inner {
- width: 200px;
- height: 200px;
- position: relative;
- left: 50px;
- top: 50px;
- will-change: transform;
-}
-</style>
-
-<div class="outermost">
- <div class="inner">
- </div>
-</div>
-

Powered by Google App Engine
This is Rietveld 408576698