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

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt

Issue 2406723002: 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/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt
index 1cd061bb0543e462f76f65c09f00d2a08a358ec3..447ba4a430330391ccf2f03cf1079b1703d4a83a 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-expected.txt
@@ -1,43 +1,39 @@
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV",
+ "position": [8, 8],
+ "bounds": [100, 5000],
+ "contentsOpaque": true,
"drawsContent": true,
- "children": [
- {
- "name": "LayoutBlockFlow (positioned) DIV",
- "position": [8, 8],
- "bounds": [100, 5000],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#ADD8E6"
- },
- {
- "name": "LayoutBlockFlow (positioned) DIV",
- "position": [8, 25],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#D3D3D3"
- },
+ "backgroundColor": "#ADD8E6"
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV",
+ "position": [8, 25],
+ "bounds": [100, 100],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#D3D3D3"
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV id='foo'",
+ "position": [8, 50],
+ "bounds": [100, 100],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#FF0000",
+ "paintInvalidations": [
{
- "name": "LayoutBlockFlow (positioned) DIV id='foo'",
- "position": [8, 50],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#FF0000",
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow (positioned) DIV id='foo'",
- "rect": [0, 0, 100, 100],
- "reason": "style change"
- }
- ]
+ "object": "LayoutBlockFlow (positioned) DIV id='foo'",
+ "rect": [0, 0, 100, 100],
+ "reason": "style change"
}
]
}
@@ -50,45 +46,41 @@
]
}
{
- "name": "Content Root Layer",
- "bounds": [800, 600],
- "children": [
+ "layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"contentsOpaque": true,
+ "drawsContent": true
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV",
+ "position": [8, 8],
+ "bounds": [100, 5000],
+ "contentsOpaque": true,
"drawsContent": true,
- "children": [
- {
- "name": "LayoutBlockFlow (positioned) DIV",
- "position": [8, 8],
- "bounds": [100, 5000],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#ADD8E6"
- },
- {
- "name": "LayoutBlockFlow (positioned) DIV",
- "position": [8, 25],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#D3D3D3"
- },
+ "backgroundColor": "#ADD8E6"
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV",
+ "position": [8, 25],
+ "bounds": [100, 100],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#D3D3D3"
+ },
+ {
+ "name": "LayoutBlockFlow (positioned) DIV id='foo'",
+ "position": [8, 50],
+ "bounds": [100, 100],
+ "contentsOpaque": true,
+ "drawsContent": true,
+ "backgroundColor": "#0000FF",
+ "paintInvalidations": [
{
- "name": "LayoutBlockFlow (positioned) DIV id='foo'",
- "position": [8, 50],
- "bounds": [100, 100],
- "contentsOpaque": true,
- "drawsContent": true,
- "backgroundColor": "#0000FF",
- "paintInvalidations": [
- {
- "object": "LayoutBlockFlow (positioned) DIV id='foo'",
- "rect": [0, 0, 100, 100],
- "reason": "style change"
- }
- ]
+ "object": "LayoutBlockFlow (positioned) DIV id='foo'",
+ "rect": [0, 0, 100, 100],
+ "reason": "style change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698