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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/delete-into-nested-block-expected.txt

Issue 2707063003: Don't invalidate rect if it's covered by fully invalidated parent's visual rect (Closed)
Patch Set: - 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='two'", 10 "object": "LayoutBlockFlow DIV id='two'",
(...skipping 15 matching lines...) Expand all
26 "rect": [8, 119, 784, 19], 26 "rect": [8, 119, 784, 19],
27 "reason": "full" 27 "reason": "full"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [8, 155, 32, 18], 31 "rect": [8, 155, 32, 18],
32 "reason": "layoutObject removal" 32 "reason": "layoutObject removal"
33 }, 33 },
34 { 34 {
35 "object": "LayoutText #text", 35 "object": "LayoutText #text",
36 "rect": [8, 119, 32, 18],
37 "reason": "layoutObject insertion"
38 },
39 {
40 "object": "LayoutText #text",
41 "rect": [8, 137, 28, 18], 36 "rect": [8, 137, 28, 18],
42 "reason": "layoutObject removal" 37 "reason": "layoutObject removal"
43 }, 38 },
44 { 39 {
45 "object": "LayoutText #text", 40 "object": "LayoutText #text",
46 "rect": [8, 119, 28, 18], 41 "rect": [8, 119, 28, 18],
47 "reason": "layoutObject removal" 42 "reason": "layoutObject removal"
48 } 43 }
49 ] 44 ]
50 } 45 }
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "object": "LayoutText #text", 101 "object": "LayoutText #text",
107 "reason": "layoutObject insertion" 102 "reason": "layoutObject insertion"
108 }, 103 },
109 { 104 {
110 "object": "InlineTextBox 'three'", 105 "object": "InlineTextBox 'three'",
111 "reason": "layoutObject insertion" 106 "reason": "layoutObject insertion"
112 } 107 }
113 ] 108 ]
114 } 109 }
115 110
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698