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/inline-outline-repaint-expected.txt

Issue 2628823002: Auto-rebaseline for r442830 (Closed)
Patch Set: Created 3 years, 11 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 }, 23 },
24 { 24 {
25 "object": "LayoutText #text", 25 "object": "LayoutText #text",
26 "rect": [43, 174, 3, 22], 26 "rect": [43, 175, 3, 21],
27 "reason": "invalidate paint rectangle" 27 "reason": "invalidate paint rectangle"
28 }, 28 },
29 { 29 {
30 "object": "LayoutText #text", 30 "object": "LayoutText #text",
31 "rect": [43, 174, 3, 22], 31 "rect": [43, 175, 3, 21],
32 "reason": "invalidate paint rectangle" 32 "reason": "invalidate paint rectangle"
33 }, 33 },
34 { 34 {
35 "object": "LayoutText #text", 35 "object": "LayoutText #text",
36 "rect": [43, 174, 3, 22], 36 "rect": [43, 175, 3, 21],
37 "reason": "invalidate paint rectangle" 37 "reason": "invalidate paint rectangle"
38 } 38 }
39 ] 39 ]
40 } 40 }
41 ], 41 ],
42 "objectPaintInvalidations": [ 42 "objectPaintInvalidations": [
43 { 43 {
44 "object": "LayoutText #text", 44 "object": "LayoutText #text",
45 "reason": "layoutObject removal" 45 "reason": "layoutObject removal"
46 }, 46 },
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "object": "InlineTextBox ' '", 88 "object": "InlineTextBox ' '",
89 "reason": "full" 89 "reason": "full"
90 }, 90 },
91 { 91 {
92 "object": "InlineTextBox 'dolor\u00A0'", 92 "object": "InlineTextBox 'dolor\u00A0'",
93 "reason": "full" 93 "reason": "full"
94 } 94 }
95 ] 95 ]
96 } 96 }
97 97
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698