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

Unified Diff: third_party/WebKit/LayoutTests/compositing/layer-creation/animation-overlap-with-children-expected.txt

Issue 2087483002: Auto-rebaseline for r400605 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: third_party/WebKit/LayoutTests/compositing/layer-creation/animation-overlap-with-children-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/animation-overlap-with-children-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/animation-overlap-with-children-expected.txt
index 2f6bd472de3e790b03fb3f1ec6ff4e1294e286a8..c11eefd003395acc2965b05a439281822e9998e8 100644
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/animation-overlap-with-children-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/animation-overlap-with-children-expected.txt
@@ -1,22 +1,27 @@
Should be compositedShould not be composited
Should be composited
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow DIV id='to-animate' class='container animating'",
"position": [8, 8],
"bounds": [262, 212],
"drawsContent": true,
"children": [
{
+ "name": "Squashing Containment Layer",
"shouldFlattenTransform": false,
"children": [
{
+ "name": "LayoutBlockFlow DIV class='composited banner'",
"position": [6, 6],
"bounds": [250, 50],
"contentsOpaque": true,
@@ -24,6 +29,7 @@ Should be composited
"backgroundColor": "#C0C0C0"
},
{
+ "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positioned) DIV class='test1 box')",
"position": [11, 21],
"bounds": [100, 100],
"drawsContent": true
@@ -33,6 +39,7 @@ Should be composited
]
},
{
+ "name": "LayoutBlockFlow (relative positioned) DIV class='box'",
"position": [18, 230],
"bounds": [100, 100],
"contentsOpaque": true,

Powered by Google App Engine
This is Rietveld 408576698