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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/inline-outline-repaint-expected.txt

Issue 2374083002: Auto-rebaseline for r420749 (Closed)
Patch Set: Created 4 years, 2 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 "name": "Content Root Layer", 2 "name": "Content Root Layer",
3 "bounds": [800, 600], 3 "bounds": [800, 600],
4 "children": [ 4 "children": [
5 { 5 {
6 "name": "LayoutView #document", 6 "name": "LayoutView #document",
7 "bounds": [800, 600], 7 "bounds": [800, 600],
8 "contentsOpaque": true, 8 "contentsOpaque": true,
9 "drawsContent": true, 9 "drawsContent": true,
10 "paintInvalidations": [ 10 "paintInvalidations": [
11 { 11 {
12 "object": "LayoutBlockFlow DIV", 12 "object": "LayoutBlockFlow DIV",
13 "rect": [8, 166, 100, 36], 13 "rect": [8, 166, 100, 36],
14 "reason": "forced by layout" 14 "reason": "forced by layout"
15 }, 15 },
16 { 16 {
17 "object": "LayoutInline SPAN id='test'", 17 "object": "LayoutInline SPAN id='test'",
18 "rect": [5, 163, 98, 42], 18 "rect": [5, 163, 98, 42],
19 "reason": "forced by layout" 19 "reason": "forced by layout"
20 }, 20 },
21 { 21 {
22 "object": "LayoutText #text", 22 "object": "LayoutText #text",
23 "rect": [8, 166, 92, 36], 23 "rect": [8, 166, 92, 36],
24 "reason": "full" 24 "reason": "full"
25 }, 25 },
26 { 26 {
27 "object": "LayoutText #text", 27 "object": "LayoutText #text",
28 "rect": [45, 183, 3, 20], 28 "rect": [45, 183, 3, 20],
29 "reason": "invalidate paint rectangle" 29 "reason": "invalidate paint rectangle"
30 },
31 {
32 "object": "LayoutText #text",
33 "rect": [45, 183, 3, 20],
34 "reason": "invalidate paint rectangle"
35 },
36 {
37 "object": "LayoutText #text",
38 "rect": [45, 183, 3, 20],
39 "reason": "invalidate paint rectangle"
30 } 40 }
31 ] 41 ]
32 } 42 }
33 ], 43 ],
34 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
35 { 45 {
36 "object": "LayoutText #text", 46 "object": "LayoutText #text",
37 "reason": "layoutObject removal" 47 "reason": "layoutObject removal"
38 }, 48 },
39 { 49 {
50 "object": "Caret",
51 "reason": "invalidate paint rectangle"
52 },
53 {
40 "object": "LayoutBlockFlow DIV", 54 "object": "LayoutBlockFlow DIV",
41 "reason": "forced by layout" 55 "reason": "forced by layout"
42 }, 56 },
43 { 57 {
44 "object": "RootInlineBox", 58 "object": "RootInlineBox",
45 "reason": "forced by layout" 59 "reason": "forced by layout"
46 }, 60 },
47 { 61 {
48 "object": "Caret", 62 "object": "Caret",
49 "reason": "invalidate paint rectangle" 63 "reason": "invalidate paint rectangle"
50 }, 64 },
51 { 65 {
66 "object": "Caret",
67 "reason": "invalidate paint rectangle"
68 },
69 {
52 "object": "LayoutInline SPAN id='test'", 70 "object": "LayoutInline SPAN id='test'",
53 "reason": "forced by layout" 71 "reason": "forced by layout"
54 }, 72 },
55 { 73 {
56 "object": "InlineFlowBox", 74 "object": "InlineFlowBox",
57 "reason": "forced by layout" 75 "reason": "forced by layout"
58 }, 76 },
59 { 77 {
60 "object": "InlineFlowBox", 78 "object": "InlineFlowBox",
61 "reason": "forced by layout" 79 "reason": "forced by layout"
(...skipping 10 matching lines...) Expand all
72 "object": "InlineTextBox ' '", 90 "object": "InlineTextBox ' '",
73 "reason": "full" 91 "reason": "full"
74 }, 92 },
75 { 93 {
76 "object": "InlineTextBox 'dolor\u00A0'", 94 "object": "InlineTextBox 'dolor\u00A0'",
77 "reason": "full" 95 "reason": "full"
78 } 96 }
79 ] 97 ]
80 } 98 }
81 99
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698