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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/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, 43],
12 "reason": "geometry"
13 },
14 {
10 "object": "LayoutTextControl TEXTAREA id='editor'", 15 "object": "LayoutTextControl TEXTAREA id='editor'",
11 "rect": [7, 7, 183, 40], 16 "rect": [7, 7, 183, 40],
12 "reason": "subtree" 17 "reason": "subtree"
13 }, 18 },
14 { 19 {
15 "object": "LayoutText #text", 20 "object": "LayoutText #text",
16 "rect": [9, 11, 179, 16], 21 "rect": [9, 11, 179, 16],
17 "reason": "subtree" 22 "reason": "subtree"
18 }, 23 },
19 { 24 {
20 "object": "LayoutTextControl TEXTAREA id='editor'", 25 "object": "LayoutTextControl TEXTAREA id='editor'",
21 "rect": [9, 30, 164, 15], 26 "rect": [9, 30, 164, 15],
22 "reason": "scroll control" 27 "reason": "scroll control"
23 }, 28 },
24 { 29 {
25 "object": "LayoutTextControl TEXTAREA id='editor'", 30 "object": "LayoutTextControl TEXTAREA id='editor'",
26 "rect": [173, 30, 15, 15], 31 "rect": [173, 30, 15, 15],
27 "reason": "scroll control" 32 "reason": "scroll control"
28 } 33 }
29 ] 34 ]
30 } 35 }
31 ], 36 ],
32 "objectPaintInvalidations": [ 37 "objectPaintInvalidations": [
33 { 38 {
39 "object": "LayoutBlockFlow BODY",
40 "reason": "geometry"
41 },
42 {
43 "object": "RootInlineBox",
44 "reason": "geometry"
45 },
46 {
34 "object": "LayoutTextControl TEXTAREA id='editor'", 47 "object": "LayoutTextControl TEXTAREA id='editor'",
35 "reason": "subtree" 48 "reason": "subtree"
36 }, 49 },
37 { 50 {
38 "object": "LayoutTextControl TEXTAREA id='editor'", 51 "object": "LayoutTextControl TEXTAREA id='editor'",
39 "reason": "geometry" 52 "reason": "geometry"
40 }, 53 },
41 { 54 {
42 "object": "HorizontalScrollbar", 55 "object": "HorizontalScrollbar",
43 "reason": "scroll control" 56 "reason": "scroll control"
(...skipping 14 matching lines...) Expand all
58 "object": "LayoutText #text", 71 "object": "LayoutText #text",
59 "reason": "subtree" 72 "reason": "subtree"
60 }, 73 },
61 { 74 {
62 "object": "InlineTextBox '------------------------------------------------ ------------'", 75 "object": "InlineTextBox '------------------------------------------------ ------------'",
63 "reason": "subtree" 76 "reason": "subtree"
64 } 77 }
65 ] 78 ]
66 } 79 }
67 80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698