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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/4776765-expected.txt

Issue 2665823002: Invalidate caret during paint invalidation (Closed)
Patch Set: NeedsRebaseline 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": "LayoutBlockFlow DIV", 10 "object": "LayoutBlockFlow DIV",
11 "rect": [7, 43, 786, 62], 11 "rect": [7, 43, 786, 62],
12 "reason": "border box change" 12 "reason": "border box change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow DIV id='div'", 15 "object": "LayoutBlockFlow DIV id='div'",
16 "rect": [8, 84, 784, 20], 16 "rect": [8, 84, 784, 20],
17 "reason": "layoutObject insertion" 17 "reason": "layoutObject insertion"
18 }, 18 },
19 { 19 {
20 "object": "LayoutBlockFlow DIV id='div'", 20 "object": "LayoutBlockFlow DIV id='div'",
21 "rect": [7, 83, 3, 21], 21 "rect": [8, 64, 1, 19],
22 "reason": "invalidate paint rectangle" 22 "reason": "caret"
23 },
24 {
25 "object": "LayoutBlockFlow DIV id='div'",
26 "rect": [7, 83, 3, 21],
27 "reason": "invalidate paint rectangle"
28 },
29 {
30 "object": "LayoutBlockFlow DIV id='div'",
31 "rect": [7, 83, 3, 21],
32 "reason": "invalidate paint rectangle"
33 },
34 {
35 "object": "LayoutBlockFlow DIV id='div'",
36 "rect": [7, 63, 3, 21],
37 "reason": "invalidate paint rectangle"
38 } 23 }
39 ] 24 ]
40 } 25 }
41 ], 26 ],
42 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
43 { 28 {
44 "object": "Caret",
45 "reason": "invalidate paint rectangle"
46 },
47 {
48 "object": "Caret",
49 "reason": "invalidate paint rectangle"
50 },
51 {
52 "object": "LayoutBlockFlow DIV", 29 "object": "LayoutBlockFlow DIV",
53 "reason": "border box change" 30 "reason": "border box change"
54 }, 31 },
55 { 32 {
56 "object": "LayoutBlockFlow DIV id='div'", 33 "object": "LayoutBlockFlow DIV id='div'",
57 "reason": "layoutObject insertion" 34 "reason": "layoutObject insertion"
58 }, 35 },
59 { 36 {
60 "object": "RootInlineBox", 37 "object": "RootInlineBox",
61 "reason": "layoutObject insertion" 38 "reason": "layoutObject insertion"
62 }, 39 },
63 { 40 {
64 "object": "Caret", 41 "object": "Caret",
65 "reason": "invalidate paint rectangle" 42 "reason": "caret"
66 },
67 {
68 "object": "Caret",
69 "reason": "invalidate paint rectangle"
70 }, 43 },
71 { 44 {
72 "object": "LayoutBR BR", 45 "object": "LayoutBR BR",
73 "reason": "layoutObject insertion" 46 "reason": "layoutObject insertion"
74 }, 47 },
75 { 48 {
76 "object": "InlineTextBox '\n'", 49 "object": "InlineTextBox '\n'",
77 "reason": "layoutObject insertion" 50 "reason": "layoutObject insertion"
78 } 51 }
79 ] 52 ]
80 } 53 }
81 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698