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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/textarea-caret-expected.txt

Issue 2915013004: Make all PaintLayers that scroll overflow self-painting. (Closed)
Patch Set: none Created 3 years, 6 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 BODY",
11 "rect": [8, 8, 784, 36],
12 "reason": "geometry"
13 },
14 {
10 "object": "LayoutTextControl TEXTAREA id='editor'", 15 "object": "LayoutTextControl TEXTAREA id='editor'",
11 "rect": [5, 5, 147, 38], 16 "rect": [5, 5, 147, 38],
12 "reason": "subtree" 17 "reason": "subtree"
13 }, 18 },
14 { 19 {
15 "object": "LayoutTextControl TEXTAREA id='editor'", 20 "object": "LayoutTextControl TEXTAREA id='editor'",
16 "rect": [9, 24, 124, 15], 21 "rect": [9, 24, 124, 15],
17 "reason": "scroll control" 22 "reason": "scroll control"
18 }, 23 },
19 { 24 {
20 "object": "LayoutText #text", 25 "object": "LayoutText #text",
21 "rect": [9, 11, 124, 13], 26 "rect": [9, 11, 124, 13],
22 "reason": "subtree" 27 "reason": "subtree"
23 }, 28 },
24 { 29 {
25 "object": "LayoutTextControl TEXTAREA id='editor'", 30 "object": "LayoutTextControl TEXTAREA id='editor'",
26 "rect": [133, 24, 15, 15], 31 "rect": [133, 24, 15, 15],
27 "reason": "scroll control" 32 "reason": "scroll control"
28 }, 33 },
29 { 34 {
30 "object": "LayoutTextControl TEXTAREA id='editor'", 35 "object": "LayoutTextControl TEXTAREA id='editor'",
31 "rect": [133, 9, 15, 15], 36 "rect": [133, 9, 15, 15],
32 "reason": "scroll control" 37 "reason": "scroll control"
33 } 38 }
34 ] 39 ]
35 } 40 }
36 ], 41 ],
37 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
38 { 43 {
44 "object": "LayoutBlockFlow BODY",
45 "reason": "geometry"
46 },
47 {
48 "object": "RootInlineBox",
49 "reason": "geometry"
50 },
51 {
39 "object": "LayoutTextControl TEXTAREA id='editor'", 52 "object": "LayoutTextControl TEXTAREA id='editor'",
40 "reason": "subtree" 53 "reason": "subtree"
41 }, 54 },
42 { 55 {
43 "object": "LayoutTextControl TEXTAREA id='editor'", 56 "object": "LayoutTextControl TEXTAREA id='editor'",
44 "reason": "geometry" 57 "reason": "geometry"
45 }, 58 },
46 { 59 {
47 "object": "HorizontalScrollbar", 60 "object": "HorizontalScrollbar",
48 "reason": "scroll control" 61 "reason": "scroll control"
(...skipping 22 matching lines...) Expand all
71 "object": "LayoutText #text", 84 "object": "LayoutText #text",
72 "reason": "subtree" 85 "reason": "subtree"
73 }, 86 },
74 { 87 {
75 "object": "InlineTextBox '------------------------------------------------ ------------'", 88 "object": "InlineTextBox '------------------------------------------------ ------------'",
76 "reason": "subtree" 89 "reason": "subtree"
77 } 90 }
78 ] 91 ]
79 } 92 }
80 93
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698