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

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

Issue 2084643002: 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/overlap-animation-container-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-animation-container-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-animation-container-expected.txt
index 9386327cc7ed0e7db8f43166a70260e919c2057d..a9945d7e7a7a0609aa386478aaea14a0aa3c2dab 100644
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-animation-container-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-animation-container-expected.txt
@@ -1,13 +1,16 @@
Before:
{
+ "name": "Content Root Layer",
"bounds": [785, 802],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [785, 802],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (relative positioned) DIV id='to-animate1' class='box animating1'",
"position": [18, 120],
"bounds": [100, 100],
"contentsOpaque": true,
@@ -21,15 +24,18 @@ Before:
]
},
{
+ "name": "LayoutBlockFlow (relative positioned) DIV class='container'",
"position": [47, 230],
"bounds": [144, 452],
"drawsContent": true,
"backgroundColor": "#FFFFFF",
"children": [
{
+ "name": "Squashing Containment Layer",
"shouldFlattenTransform": false,
"children": [
{
+ "name": "LayoutBlockFlow (relative positioned) DIV class='box gray force-layer'",
"position": [22, 11],
"bounds": [100, 100],
"contentsOpaque": true,
@@ -43,6 +49,7 @@ Before:
]
},
{
+ "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='box yellow')",
"position": [-29, 462],
"bounds": [100, 100],
"drawsContent": true
@@ -58,14 +65,17 @@ Before:
After:
{
+ "name": "Content Root Layer",
"bounds": [785, 802],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [785, 802],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (relative positioned) DIV id='to-animate1' class='box animating1'",
"position": [18, 120],
"bounds": [100, 100],
"contentsOpaque": true,
@@ -79,6 +89,7 @@ After:
]
},
{
+ "name": "LayoutBlockFlow (relative positioned) DIV class='container'",
"position": [58, 230],
"bounds": [122, 452],
"contentsOpaque": true,
@@ -86,6 +97,7 @@ After:
"backgroundColor": "#FFFFFF",
"children": [
{
+ "name": "LayoutBlockFlow (relative positioned) DIV class='box gray force-layer'",
"position": [11, 11],
"bounds": [100, 100],
"contentsOpaque": true,
@@ -99,6 +111,7 @@ After:
]
},
{
+ "name": "LayoutBlockFlow (relative positioned) DIV id='first-green-box' class='box green rotate-45deg'",
"position": [10, 120],
"bounds": [102, 102],
"drawsContent": true,
@@ -111,9 +124,11 @@ After:
]
},
{
+ "name": "Squashing Containment Layer",
"shouldFlattenTransform": false,
"children": [
{
+ "name": "LayoutBlockFlow (relative positioned) DIV class='box green rotate-45deg'",
"position": [10, 230],
"bounds": [102, 102],
"drawsContent": true,
@@ -126,6 +141,7 @@ After:
]
},
{
+ "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='box green')",
"position": [-40, 340],
"bounds": [152, 222],
"drawsContent": true

Powered by Google App Engine
This is Rietveld 408576698