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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/flipped-blocks-writing-mode-scroll-expected.txt

Issue 2402213002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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/paint/invalidation/flipped-blocks-writing-mode-scroll-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/flipped-blocks-writing-mode-scroll-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/flipped-blocks-writing-mode-scroll-expected.txt
index a357e1c5e9c060c7802bb32379682336461457f9..41e30e957ec04ef714e376cf872aca35fa709186 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/flipped-blocks-writing-mode-scroll-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/flipped-blocks-writing-mode-scroll-expected.txt
@@ -1,58 +1,48 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow DIV id='scroller'",
+ "position": [8, 8],
+ "bounds": [400, 400],
+ "shouldFlattenTransform": false,
+ "drawsContent": true
+ },
+ {
+ "name": "Scrolling Layer",
+ "bounds": [400, 385],
+ "shouldFlattenTransform": false
+ },
+ {
+ "name": "Scrolling Contents Layer",
+ "bounds": [10000, 385],
"drawsContent": true,
- "children": [
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='target'",
+ "rect": [0, 0, 10000, 200],
+ "reason": "style change"
+ }
+ ]
+ },
+ {
+ "name": "Overflow Controls Host Layer",
+ "bounds": [400, 400]
+ },
+ {
+ "name": "Horizontal Scrollbar Layer",
+ "position": [0, 385],
+ "bounds": [400, 15],
+ "paintInvalidations": [
{
- "name": "LayoutBlockFlow DIV id='scroller'",
- "position": [8, 8],
- "bounds": [400, 400],
- "shouldFlattenTransform": false,
- "drawsContent": true,
- "children": [
- {
- "name": "Scrolling Layer",
- "bounds": [400, 385],
- "shouldFlattenTransform": false,
- "children": [
- {
- "name": "Scrolling Contents Layer",
- "bounds": [10000, 385],
- "drawsContent": true,
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow DIV id='target'",
- "rect": [0, 0, 10000, 200],
- "reason": "style change"
- }
- ]
- }
- ]
- },
- {
- "name": "Overflow Controls Host Layer",
- "bounds": [400, 400],
- "children": [
- {
- "name": "Horizontal Scrollbar Layer",
- "position": [0, 385],
- "bounds": [400, 15],
- "paintInvalidations": [
- {
- "object": "Horizontal Scrollbar Layer",
- "rect": [0, 0, 400, 15],
- "reason": "full"
- }
- ]
- }
- ]
- }
- ]
+ "object": "Horizontal Scrollbar Layer",
+ "rect": [0, 0, 400, 15],
+ "reason": "full"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698