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

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

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutView #document", 10 "object": "LayoutView #document",
11 "rect": [0, 200, 200, 100], 11 "rect": [0, 200, 200, 100],
12 "reason": "incremental" 12 "reason": "incremental"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (positioned) DIV", 15 "object": "LayoutBlockFlow (positioned) DIV",
16 "rect": [0, 150, 20, 20], 16 "rect": [0, 150, 20, 20],
17 "reason": "location change" 17 "reason": "bounds change"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow (positioned) DIV", 20 "object": "LayoutBlockFlow (positioned) DIV",
21 "rect": [0, 100, 20, 20], 21 "rect": [0, 100, 20, 20],
22 "reason": "location change" 22 "reason": "bounds change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutBlockFlow HTML", 25 "object": "LayoutBlockFlow HTML",
26 "reason": "forced by layout" 26 "reason": "forced by layout"
27 } 27 }
28 ] 28 ]
29 } 29 }
30 ] 30 ]
31 } 31 }
32 { 32 {
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 "drawsContent": true, 64 "drawsContent": true,
65 "paintInvalidations": [ 65 "paintInvalidations": [
66 { 66 {
67 "object": "LayoutView #document", 67 "object": "LayoutView #document",
68 "rect": [0, 250, 300, 50], 68 "rect": [0, 250, 300, 50],
69 "reason": "incremental" 69 "reason": "incremental"
70 }, 70 },
71 { 71 {
72 "object": "LayoutBlockFlow (positioned) DIV", 72 "object": "LayoutBlockFlow (positioned) DIV",
73 "rect": [0, 150, 20, 20], 73 "rect": [0, 150, 20, 20],
74 "reason": "location change" 74 "reason": "bounds change"
75 }, 75 },
76 { 76 {
77 "object": "LayoutBlockFlow (positioned) DIV", 77 "object": "LayoutBlockFlow (positioned) DIV",
78 "rect": [0, 125, 20, 20], 78 "rect": [0, 125, 20, 20],
79 "reason": "location change" 79 "reason": "bounds change"
80 }, 80 },
81 { 81 {
82 "object": "LayoutBlockFlow HTML", 82 "object": "LayoutBlockFlow HTML",
83 "reason": "forced by layout" 83 "reason": "forced by layout"
84 } 84 }
85 ] 85 ]
86 } 86 }
87 ] 87 ]
88 } 88 }
89 { 89 {
(...skipping 16 matching lines...) Expand all
106 }, 106 },
107 { 107 {
108 "object": "LayoutBlockFlow HTML", 108 "object": "LayoutBlockFlow HTML",
109 "reason": "forced by layout" 109 "reason": "forced by layout"
110 } 110 }
111 ] 111 ]
112 } 112 }
113 ] 113 ]
114 } 114 }
115 115
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698