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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/positioned-document-element-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 "backgroundColor": "#008000", 10 "backgroundColor": "#008000",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 { 52 {
53 "object": "LayoutText #text", 53 "object": "LayoutText #text",
54 "rect": [8, 16, 435, 18], 54 "rect": [8, 16, 435, 18],
55 "reason": "bounds change" 55 "reason": "bounds change"
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 {
62 "object": "LayoutView #document", 70 "object": "LayoutView #document",
63 "reason": "style change" 71 "reason": "style change"
64 }, 72 },
65 { 73 {
66 "object": "LayoutBlockFlow (positioned) HTML class='changed'", 74 "object": "LayoutBlockFlow (positioned) HTML class='changed'",
67 "reason": "style change" 75 "reason": "style change"
68 }, 76 },
69 { 77 {
70 "object": "LayoutBlockFlow BODY", 78 "object": "LayoutBlockFlow BODY",
71 "reason": "bounds change" 79 "reason": "bounds change"
(...skipping 10 matching lines...) Expand all
82 "object": "LayoutText #text", 90 "object": "LayoutText #text",
83 "reason": "bounds change" 91 "reason": "bounds change"
84 }, 92 },
85 { 93 {
86 "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'", 94 "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'",
87 "reason": "bounds change" 95 "reason": "bounds change"
88 } 96 }
89 ] 97 ]
90 } 98 }
91 99
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698