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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/compositing/geometry/preserve-3d-switching-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/platform/mac/compositing/geometry/preserve-3d-switching-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/compositing/geometry/preserve-3d-switching-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/compositing/geometry/preserve-3d-switching-expected.txt
index 1a0e92fcb5b34d820977188c6a8d7a00535c5d82..39082a31f2197e42aceba39a95fabc1128011e00 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/compositing/geometry/preserve-3d-switching-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/compositing/geometry/preserve-3d-switching-expected.txt
@@ -2,19 +2,23 @@ The green box appear angled out from the yellow box and embedded in it.
transform: translateZ(-100px) rotateY(45deg);
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow (relative positioned) DIV id='container'",
"position": [108, 73],
"bounds": [304, 304],
"drawsContent": true,
"children": [
{
+ "name": "Child Transform Layer",
"bounds": [304, 304],
"shouldFlattenTransform": false,
"transform": [
@@ -25,6 +29,7 @@ transform: translateZ(-100px) rotateY(45deg);
],
"children": [
{
+ "name": "LayoutBlockFlow DIV id='parent'",
"position": [12, 12],
"bounds": [280, 280],
"opacity": 0.800000011920929,
@@ -41,6 +46,7 @@ transform: translateZ(-100px) rotateY(45deg);
],
"children": [
{
+ "name": "LayoutBlockFlow (positioned) DIV",
"position": [40, 40],
"bounds": [200, 200],
"opacity": 0.699999988079071,

Powered by Google App Engine
This is Rietveld 408576698