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

Side by Side Diff: third_party/WebKit/LayoutTests/paint/invalidation/compositing/fixed-scroll-in-empty-root-layer-expected.txt

Issue 2406733002: 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Content Root Layer", 2 "layers": [
3 "bounds": [785, 2016],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [785, 2016], 5 "bounds": [785, 2016],
6 "contentsOpaque": true
7 },
8 {
9 "name": "LayoutBlockFlow HTML",
10 "bounds": [785, 2016],
11 "drawsContent": true,
12 "paintInvalidations": [
13 {
14 "object": "LayoutBlockFlow (positioned) DIV",
15 "rect": [0, 250, 100, 100],
16 "reason": "subtree"
17 },
18 {
19 "object": "LayoutBlockFlow (positioned) DIV",
20 "rect": [0, 50, 100, 100],
21 "reason": "subtree"
22 }
23 ]
24 },
25 {
26 "name": "LayoutBlockFlow (positioned) DIV",
27 "position": [0, 250],
28 "bounds": [100, 100],
8 "contentsOpaque": true, 29 "contentsOpaque": true,
9 "children": [ 30 "drawsContent": true,
31 "backfaceVisibility": "hidden",
32 "backgroundColor": "#FF0000"
33 },
34 {
35 "name": "LayoutBlockFlow HTML (foreground) Layer",
36 "bounds": [785, 2016],
37 "drawsContent": true,
38 "paintInvalidations": [
10 { 39 {
11 "name": "LayoutBlockFlow HTML", 40 "object": "LayoutBlockFlow (positioned) DIV",
12 "bounds": [785, 2016], 41 "rect": [0, 250, 100, 100],
13 "drawsContent": true, 42 "reason": "subtree"
14 "paintInvalidations": [ 43 },
15 { 44 {
16 "object": "LayoutBlockFlow (positioned) DIV", 45 "object": "LayoutBlockFlow (positioned) DIV",
17 "rect": [0, 250, 100, 100], 46 "rect": [0, 50, 100, 100],
18 "reason": "subtree" 47 "reason": "subtree"
19 },
20 {
21 "object": "LayoutBlockFlow (positioned) DIV",
22 "rect": [0, 50, 100, 100],
23 "reason": "subtree"
24 }
25 ],
26 "children": [
27 {
28 "name": "LayoutBlockFlow (positioned) DIV",
29 "position": [0, 250],
30 "bounds": [100, 100],
31 "contentsOpaque": true,
32 "drawsContent": true,
33 "backfaceVisibility": "hidden",
34 "backgroundColor": "#FF0000"
35 },
36 {
37 "name": "LayoutBlockFlow HTML (foreground) Layer",
38 "bounds": [785, 2016],
39 "drawsContent": true,
40 "paintInvalidations": [
41 {
42 "object": "LayoutBlockFlow (positioned) DIV",
43 "rect": [0, 250, 100, 100],
44 "reason": "subtree"
45 },
46 {
47 "object": "LayoutBlockFlow (positioned) DIV",
48 "rect": [0, 50, 100, 100],
49 "reason": "subtree"
50 }
51 ]
52 }
53 ]
54 } 48 }
55 ] 49 ]
56 } 50 }
57 ], 51 ],
58 "objectPaintInvalidations": [ 52 "objectPaintInvalidations": [
59 { 53 {
60 "object": "LayoutBlockFlow (positioned) DIV", 54 "object": "LayoutBlockFlow (positioned) DIV",
61 "reason": "subtree" 55 "reason": "subtree"
62 } 56 }
63 ] 57 ]
64 } 58 }
65 59
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698