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

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

Issue 2087483002: Auto-rebaseline for r400605 (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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "paintInvalidations": [ 10 "paintInvalidations": [
9 { 11 {
10 "object": "LayoutBlockFlow (anonymous)", 12 "object": "LayoutBlockFlow (anonymous)",
11 "rect": [16, 148, 202, 23], 13 "rect": [16, 148, 202, 23],
12 "reason": "invalidate paint rectangle" 14 "reason": "invalidate paint rectangle"
13 }, 15 },
14 { 16 {
15 "object": "LayoutBlockFlow (anonymous)", 17 "object": "LayoutBlockFlow (anonymous)",
16 "rect": [16, 108, 202, 23], 18 "rect": [16, 108, 202, 23],
17 "reason": "invalidate paint rectangle" 19 "reason": "invalidate paint rectangle"
18 }, 20 },
19 { 21 {
20 "object": "LayoutInline SPAN id='outer'", 22 "object": "LayoutInline SPAN id='outer'",
21 "rect": [16, 108, 87, 63], 23 "rect": [16, 108, 87, 63],
22 "reason": "style change" 24 "reason": "style change"
23 }, 25 },
24 { 26 {
25 "object": "LayoutInline SPAN id='outer'", 27 "object": "LayoutInline SPAN id='outer'",
26 "rect": [16, 148, 87, 23], 28 "rect": [16, 148, 87, 23],
27 "reason": "style change" 29 "reason": "style change"
28 },
29 {
30 "object": "InlineFlowBox",
31 "reason": "style change"
32 },
33 {
34 "object": "InlineFlowBox",
35 "reason": "style change"
36 },
37 {
38 "object": "InlineTextBox 'CONTENTS'",
39 "reason": "full"
40 },
41 {
42 "object": "InlineTextBox 'CONTENTS'",
43 "reason": "full"
44 },
45 {
46 "object": "LayoutBlockFlow (anonymous)",
47 "reason": "forced by layout"
48 },
49 {
50 "object": "LayoutInline SPAN id='outer'",
51 "reason": "style change"
52 },
53 {
54 "object": "RootInlineBox",
55 "reason": "full"
56 },
57 {
58 "object": "RootInlineBox",
59 "reason": "full"
60 } 30 }
61 ] 31 ]
62 } 32 }
33 ],
34 "objectPaintInvalidations": [
35 {
36 "object": "LayoutBlockFlow (anonymous)",
37 "reason": "invalidate paint rectangle"
38 },
39 {
40 "object": "LayoutInline SPAN id='outer'",
41 "reason": "style change"
42 },
43 {
44 "object": "InlineFlowBox",
45 "reason": "style change"
46 },
47 {
48 "object": "LayoutBlockFlow (anonymous)",
49 "reason": "invalidate paint rectangle"
50 },
51 {
52 "object": "LayoutInline SPAN id='outer'",
53 "reason": "style change"
54 },
55 {
56 "object": "InlineFlowBox",
57 "reason": "style change"
58 },
59 {
60 "object": "LayoutBlockFlow (anonymous)",
61 "reason": "forced by layout"
62 },
63 {
64 "object": "LayoutInline SPAN id='outer'",
65 "reason": "style change"
66 }
63 ] 67 ]
64 } 68 }
65 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698