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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/compositing/visibility/visibility-image-layers-dynamic-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/platform/linux/compositing/visibility/visibility-image-layers-dynamic-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/compositing/visibility/visibility-image-layers-dynamic-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/compositing/visibility/visibility-image-layers-dynamic-expected.txt
index a8d36435565768e80c3194ead0ff29489b36ce5b..a59285a3fdfc322415f46c706510f1a0f8bbd2f3 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/compositing/visibility/visibility-image-layers-dynamic-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/compositing/visibility/visibility-image-layers-dynamic-expected.txt
@@ -4,23 +4,28 @@
Initial
{
+ "name": "Content Root Layer",
"bounds": [785, 626],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [785, 626],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow DIV class='composited container'",
"position": [18, 10],
"bounds": [749, 145]
},
{
+ "name": "LayoutBlockFlow DIV class='composited hidden container'",
"position": [14, 316],
"bounds": [757, 153],
"contentsVisible": false,
"children": [
{
+ "name": "LayoutImage IMG class='visible composited box'",
"position": [24, 24],
"bounds": [100, 100]
}
@@ -33,29 +38,35 @@ Initial
After step 1
{
- "bounds": [785, 1078],
+ "name": "Content Root Layer",
+ "bounds": [785, 1158],
"children": [
{
- "bounds": [785, 1078],
+ "name": "LayoutView #document",
+ "bounds": [785, 1158],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow DIV class='composited container'",
"position": [18, 10],
"bounds": [749, 145],
"children": [
{
+ "name": "LayoutImage IMG class='hidden composited box'",
"position": [20, 20],
"bounds": [100, 100]
}
]
},
{
+ "name": "LayoutBlockFlow DIV class='composited hidden container'",
"position": [14, 316],
"bounds": [757, 153],
"contentsVisible": false,
"children": [
{
+ "name": "LayoutImage IMG class='visible composited box'",
"position": [24, 24],
"bounds": [100, 100]
}
@@ -68,40 +79,48 @@ After step 1
After step 2
{
- "bounds": [785, 1625],
+ "name": "Content Root Layer",
+ "bounds": [785, 1801],
"children": [
{
- "bounds": [785, 1625],
+ "name": "LayoutView #document",
+ "bounds": [785, 1801],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow DIV class='composited container'",
"position": [18, 10],
"bounds": [749, 145],
"children": [
{
+ "name": "LayoutImage IMG class='hidden composited box'",
"position": [20, 20],
"bounds": [100, 100]
}
]
},
{
+ "name": "LayoutBlockFlow DIV class='composited hidden container'",
"position": [14, 161],
"bounds": [757, 153],
"drawsContent": true,
"children": [
{
+ "name": "LayoutImage IMG class='composited box'",
"position": [24, 24],
"bounds": [100, 100]
}
]
},
{
+ "name": "LayoutBlockFlow DIV class='composited hidden container'",
"position": [14, 316],
"bounds": [757, 153],
"contentsVisible": false,
"children": [
{
+ "name": "LayoutImage IMG class='visible composited box'",
"position": [24, 24],
"bounds": [100, 100]
}

Powered by Google App Engine
This is Rietveld 408576698