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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/selection-after-remove-expected.txt

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: Rebaseline on Linux Created 3 years, 9 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow DIV id='test'", 10 "object": "LayoutBlockFlow DIV id='test'",
11 "rect": [38, 78, 152, 102], 11 "rect": [38, 78, 152, 102],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [39, 79, 146, 99], 16 "rect": [39, 79, 146, 99],
17 "reason": "layoutObject removal" 17 "reason": "layoutObject removal"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [67, 158, 39, 20], 21 "rect": [67, 158, 39, 20],
22 "reason": "forced by layout" 22 "reason": "forced by layout"
23 },
24 {
25 "object": "LayoutText #text",
26 "rect": [70, 79, 36, 19],
27 "reason": "forced by layout"
28 },
29 {
30 "object": "LayoutText #text",
31 "rect": [39, 79, 32, 19],
32 "reason": "forced by layout"
33 } 23 }
34 ] 24 ]
35 } 25 }
36 ], 26 ],
37 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
38 { 28 {
39 "object": "LayoutText #text", 29 "object": "LayoutText #text",
40 "reason": "layoutObject removal" 30 "reason": "layoutObject removal"
41 }, 31 },
42 { 32 {
(...skipping 28 matching lines...) Expand all
71 "object": "LayoutBR BR", 61 "object": "LayoutBR BR",
72 "reason": "forced by layout" 62 "reason": "forced by layout"
73 }, 63 },
74 { 64 {
75 "object": "InlineTextBox '\n'", 65 "object": "InlineTextBox '\n'",
76 "reason": "forced by layout" 66 "reason": "forced by layout"
77 } 67 }
78 ] 68 ]
79 } 69 }
80 70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698