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

Unified Diff: third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-expected.txt

Issue 2080713003: 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/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-expected.txt b/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-expected.txt
index 3a005d3cbe220c4479d074db522d1c288b48c6f3..2e53aec4605a108b154fbe6e64eeb2db2b8f3b63 100644
--- a/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/prefer_compositing_to_lcd_text/compositing/overflow/updating-scrolling-container-expected.txt
@@ -1,12 +1,15 @@
{
+ "name": "Content Root Layer",
"bounds": [800, 600],
"children": [
{
+ "name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
+ "name": "LayoutBlockFlow DIV id='container'",
"position": [8, 108],
"bounds": [210, 210],
"shouldFlattenTransform": false,
@@ -20,34 +23,34 @@
],
"children": [
{
+ "name": "Scrolling Layer",
"position": [5, 5],
"bounds": [185, 185],
"shouldFlattenTransform": false,
"children": [
{
+ "name": "Scrolling Contents Layer",
"bounds": [400, 400],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='container'",
- "reason": "style change"
- }
- ]
+ "drawsContent": true
}
]
},
{
+ "name": "Overflow Controls Host Layer",
"bounds": [210, 210],
"children": [
{
+ "name": "Horizontal Scrollbar Layer",
"position": [5, 190],
"bounds": [185, 15]
},
{
+ "name": "Vertical Scrollbar Layer",
"position": [190, 5],
"bounds": [15, 185]
},
{
+ "name": "Scroll Corner Layer",
"position": [190, 190],
"bounds": [15, 15],
"drawsContent": true
@@ -58,6 +61,12 @@
}
]
}
+ ],
+ "objectPaintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='container'",
+ "reason": "style change"
+ }
]
}

Powered by Google App Engine
This is Rietveld 408576698