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

Unified Diff: LayoutTests/compositing/squashing/squashing-into-ancestor-painted-layer-expected.html

Issue 476583002: Fix a bogus assertion in CLM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 6 years, 4 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
Index: LayoutTests/compositing/squashing/squashing-into-ancestor-painted-layer-expected.html
diff --git a/LayoutTests/compositing/ancestor-painted-layer-should-appear-expected.html b/LayoutTests/compositing/squashing/squashing-into-ancestor-painted-layer-expected.html
similarity index 92%
copy from LayoutTests/compositing/ancestor-painted-layer-should-appear-expected.html
copy to LayoutTests/compositing/squashing/squashing-into-ancestor-painted-layer-expected.html
index afb764a1ac638d3d9cdf459ad10db18aa31482c5..c537c6da2597339d436a146ba4031a0c455fc234 100644
--- a/LayoutTests/compositing/ancestor-painted-layer-should-appear-expected.html
+++ b/LayoutTests/compositing/squashing/squashing-into-ancestor-painted-layer-expected.html
@@ -14,7 +14,6 @@ body {
#container {
-webkit-perspective: 1400px;
- -webkit-transform: translateZ(0);
position: absolute;
width: 180px;
height: 180px;
@@ -24,14 +23,15 @@ body {
#composited {
width: 100px;
height: 100px;
+ left: 200px;
background: green;
position: absolute;
-webkit-transform: translateZ(10px);
+ visibility: hidden;
}
#squashed {
position: absolute;
- left: 200px;
width: 50px;
height: 50px;
background: blue;
@@ -42,4 +42,4 @@ body {
<div id="composited"></div>
</div>
<div id="squashed"></div>
-
+THIS TEST PASSES IF IT DOES NOT CRASH

Powered by Google App Engine
This is Rietveld 408576698