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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/fast/repaint/offset-change-wrong-invalidation-with-float-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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "position": [17, 0], 42 "position": [17, 0],
43 "bounds": [0, 18], 43 "bounds": [0, 18],
44 "backfaceVisibility": "hidden" 44 "backfaceVisibility": "hidden"
45 } 45 }
46 ] 46 ]
47 }, 47 },
48 { 48 {
49 "name": "LayoutListItem (relative positioned) (floating) LI id='menu'" , 49 "name": "LayoutListItem (relative positioned) (floating) LI id='menu'" ,
50 "position": [31, 42], 50 "position": [31, 42],
51 "bounds": [17, 18], 51 "bounds": [17, 18],
52 "drawsContent": true 52 "drawsContent": true,
53 "paintInvalidations": [
54 {
55 "object": "LayoutListMarker (anonymous)",
56 "rect": [0, 0, 7, 18],
57 "reason": "forced by layout"
58 }
59 ]
53 } 60 }
54 ] 61 ]
55 } 62 }
56 ], 63 ],
57 "objectPaintInvalidations": [ 64 "objectPaintInvalidations": [
58 { 65 {
66 "object": "LayoutListMarker (anonymous)",
67 "reason": "forced by layout"
68 },
69 {
59 "object": "LayoutBlockFlow (positioned) UL id='submenu'", 70 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
60 "reason": "bounds change" 71 "reason": "bounds change"
61 }, 72 },
62 { 73 {
63 "object": "LayoutListItem LI", 74 "object": "LayoutListItem LI",
64 "reason": "bounds change" 75 "reason": "bounds change"
65 }, 76 },
66 { 77 {
67 "object": "RootInlineBox", 78 "object": "RootInlineBox",
68 "reason": "bounds change" 79 "reason": "bounds change"
69 }, 80 },
70 { 81 {
71 "object": "LayoutListMarker (anonymous)", 82 "object": "LayoutListMarker (anonymous)",
72 "reason": "bounds change" 83 "reason": "bounds change"
73 } 84 }
74 ] 85 ]
75 } 86 }
76 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698