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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/textarea-caret-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, 10 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": "LayoutTextControl TEXTAREA id='editor'", 10 "object": "LayoutTextControl TEXTAREA id='editor'",
11 "rect": [7, 7, 183, 40], 11 "rect": [7, 7, 183, 40],
12 "reason": "subtree" 12 "reason": "subtree"
13 }, 13 },
14 { 14 {
15 "object": "LayoutText #text", 15 "object": "LayoutText #text",
16 "rect": [9, 11, 179, 16], 16 "rect": [9, 11, 179, 16],
17 "reason": "subtree" 17 "reason": "subtree"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow DIV id='inner-editor'",
21 "rect": [11, 11, 175, 16],
22 "reason": "subtree"
23 },
24 {
25 "object": "LayoutTextControl TEXTAREA id='editor'", 20 "object": "LayoutTextControl TEXTAREA id='editor'",
26 "rect": [9, 30, 164, 15], 21 "rect": [9, 30, 164, 15],
27 "reason": "scroll" 22 "reason": "scroll"
28 }, 23 },
29 { 24 {
30 "object": "LayoutTextControl TEXTAREA id='editor'", 25 "object": "LayoutTextControl TEXTAREA id='editor'",
31 "rect": [173, 30, 15, 15], 26 "rect": [173, 30, 15, 15],
32 "reason": "scroll" 27 "reason": "scroll"
33 } 28 }
34 ] 29 ]
(...skipping 28 matching lines...) Expand all
63 "object": "LayoutText #text", 58 "object": "LayoutText #text",
64 "reason": "subtree" 59 "reason": "subtree"
65 }, 60 },
66 { 61 {
67 "object": "InlineTextBox '------------------------------------------------ ------------'", 62 "object": "InlineTextBox '------------------------------------------------ ------------'",
68 "reason": "subtree" 63 "reason": "subtree"
69 } 64 }
70 ] 65 ]
71 } 66 }
72 67
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698