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

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

Issue 2378783002: Auto-rebaseline for r420570 (Closed)
Patch Set: Created 4 years, 3 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/rotate3d-overlap-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/layer-creation/rotate3d-overlap-expected.txt b/third_party/WebKit/LayoutTests/compositing/layer-creation/rotate3d-overlap-expected.txt
index 2adfdeb5135e05c75da183435591b77a9b2aa6df..4b6574597d44f53f655c117164282ddc0e9fc26a 100644
--- a/third_party/WebKit/LayoutTests/compositing/layer-creation/rotate3d-overlap-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/layer-creation/rotate3d-overlap-expected.txt
@@ -12,22 +12,34 @@
"children": [
{
"name": "LayoutBlockFlow (relative positioned) DIV class='box translateZ'",
- "position": [25, 25],
- "bounds": [106, 106],
+ "position": [23, 23],
+ "bounds": [110, 110],
"drawsContent": true,
"backgroundColor": "#0000FF"
},
{
- "name": "LayoutBlockFlow (relative positioned) DIV class='composited box rotate15'",
- "position": [169, 25],
- "bounds": [106, 106],
- "drawsContent": true,
- "backgroundColor": "#0000FF",
- "transform": [
- [0.965925826289068, 0.258819045102521, 0, 0],
- [-0.258819045102521, 0.965925826289068, 0, 0],
- [0, 0, 1, 0],
- [0, 0, 0, 1]
+ "name": "Squashing Containment Layer",
+ "shouldFlattenTransform": false,
+ "children": [
+ {
+ "name": "LayoutBlockFlow (relative positioned) DIV class='composited box rotate15'",
+ "position": [167, 23],
+ "bounds": [110, 110],
+ "drawsContent": true,
+ "backgroundColor": "#0000FF",
+ "transform": [
+ [0.965925826289068, 0.258819045102521, 0, 0],
+ [-0.258819045102521, 0.965925826289068, 0, 0],
+ [0, 0, 1, 0],
+ [0, 0, 0, 1]
+ ]
+ },
+ {
+ "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='box')",
+ "position": [167, 143],
+ "bounds": [110, 110],
+ "drawsContent": true
+ }
]
},
{
@@ -36,8 +48,8 @@
"children": [
{
"name": "LayoutBlockFlow (relative positioned) DIV class='composited box rotate45'",
- "position": [313, 25],
- "bounds": [106, 106],
+ "position": [311, 23],
+ "bounds": [110, 110],
"drawsContent": true,
"backgroundColor": "#0000FF",
"transform": [
@@ -49,8 +61,8 @@
},
{
"name": "Squashing Layer (first squashed layer: LayoutBlockFlow (relative positioned) DIV class='box')",
- "position": [313, 145],
- "bounds": [106, 106],
+ "position": [311, 143],
+ "bounds": [110, 110],
"drawsContent": true
}
]

Powered by Google App Engine
This is Rietveld 408576698