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

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

Issue 1971493002: Auto-rebaseline for r392652 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
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 (anonymous)", 10 "object": "LayoutBlockFlow (anonymous)",
11 "rect": [16, 148, 202, 23], 11 "rect": [16, 148, 202, 23],
12 "reason": "bounds change" 12 "reason": "invalidate paint rectangle"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (anonymous)", 15 "object": "LayoutBlockFlow (anonymous)",
16 "rect": [16, 108, 202, 23], 16 "rect": [16, 108, 202, 23],
17 "reason": "bounds change" 17 "reason": "invalidate paint rectangle"
18 }, 18 },
19 { 19 {
20 "object": "LayoutInline SPAN id='outer'", 20 "object": "LayoutInline SPAN id='outer'",
21 "rect": [16, 108, 87, 63], 21 "rect": [16, 108, 87, 63],
22 "reason": "style change" 22 "reason": "style change"
23 }, 23 },
24 { 24 {
25 "object": "LayoutInline SPAN id='outer'", 25 "object": "LayoutInline SPAN id='outer'",
26 "rect": [16, 148, 87, 23], 26 "rect": [16, 148, 87, 23],
27 "reason": "style change" 27 "reason": "style change"
(...skipping 22 matching lines...) Expand all
50 "object": "LayoutInline SPAN id='outer'", 50 "object": "LayoutInline SPAN id='outer'",
51 "reason": "style change" 51 "reason": "style change"
52 }, 52 },
53 { 53 {
54 "object": "RootInlineBox", 54 "object": "RootInlineBox",
55 "reason": "full" 55 "reason": "full"
56 }, 56 },
57 { 57 {
58 "object": "RootInlineBox", 58 "object": "RootInlineBox",
59 "reason": "full" 59 "reason": "full"
60 },
61 {
62 "object": "RootInlineBox",
63 "reason": "full"
64 },
65 {
66 "object": "RootInlineBox",
67 "reason": "full"
68 } 60 }
69 ] 61 ]
70 } 62 }
71 ] 63 ]
72 } 64 }
73 65
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698