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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/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/win/compositing/geometry/preserve-3d-switching-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/compositing/geometry/preserve-3d-switching-expected.txt b/third_party/WebKit/LayoutTests/platform/win/compositing/geometry/preserve-3d-switching-expected.txt
index 54090a2e1c1c651a8bf73008c00caa86b5930eac..e3f6bfed0cc139f39eaea6fe2b654cc26906b71f 100644
--- a/third_party/WebKit/LayoutTests/platform/win/compositing/geometry/preserve-3d-switching-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/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, 72],
"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