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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/window-resize-positioned-percent-top-expected.txt

Issue 1881903002: 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": [200, 300], 2 "bounds": [200, 300],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [200, 300], 5 "bounds": [200, 300],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "paintInvalidations": [
9 [0, 200, 200, 100], 9 {
10 [0, 150, 20, 20], 10 "object": "LayoutBlockFlow (positioned) DIV",
11 [0, 100, 20, 20] 11 "rect": [0, 100, 20, 20],
12 ], 12 "reason": "location change"
13 "paintInvalidationClients": [ 13 },
14 "LayoutView #document", 14 {
15 "LayoutBlockFlow HTML", 15 "object": "LayoutBlockFlow (positioned) DIV",
16 "LayoutBlockFlow (positioned) DIV" 16 "rect": [0, 150, 20, 20],
17 "reason": "location change"
18 },
19 {
20 "object": "LayoutBlockFlow HTML",
21 "rect": [0, 0, 0, 0],
22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutView #document",
26 "rect": [0, 200, 200, 100],
27 "reason": "incremental"
28 }
17 ] 29 ]
18 } 30 }
19 ] 31 ]
20 } 32 }
21 { 33 {
22 "bounds": [300, 300], 34 "bounds": [300, 300],
23 "children": [ 35 "children": [
24 { 36 {
25 "bounds": [300, 300], 37 "bounds": [300, 300],
26 "contentsOpaque": true, 38 "contentsOpaque": true,
27 "drawsContent": true, 39 "drawsContent": true,
28 "repaintRects": [ 40 "paintInvalidations": [
29 [200, 0, 100, 300], 41 {
30 [0, 0, 300, 300] 42 "object": "LayoutBlockFlow HTML",
31 ], 43 "rect": [0, 0, 0, 0],
32 "paintInvalidationClients": [ 44 "reason": "forced by layout"
33 "LayoutView #document", 45 },
34 "LayoutView #document", 46 {
35 "LayoutBlockFlow HTML" 47 "object": "LayoutView #document",
48 "rect": [0, 0, 300, 300],
49 "reason": "full"
50 },
51 {
52 "object": "LayoutView #document",
53 "rect": [200, 0, 100, 300],
54 "reason": "incremental"
55 }
36 ] 56 ]
37 } 57 }
38 ] 58 ]
39 } 59 }
40 { 60 {
41 "bounds": [300, 250], 61 "bounds": [300, 250],
42 "children": [ 62 "children": [
43 { 63 {
44 "bounds": [300, 250], 64 "bounds": [300, 250],
45 "contentsOpaque": true, 65 "contentsOpaque": true,
46 "drawsContent": true, 66 "drawsContent": true,
47 "repaintRects": [ 67 "paintInvalidations": [
48 [0, 250, 300, 50], 68 {
49 [0, 150, 20, 20], 69 "object": "LayoutBlockFlow (positioned) DIV",
50 [0, 125, 20, 20] 70 "rect": [0, 150, 20, 20],
51 ], 71 "reason": "location change"
52 "paintInvalidationClients": [ 72 },
53 "LayoutView #document", 73 {
54 "LayoutBlockFlow HTML", 74 "object": "LayoutBlockFlow (positioned) DIV",
55 "LayoutBlockFlow (positioned) DIV" 75 "rect": [0, 125, 20, 20],
76 "reason": "location change"
77 },
78 {
79 "object": "LayoutBlockFlow HTML",
80 "rect": [0, 0, 0, 0],
81 "reason": "forced by layout"
82 },
83 {
84 "object": "LayoutView #document",
85 "rect": [0, 250, 300, 50],
86 "reason": "incremental"
87 }
56 ] 88 ]
57 } 89 }
58 ] 90 ]
59 } 91 }
60 { 92 {
61 "bounds": [250, 250], 93 "bounds": [250, 250],
62 "children": [ 94 "children": [
63 { 95 {
64 "bounds": [250, 250], 96 "bounds": [250, 250],
65 "contentsOpaque": true, 97 "contentsOpaque": true,
66 "drawsContent": true, 98 "drawsContent": true,
67 "repaintRects": [ 99 "paintInvalidations": [
68 [250, 0, 50, 250], 100 {
69 [0, 0, 250, 250] 101 "object": "LayoutBlockFlow HTML",
70 ], 102 "rect": [0, 0, 0, 0],
71 "paintInvalidationClients": [ 103 "reason": "forced by layout"
72 "LayoutView #document", 104 },
73 "LayoutView #document", 105 {
74 "LayoutBlockFlow HTML" 106 "object": "LayoutView #document",
107 "rect": [0, 0, 250, 250],
108 "reason": "full"
109 },
110 {
111 "object": "LayoutView #document",
112 "rect": [250, 0, 50, 250],
113 "reason": "incremental"
114 }
75 ] 115 ]
76 } 116 }
77 ] 117 ]
78 } 118 }
79 119
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698