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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/positioned-document-element-expected.txt

Issue 2184693002: Auto-rebaseline for r407755 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 28 matching lines...) Expand all
39 "rect": [108, 116, 436, 18], 39 "rect": [108, 116, 436, 18],
40 "reason": "bounds change" 40 "reason": "bounds change"
41 }, 41 },
42 { 42 {
43 "object": "LayoutBlockFlow P", 43 "object": "LayoutBlockFlow P",
44 "rect": [108, 116, 436, 18], 44 "rect": [108, 116, 436, 18],
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, 436, 18], 49 "rect": [108, 116, 436, 17],
50 "reason": "forced by layout" 50 "reason": "forced by layout"
51 }, 51 },
52 { 52 {
53 "object": "LayoutText #text", 53 "object": "LayoutText #text",
54 "rect": [8, 16, 436, 18], 54 "rect": [8, 16, 436, 17],
55 "reason": "forced by layout" 55 "reason": "forced by layout"
56 } 56 }
57 ] 57 ]
58 } 58 }
59 ], 59 ],
60 "objectPaintInvalidations": [ 60 "objectPaintInvalidations": [
61 { 61 {
62 "object": "LayoutView #document", 62 "object": "LayoutView #document",
63 "reason": "style change" 63 "reason": "style change"
64 }, 64 },
(...skipping 17 matching lines...) Expand all
82 "object": "LayoutText #text", 82 "object": "LayoutText #text",
83 "reason": "forced by layout" 83 "reason": "forced by layout"
84 }, 84 },
85 { 85 {
86 "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.'",
87 "reason": "forced by layout" 87 "reason": "forced by layout"
88 } 88 }
89 ] 89 ]
90 } 90 }
91 91
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698