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

Unified Diff: LayoutTests/fast/clip/overflow-border-radius-composited-parent.html

Issue 19954010: Clip accelerated descendants of an accelerated layer having border radius and clip overflow (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adding back clipPath condition ommited when rebased Created 7 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/rendering/CompositedLayerMapping.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/clip/overflow-border-radius-composited-parent.html
diff --git a/LayoutTests/fast/clip/overflow-border-radius-composited.html b/LayoutTests/fast/clip/overflow-border-radius-composited-parent.html
similarity index 94%
copy from LayoutTests/fast/clip/overflow-border-radius-composited.html
copy to LayoutTests/fast/clip/overflow-border-radius-composited-parent.html
index 30be2c9f07f58d80bc1094b13d8844762b1a3e76..6a18826b399fee46398049c9de5108101f4360ee 100644
--- a/LayoutTests/fast/clip/overflow-border-radius-composited.html
+++ b/LayoutTests/fast/clip/overflow-border-radius-composited-parent.html
@@ -7,7 +7,8 @@
width: 200px;
height: 100px;
margin: 10px;
- display: inline-block
+ display: inline-block;
+ -webkit-transform: translateZ(0);
}
.inner {
background: #808080;
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/rendering/CompositedLayerMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698