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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/box-inline-resize-expected.txt

Issue 2108503002: Auto-rebaseline for r402292 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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": "LayoutImage IMG id='foo'", 37 "object": "LayoutImage IMG id='foo'",
38 "rect": [8, 88, 32, 32], 38 "rect": [8, 88, 32, 32],
39 "reason": "forced by layout" 39 "reason": "forced by layout"
40 } 40 }
41 ] 41 ]
42 } 42 }
43 ], 43 ],
44 "objectPaintInvalidations": [ 44 "objectPaintInvalidations": [
45 { 45 {
46 "object": "RootInlineBox",
47 "reason": "full"
48 },
49 {
50 "object": "InlineBox",
51 "reason": "full"
52 },
53 {
54 "object": "InlineBox",
55 "reason": "full"
56 },
57 {
58 "object": "RootInlineBox",
59 "reason": "full"
60 },
61 {
62 "object": "LayoutBlockFlow (anonymous)", 46 "object": "LayoutBlockFlow (anonymous)",
63 "reason": "forced by layout" 47 "reason": "forced by layout"
64 }, 48 },
65 { 49 {
66 "object": "RootInlineBox", 50 "object": "RootInlineBox",
67 "reason": "forced by layout" 51 "reason": "forced by layout"
68 }, 52 },
69 { 53 {
70 "object": "LayoutImage IMG id='foo'", 54 "object": "LayoutImage IMG id='foo'",
71 "reason": "forced by layout" 55 "reason": "forced by layout"
(...skipping 10 matching lines...) Expand all
82 "object": "LayoutText #text", 66 "object": "LayoutText #text",
83 "reason": "bounds change" 67 "reason": "bounds change"
84 }, 68 },
85 { 69 {
86 "object": "InlineTextBox 'Chromium'", 70 "object": "InlineTextBox 'Chromium'",
87 "reason": "bounds change" 71 "reason": "bounds change"
88 } 72 }
89 ] 73 ]
90 } 74 }
91 75
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698