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

Unified Diff: third_party/WebKit/LayoutTests/compositing/geometry/preserve-3d-switching.html

Issue 2065233002: Force flattening for elements with non-initial value of opacity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix assert. (overflow needs to be adjusted prior to querying used transform-style) Created 4 years, 6 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/compositing/overflow-trumps-transform-style.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/compositing/geometry/preserve-3d-switching.html
diff --git a/third_party/WebKit/LayoutTests/compositing/geometry/preserve-3d-switching.html b/third_party/WebKit/LayoutTests/compositing/geometry/preserve-3d-switching.html
index 8c610557ca2767bce8999e556125e63f005f14f0..df51f3b340e9c572124ffba5b5e8110cb0db46d5 100644
--- a/third_party/WebKit/LayoutTests/compositing/geometry/preserve-3d-switching.html
+++ b/third_party/WebKit/LayoutTests/compositing/geometry/preserve-3d-switching.html
@@ -22,7 +22,6 @@
width: 280px;
height: 280px;
background-color: yellow;
- opacity: 0.8;
-webkit-transform-style: preserve-3d;
transform: rotateX(-60deg) rotateY(40deg);
}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/compositing/overflow-trumps-transform-style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698