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

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

Powered by Google App Engine
This is Rietveld 408576698