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

Unified Diff: third_party/WebKit/LayoutTests/compositing/overflow/composited-scrolling-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/overflow/composited-scrolling-paint-phases-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/overflow/composited-scrolling-paint-phases-expected.txt b/third_party/WebKit/LayoutTests/compositing/overflow/composited-scrolling-paint-phases-expected.txt
index 4013b92d4cbcf04dbb767856c902461868e05636..074f4b694099ff613d437d1b163efb3654f0a932 100644
--- a/third_party/WebKit/LayoutTests/compositing/overflow/composited-scrolling-paint-phases-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/overflow/composited-scrolling-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,
"paintingPhases": [
@@ -16,6 +18,7 @@
],
"children": [
{
+ "name": "LayoutBlockFlow HTML",
"bounds": [800, 242],
"drawsContent": true,
"paintingPhases": [
@@ -24,6 +27,7 @@
],
"children": [
{
+ "name": "LayoutBlockFlow (relative positioned) DIV class='composited'",
"position": [29, 31],
"bounds": [80, 10],
"contentsOpaque": true,
@@ -36,6 +40,7 @@
]
},
{
+ "name": "LayoutBlockFlow HTML (foreground) Layer",
"bounds": [800, 242],
"drawsContent": true,
"paintingPhases": [
@@ -43,6 +48,7 @@
]
},
{
+ "name": "LayoutBlockFlow DIV class='container'",
"position": [28, 20],
"bounds": [202, 202],
"shouldFlattenTransform": false,
@@ -54,6 +60,7 @@
],
"children": [
{
+ "name": "Scrolling Layer",
"position": [1, 1],
"bounds": [185, 185],
"shouldFlattenTransform": false,
@@ -64,6 +71,7 @@
],
"children": [
{
+ "name": "Scrolling Contents Layer",
"bounds": [185, 715],
"drawsContent": true,
"paintingPhases": [
@@ -75,6 +83,7 @@
]
},
{
+ "name": "Overflow Controls Host Layer",
"bounds": [202, 202],
"paintingPhases": [
"GraphicsLayerPaintBackground",
@@ -83,6 +92,7 @@
],
"children": [
{
+ "name": "Horizontal Scrollbar Layer",
"position": [1, 186],
"bounds": [185, 15],
"paintingPhases": [
@@ -92,6 +102,7 @@
]
},
{
+ "name": "Vertical Scrollbar Layer",
"position": [186, 1],
"bounds": [15, 185],
"paintingPhases": [
@@ -101,6 +112,7 @@
]
},
{
+ "name": "Scroll Corner Layer",
"position": [186, 186],
"bounds": [15, 15],
"drawsContent": true,

Powered by Google App Engine
This is Rietveld 408576698