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

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

Issue 2087483002: Auto-rebaseline for r400605 (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 "bounds": [800, 600], 3 "bounds": [800, 600],
3 "children": [ 4 "children": [
4 { 5 {
6 "name": "LayoutView #document",
5 "bounds": [800, 600], 7 "bounds": [800, 600],
6 "contentsOpaque": true, 8 "contentsOpaque": true,
7 "drawsContent": true, 9 "drawsContent": true,
8 "backgroundColor": "#008000", 10 "backgroundColor": "#008000",
9 "paintInvalidations": [ 11 "paintInvalidations": [
10 { 12 {
11 "object": "LayoutView #document", 13 "object": "LayoutView #document",
12 "rect": [0, 0, 800, 600], 14 "rect": [0, 0, 800, 600],
13 "reason": "style change" 15 "reason": "style change"
14 }, 16 },
(...skipping 29 matching lines...) Expand all
44 }, 46 },
45 { 47 {
46 "object": "LayoutText #text", 48 "object": "LayoutText #text",
47 "rect": [108, 116, 435, 18], 49 "rect": [108, 116, 435, 18],
48 "reason": "bounds change" 50 "reason": "bounds change"
49 }, 51 },
50 { 52 {
51 "object": "LayoutText #text", 53 "object": "LayoutText #text",
52 "rect": [8, 16, 435, 18], 54 "rect": [8, 16, 435, 18],
53 "reason": "bounds change" 55 "reason": "bounds change"
54 },
55 {
56 "object": "InlineTextBox 'Tests that the entire viewport is painted wi th a floated html element.'",
57 "reason": "full"
58 },
59 {
60 "object": "InlineTextBox 'Tests that the entire viewport is painted wi th a floated html element.'",
61 "reason": "bounds change"
62 },
63 {
64 "object": "RootInlineBox",
65 "reason": "full"
66 },
67 {
68 "object": "RootInlineBox",
69 "reason": "full"
70 } 56 }
71 ] 57 ]
72 } 58 }
59 ],
60 "objectPaintInvalidations": [
61 {
62 "object": "LayoutView #document",
63 "reason": "style change"
64 },
65 {
66 "object": "LayoutBlockFlow (positioned) HTML class='changed'",
67 "reason": "style change"
68 },
69 {
70 "object": "LayoutBlockFlow BODY",
71 "reason": "bounds change"
72 },
73 {
74 "object": "LayoutBlockFlow P",
75 "reason": "forced by layout"
76 },
77 {
78 "object": "RootInlineBox",
79 "reason": "forced by layout"
80 },
81 {
82 "object": "LayoutText #text",
83 "reason": "bounds change"
84 },
85 {
86 "object": "InlineTextBox 'Tests that the entire viewport is painted with a floated html element.'",
87 "reason": "bounds change"
88 }
73 ] 89 ]
74 } 90 }
75 91
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698