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

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

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "children": [ 8 "children": [
9 { 9 {
10 "position": [8, 8], 10 "position": [8, 8],
11 "bounds": [100, 5000], 11 "bounds": [100, 5000],
12 "contentsOpaque": true, 12 "contentsOpaque": true,
13 "drawsContent": true, 13 "drawsContent": true,
14 "backgroundColor": "#ADD8E6" 14 "backgroundColor": "#ADD8E6"
15 }, 15 },
16 { 16 {
17 "position": [8, 25], 17 "position": [8, 25],
18 "bounds": [100, 100], 18 "bounds": [100, 100],
19 "contentsOpaque": true, 19 "contentsOpaque": true,
20 "drawsContent": true, 20 "drawsContent": true,
21 "backgroundColor": "#D3D3D3" 21 "backgroundColor": "#D3D3D3"
22 }, 22 },
23 { 23 {
24 "position": [8, 50], 24 "position": [8, 50],
25 "bounds": [100, 100], 25 "bounds": [100, 100],
26 "contentsOpaque": true, 26 "contentsOpaque": true,
27 "drawsContent": true, 27 "drawsContent": true,
28 "backgroundColor": "#FF0000", 28 "backgroundColor": "#FF0000",
29 "repaintRects": [ 29 "paintInvalidations": [
30 [0, 0, 100, 100] 30 {
31 "object": "LayoutBlockFlow (positioned) DIV id='foo'",
32 "rect": [0, 0, 100, 100],
33 "reason": "style change"
34 }
31 ] 35 ]
32 } 36 }
33 ] 37 ]
34 } 38 }
35 ] 39 ]
36 } 40 }
37 { 41 {
38 "bounds": [800, 600], 42 "bounds": [800, 600],
39 "children": [ 43 "children": [
40 { 44 {
(...skipping 14 matching lines...) Expand all
55 "contentsOpaque": true, 59 "contentsOpaque": true,
56 "drawsContent": true, 60 "drawsContent": true,
57 "backgroundColor": "#D3D3D3" 61 "backgroundColor": "#D3D3D3"
58 }, 62 },
59 { 63 {
60 "position": [8, 50], 64 "position": [8, 50],
61 "bounds": [100, 100], 65 "bounds": [100, 100],
62 "contentsOpaque": true, 66 "contentsOpaque": true,
63 "drawsContent": true, 67 "drawsContent": true,
64 "backgroundColor": "#0000FF", 68 "backgroundColor": "#0000FF",
65 "repaintRects": [ 69 "paintInvalidations": [
66 [0, 0, 100, 100] 70 {
71 "object": "LayoutBlockFlow (positioned) DIV id='foo'",
72 "rect": [0, 0, 100, 100],
73 "reason": "style change"
74 }
67 ] 75 ]
68 } 76 }
69 ] 77 ]
70 } 78 }
71 ] 79 ]
72 } 80 }
73 81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698