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

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

Issue 2406723002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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-clipping-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-animation-clipping-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-animation-clipping-expected.txt
index 10df6d652e1e6c551804b91f44807540bb7419aa..096b41fbd20d10babcbe2de67b89a4dbb9b1ab88 100644
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-animation-clipping-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/overlap-animation-clipping-expected.txt
@@ -1,89 +1,81 @@
{
- "name": "Content Root Layer",
- "bounds": [785, 812],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [785, 812],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV id='to-animate1' class='box animating1'",
+ "position": [18, 120],
+ "bounds": [100, 100],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#0000FF",
+ "transform": [
+ [...],
+ [...],
+ [...],
+ [...]
+ ]
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV class='container'",
+ "position": [58, 230],
+ "bounds": [122, 462],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#FFFFFF"
+ },
+ {
+ "name": "Child Containment Layer",
+ "position": [1, 1],
+ "bounds": [120, 460]
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV class='box gray force-layer'",
+ "position": [10, 10],
+ "bounds": [100, 100],
+ "contentsOpaque": true,
"drawsContent": true,
- "children": [
- {
- "name": "LayoutBlockFlow (relative positioned) DIV id='to-animate1' class='box animating1'",
- "position": [18, 120],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#0000FF",
- "transform": [
- [...],
- [...],
- [...],
- [...]
- ]
- },
- {
- "name": "LayoutBlockFlow (relative positioned) DIV class='container'",
- "position": [58, 230],
- "bounds": [122, 462],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#FFFFFF",
- "children": [
- {
- "name": "Child Containment Layer",
- "position": [1, 1],
- "bounds": [120, 460],
- "children": [
- {
- "name": "LayoutBlockFlow (relative positioned) DIV class='box gray force-layer'",
- "position": [10, 10],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#808080",
- "transform": [
- [...],
- [...],
- [...],
- [...]
- ]
- },
- {
- "name": "LayoutBlockFlow (relative positioned) DIV id='to-animate2' class='box animating2'",
- "position": [10, 230],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#0000FF",
- "transform": [
- [...],
- [...],
- [...],
- [...]
- ]
- },
- {
- "name": "LayoutBlockFlow (relative positioned) DIV class='box yellow'",
- "position": [10, 340],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#FFFF00"
- }
- ]
- }
- ]
- },
- {
- "name": "LayoutBlockFlow (relative positioned) DIV class='box yellow'",
- "position": [18, 702],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#FFFF00"
- }
+ "backgroundColor": "#808080",
+ "transform": [
+ [...],
+ [...],
+ [...],
+ [...]
]
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV id='to-animate2' class='box animating2'",
+ "position": [10, 230],
+ "bounds": [100, 100],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#0000FF",
+ "transform": [
+ [...],
+ [...],
+ [...],
+ [...]
+ ]
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV class='box yellow'",
+ "position": [10, 340],
+ "bounds": [100, 100],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#FFFF00"
+ },
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV class='box yellow'",
+ "position": [18, 702],
+ "bounds": [100, 100],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#FFFF00"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698