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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/positioned-document-element-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 "backgroundColor": "#008000", 10 "backgroundColor": "#008000",
(...skipping 29 matching lines...) Expand all
40 "reason": "bounds change" 40 "reason": "bounds change"
41 }, 41 },
42 { 42 {
43 "object": "LayoutBlockFlow P", 43 "object": "LayoutBlockFlow P",
44 "rect": [108, 116, 402, 20], 44 "rect": [108, 116, 402, 20],
45 "reason": "forced by layout" 45 "reason": "forced by layout"
46 }, 46 },
47 { 47 {
48 "object": "LayoutText #text", 48 "object": "LayoutText #text",
49 "rect": [108, 116, 402, 19], 49 "rect": [108, 116, 402, 19],
50 "reason": "bounds change" 50 "reason": "forced by layout"
51 }, 51 },
52 { 52 {
53 "object": "LayoutText #text", 53 "object": "LayoutText #text",
54 "rect": [8, 16, 402, 19], 54 "rect": [8, 16, 402, 19],
55 "reason": "bounds change" 55 "reason": "forced by layout"
56 } 56 }
57 ] 57 ]
58 } 58 }
59 ], 59 ],
60 "objectPaintInvalidations": [ 60 "objectPaintInvalidations": [
61 { 61 {
62 "object": "RootInlineBox",
63 "reason": "full"
64 },
65 {
66 "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'",
67 "reason": "full"
68 },
69 {
70 "object": "LayoutView #document", 62 "object": "LayoutView #document",
71 "reason": "style change" 63 "reason": "style change"
72 }, 64 },
73 { 65 {
74 "object": "LayoutBlockFlow (positioned) HTML class='changed'", 66 "object": "LayoutBlockFlow (positioned) HTML class='changed'",
75 "reason": "style change" 67 "reason": "style change"
76 }, 68 },
77 { 69 {
78 "object": "LayoutBlockFlow BODY", 70 "object": "LayoutBlockFlow BODY",
79 "reason": "bounds change" 71 "reason": "bounds change"
80 }, 72 },
81 { 73 {
82 "object": "LayoutBlockFlow P", 74 "object": "LayoutBlockFlow P",
83 "reason": "forced by layout" 75 "reason": "forced by layout"
84 }, 76 },
85 { 77 {
86 "object": "RootInlineBox", 78 "object": "RootInlineBox",
87 "reason": "forced by layout" 79 "reason": "forced by layout"
88 }, 80 },
89 { 81 {
90 "object": "LayoutText #text", 82 "object": "LayoutText #text",
91 "reason": "bounds change" 83 "reason": "forced by layout"
92 }, 84 },
93 { 85 {
94 "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'", 86 "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'",
95 "reason": "bounds change" 87 "reason": "forced by layout"
96 } 88 }
97 ] 89 ]
98 } 90 }
99 91
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698