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

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

Issue 2304863002: Auto-rebaseline for r416191 (Closed)
Patch Set: Created 4 years, 3 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
(Empty)
1 {
2 "name": "Content Root Layer",
3 "bounds": [800, 600],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 600],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutTextControl TEXTAREA id='editor'",
13 "rect": [7, 7, 183, 40],
14 "reason": "subtree"
15 },
16 {
17 "object": "LayoutText #text",
18 "rect": [9, 11, 179, 16],
19 "reason": "subtree"
20 },
21 {
22 "object": "LayoutBlockFlow DIV id='inner-editor'",
23 "rect": [11, 11, 175, 16],
24 "reason": "subtree"
25 },
26 {
27 "object": "LayoutTextControl TEXTAREA id='editor'",
28 "rect": [9, 30, 164, 15],
29 "reason": "scroll"
30 },
31 {
32 "object": "LayoutTextControl TEXTAREA id='editor'",
33 "rect": [173, 30, 15, 15],
34 "reason": "scroll"
35 },
36 {
37 "object": "LayoutText #text",
38 "rect": [186, 10, 2, 18],
39 "reason": "invalidate paint rectangle"
40 }
41 ]
42 }
43 ],
44 "objectPaintInvalidations": [
45 {
46 "object": "LayoutTextControl TEXTAREA id='editor'",
47 "reason": "subtree"
48 },
49 {
50 "object": "LayoutTextControl TEXTAREA id='editor'",
51 "reason": "scroll"
52 },
53 {
54 "object": "HorizontalScrollbar",
55 "reason": "scroll"
56 },
57 {
58 "object": "LayoutBlockFlow DIV id='inner-editor'",
59 "reason": "subtree"
60 },
61 {
62 "object": "RootInlineBox",
63 "reason": "subtree"
64 },
65 {
66 "object": "LayoutText #text",
67 "reason": "subtree"
68 },
69 {
70 "object": "InlineTextBox '------------------------------------------------ ------------'",
71 "reason": "subtree"
72 },
73 {
74 "object": "Caret",
75 "reason": "invalidate paint rectangle"
76 }
77 ]
78 }
79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698