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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-overflow-expected.txt

Issue 2086703002: Auto-rebaseline for r400760 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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": [
(...skipping 25 matching lines...) Expand all
36 { 36 {
37 "object": "LayoutText #text", 37 "object": "LayoutText #text",
38 "rect": [184, 122, 20, 79], 38 "rect": [184, 122, 20, 79],
39 "reason": "incremental" 39 "reason": "incremental"
40 } 40 }
41 ] 41 ]
42 } 42 }
43 ], 43 ],
44 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
45 { 45 {
46 "object": "InlineTextBox 'enim in scelerisque convallis,'",
47 "reason": "full"
48 },
49 {
50 "object": "RootInlineBox",
51 "reason": "full"
52 },
53 {
54 "object": "InlineTextBox 'augue '",
55 "reason": "full"
56 },
57 {
58 "object": "InlineTextBox 'purus'",
59 "reason": "full"
60 },
61 {
62 "object": "InlineFlowBox",
63 "reason": "full"
64 },
65 {
66 "object": "InlineTextBox ' eleifend'",
67 "reason": "full"
68 },
69 {
70 "object": "RootInlineBox",
71 "reason": "full"
72 },
73 {
74 "object": "InlineTextBox 'lacus, at sagittis eros leo pulvinar'",
75 "reason": "full"
76 },
77 {
78 "object": "RootInlineBox",
79 "reason": "full"
80 },
81 {
82 "object": "InlineTextBox 'velit. Integer sollicitudin nisi ut'",
83 "reason": "full"
84 },
85 {
86 "object": "RootInlineBox",
87 "reason": "full"
88 },
89 {
90 "object": "InlineTextBox 'urna blandit convallis.'",
91 "reason": "full"
92 },
93 {
94 "object": "RootInlineBox",
95 "reason": "full"
96 },
97 {
46 "object": "LayoutBlockFlow DIV", 98 "object": "LayoutBlockFlow DIV",
47 "reason": "invalidate paint rectangle" 99 "reason": "invalidate paint rectangle"
48 }, 100 },
49 { 101 {
50 "object": "LayoutInline SPAN id='t'", 102 "object": "LayoutInline SPAN id='t'",
51 "reason": "style change" 103 "reason": "style change"
52 }, 104 },
53 { 105 {
54 "object": "InlineFlowBox", 106 "object": "InlineFlowBox",
55 "reason": "style change" 107 "reason": "style change"
(...skipping 22 matching lines...) Expand all
78 "object": "InlineTextBox 'Integer sollicitudin nisi ut urna'", 130 "object": "InlineTextBox 'Integer sollicitudin nisi ut urna'",
79 "reason": "incremental" 131 "reason": "incremental"
80 }, 132 },
81 { 133 {
82 "object": "InlineTextBox 'blandit convallis.'", 134 "object": "InlineTextBox 'blandit convallis.'",
83 "reason": "incremental" 135 "reason": "incremental"
84 } 136 }
85 ] 137 ]
86 } 138 }
87 139
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698