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

Unified Diff: third_party/WebKit/LayoutTests/compositing/update-paint-phases-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/compositing/update-paint-phases-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/update-paint-phases-expected.txt b/third_party/WebKit/LayoutTests/compositing/update-paint-phases-expected.txt
index 66ab0eeb6aabb434bc56a5538b91429298b9ba4a..4f9f69fb720ed8a79619bd6bb21bb3fd416eb8ad 100644
--- a/third_party/WebKit/LayoutTests/compositing/update-paint-phases-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/update-paint-phases-expected.txt
@@ -1,4 +1,5 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"paintingPhases": [
"GraphicsLayerPaintBackground",
@@ -7,6 +8,7 @@
],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
@@ -17,6 +19,7 @@
],
"children": [
{
+ "name": "LayoutBlockFlow DIV class='scroller'",
"position": [8, 8],
"bounds": [102, 102],
"shouldFlattenTransform": false,
@@ -28,6 +31,7 @@
],
"children": [
{
+ "name": "Scrolling Layer",
"position": [1, 1],
"bounds": [85, 85],
"shouldFlattenTransform": false,
@@ -38,6 +42,7 @@
],
"children": [
{
+ "name": "Scrolling Contents Layer",
"bounds": [85, 120],
"drawsContent": true,
"paintingPhases": [
@@ -49,6 +54,7 @@
]
},
{
+ "name": "Overflow Controls Host Layer",
"bounds": [102, 102],
"paintingPhases": [
"GraphicsLayerPaintBackground",
@@ -57,6 +63,7 @@
],
"children": [
{
+ "name": "Horizontal Scrollbar Layer",
"position": [1, 86],
"bounds": [85, 15],
"paintingPhases": [
@@ -66,6 +73,7 @@
]
},
{
+ "name": "Vertical Scrollbar Layer",
"position": [86, 1],
"bounds": [15, 85],
"paintingPhases": [
@@ -75,6 +83,7 @@
]
},
{
+ "name": "Scroll Corner Layer",
"position": [86, 86],
"bounds": [15, 15],
"drawsContent": true,

Powered by Google App Engine
This is Rietveld 408576698