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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/squashing/squash-paint-invalidation-fixed-position-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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "Content Root Layer",
2 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "children": [ 10 "children": [
9 { 11 {
12 "name": "LayoutBlockFlow (positioned) DIV",
10 "position": [8, 8], 13 "position": [8, 8],
11 "bounds": [100, 5000], 14 "bounds": [100, 5000],
12 "contentsOpaque": true, 15 "contentsOpaque": true,
13 "drawsContent": true, 16 "drawsContent": true,
14 "backgroundColor": "#ADD8E6" 17 "backgroundColor": "#ADD8E6"
15 }, 18 },
16 { 19 {
20 "name": "LayoutBlockFlow (positioned) DIV",
17 "position": [8, 25], 21 "position": [8, 25],
18 "bounds": [100, 100], 22 "bounds": [100, 100],
19 "contentsOpaque": true, 23 "contentsOpaque": true,
20 "drawsContent": true, 24 "drawsContent": true,
21 "backgroundColor": "#D3D3D3" 25 "backgroundColor": "#D3D3D3"
22 }, 26 },
23 { 27 {
28 "name": "LayoutBlockFlow (positioned) DIV id='foo'",
24 "position": [8, 50], 29 "position": [8, 50],
25 "bounds": [100, 100], 30 "bounds": [100, 100],
26 "contentsOpaque": true, 31 "contentsOpaque": true,
27 "drawsContent": true, 32 "drawsContent": true,
28 "backgroundColor": "#FF0000", 33 "backgroundColor": "#FF0000",
29 "paintInvalidations": [ 34 "paintInvalidations": [
30 { 35 {
31 "object": "LayoutBlockFlow (positioned) DIV id='foo'", 36 "object": "LayoutBlockFlow (positioned) DIV id='foo'",
32 "rect": [0, 0, 100, 100], 37 "rect": [0, 0, 100, 100],
33 "reason": "style change" 38 "reason": "style change"
34 } 39 }
35 ] 40 ]
36 } 41 }
37 ] 42 ]
38 } 43 }
44 ],
45 "objectPaintInvalidations": [
46 {
47 "object": "LayoutBlockFlow (positioned) DIV id='foo'",
48 "reason": "style change"
49 }
39 ] 50 ]
40 } 51 }
41 { 52 {
53 "name": "Content Root Layer",
42 "bounds": [800, 600], 54 "bounds": [800, 600],
43 "children": [ 55 "children": [
44 { 56 {
57 "name": "LayoutView #document",
45 "bounds": [800, 600], 58 "bounds": [800, 600],
46 "contentsOpaque": true, 59 "contentsOpaque": true,
47 "drawsContent": true, 60 "drawsContent": true,
48 "children": [ 61 "children": [
49 { 62 {
63 "name": "LayoutBlockFlow (positioned) DIV",
50 "position": [8, 8], 64 "position": [8, 8],
51 "bounds": [100, 5000], 65 "bounds": [100, 5000],
52 "contentsOpaque": true, 66 "contentsOpaque": true,
53 "drawsContent": true, 67 "drawsContent": true,
54 "backgroundColor": "#ADD8E6" 68 "backgroundColor": "#ADD8E6"
55 }, 69 },
56 { 70 {
71 "name": "LayoutBlockFlow (positioned) DIV",
57 "position": [8, 25], 72 "position": [8, 25],
58 "bounds": [100, 100], 73 "bounds": [100, 100],
59 "contentsOpaque": true, 74 "contentsOpaque": true,
60 "drawsContent": true, 75 "drawsContent": true,
61 "backgroundColor": "#D3D3D3" 76 "backgroundColor": "#D3D3D3"
62 }, 77 },
63 { 78 {
79 "name": "LayoutBlockFlow (positioned) DIV id='foo'",
64 "position": [8, 50], 80 "position": [8, 50],
65 "bounds": [100, 100], 81 "bounds": [100, 100],
66 "contentsOpaque": true, 82 "contentsOpaque": true,
67 "drawsContent": true, 83 "drawsContent": true,
68 "backgroundColor": "#0000FF", 84 "backgroundColor": "#0000FF",
69 "paintInvalidations": [ 85 "paintInvalidations": [
70 { 86 {
71 "object": "LayoutBlockFlow (positioned) DIV id='foo'", 87 "object": "LayoutBlockFlow (positioned) DIV id='foo'",
72 "rect": [0, 0, 100, 100], 88 "rect": [0, 0, 100, 100],
73 "reason": "style change" 89 "reason": "style change"
74 } 90 }
75 ] 91 ]
76 } 92 }
77 ] 93 ]
78 } 94 }
95 ],
96 "objectPaintInvalidations": [
97 {
98 "object": "LayoutBlockFlow (positioned) DIV id='foo'",
99 "reason": "style change"
100 }
79 ] 101 ]
80 } 102 }
81 103
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698