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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/inline-outline-repaint-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": [8, 156, 100, 40], 11 "rect": [8, 156, 100, 40],
12 "reason": "forced by layout" 12 "reason": "forced by layout"
13 }, 13 },
14 { 14 {
15 "object": "LayoutInline SPAN id='test'", 15 "object": "LayoutInline SPAN id='test'",
16 "rect": [5, 153, 92, 45], 16 "rect": [5, 153, 92, 45],
17 "reason": "forced by layout" 17 "reason": "forced by layout"
18 }, 18 },
19 { 19 {
20 "object": "LayoutText #text", 20 "object": "LayoutText #text",
21 "rect": [8, 156, 86, 39], 21 "rect": [8, 156, 86, 39],
22 "reason": "full" 22 "reason": "full"
23 },
24 {
25 "object": "LayoutText #text",
26 "rect": [43, 175, 3, 21],
27 "reason": "invalidate paint rectangle"
28 },
29 {
30 "object": "LayoutText #text",
31 "rect": [43, 175, 3, 21],
32 "reason": "invalidate paint rectangle"
33 },
34 {
35 "object": "LayoutText #text",
36 "rect": [43, 175, 3, 21],
37 "reason": "invalidate paint rectangle"
38 } 23 }
39 ] 24 ]
40 } 25 }
41 ], 26 ],
42 "objectPaintInvalidations": [ 27 "objectPaintInvalidations": [
43 { 28 {
44 "object": "LayoutText #text", 29 "object": "LayoutText #text",
45 "reason": "layoutObject removal" 30 "reason": "layoutObject removal"
46 }, 31 },
47 { 32 {
48 "object": "Caret",
49 "reason": "invalidate paint rectangle"
50 },
51 {
52 "object": "LayoutBlockFlow DIV", 33 "object": "LayoutBlockFlow DIV",
53 "reason": "forced by layout" 34 "reason": "forced by layout"
54 }, 35 },
55 { 36 {
56 "object": "RootInlineBox", 37 "object": "RootInlineBox",
57 "reason": "forced by layout" 38 "reason": "forced by layout"
58 }, 39 },
59 { 40 {
60 "object": "Caret", 41 "object": "Caret",
61 "reason": "invalidate paint rectangle" 42 "reason": "caret"
62 },
63 {
64 "object": "Caret",
65 "reason": "invalidate paint rectangle"
66 }, 43 },
67 { 44 {
68 "object": "LayoutInline SPAN id='test'", 45 "object": "LayoutInline SPAN id='test'",
69 "reason": "forced by layout" 46 "reason": "forced by layout"
70 }, 47 },
71 { 48 {
72 "object": "InlineFlowBox", 49 "object": "InlineFlowBox",
73 "reason": "forced by layout" 50 "reason": "forced by layout"
74 }, 51 },
75 { 52 {
(...skipping 12 matching lines...) Expand all
88 "object": "InlineTextBox ' '", 65 "object": "InlineTextBox ' '",
89 "reason": "full" 66 "reason": "full"
90 }, 67 },
91 { 68 {
92 "object": "InlineTextBox 'dolor\u00A0'", 69 "object": "InlineTextBox 'dolor\u00A0'",
93 "reason": "full" 70 "reason": "full"
94 } 71 }
95 ] 72 ]
96 } 73 }
97 74
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698