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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/paint/invalidation/offset-change-wrong-invalidation-with-float-expected.txt

Issue 2402213002: Auto-rebaseline for r424089 (Closed)
Patch Set: Created 4 years, 2 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 "layers": [
3 "bounds": [800, 600],
4 "children": [
5 { 3 {
6 "name": "LayoutView #document", 4 "name": "LayoutView #document",
7 "bounds": [800, 600], 5 "bounds": [800, 600],
8 "contentsOpaque": true, 6 "contentsOpaque": true,
9 "drawsContent": true, 7 "drawsContent": true,
10 "paintInvalidations": [ 8 "paintInvalidations": [
11 { 9 {
12 "object": "LayoutBlockFlow (positioned) UL id='submenu'", 10 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
13 "rect": [48, 92, 40, 18], 11 "rect": [48, 92, 40, 18],
14 "reason": "bounds change" 12 "reason": "bounds change"
15 }, 13 },
16 { 14 {
17 "object": "LayoutBlockFlow (positioned) UL id='submenu'", 15 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
18 "rect": [48, -158, 40, 18], 16 "rect": [48, -158, 40, 18],
19 "reason": "bounds change" 17 "reason": "bounds change"
20 } 18 }
21 ], 19 ]
22 "children": [ 20 },
21 {
22 "name": "LayoutListItem (floating) LI id='watches'",
23 "position": [31, 42],
24 "transformOrigin": [17, 9],
25 "bounds": [24, 17],
26 "drawsContent": true
27 },
28 {
29 "name": "LayoutInline (relative positioned) SPAN id='placeholder'",
30 "position": [17, 0],
31 "bounds": [0, 17],
32 "backfaceVisibility": "hidden"
33 },
34 {
35 "name": "LayoutListItem (relative positioned) (floating) LI id='menu'",
36 "position": [31, 42],
37 "bounds": [17, 17],
38 "drawsContent": true,
39 "paintInvalidations": [
23 { 40 {
24 "name": "LayoutListItem (floating) LI id='watches'", 41 "object": "LayoutListMarker (anonymous)",
25 "position": [31, 42], 42 "rect": [0, 0, 7, 17],
26 "transformOrigin": [17, 9], 43 "reason": "forced by layout"
27 "bounds": [24, 17],
28 "drawsContent": true,
29 "children": [
30 {
31 "name": "LayoutInline (relative positioned) SPAN id='placeholder'" ,
32 "position": [17, 0],
33 "bounds": [0, 17],
34 "backfaceVisibility": "hidden"
35 }
36 ]
37 },
38 {
39 "name": "LayoutListItem (relative positioned) (floating) LI id='menu'" ,
40 "position": [31, 42],
41 "bounds": [17, 17],
42 "drawsContent": true,
43 "paintInvalidations": [
44 {
45 "object": "LayoutListMarker (anonymous)",
46 "rect": [0, 0, 7, 17],
47 "reason": "forced by layout"
48 }
49 ]
50 } 44 }
51 ] 45 ]
52 } 46 }
53 ], 47 ],
54 "objectPaintInvalidations": [ 48 "objectPaintInvalidations": [
55 { 49 {
56 "object": "LayoutListMarker (anonymous)", 50 "object": "LayoutListMarker (anonymous)",
57 "reason": "forced by layout" 51 "reason": "forced by layout"
58 }, 52 },
59 { 53 {
60 "object": "LayoutBlockFlow (positioned) UL id='submenu'", 54 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
61 "reason": "bounds change" 55 "reason": "bounds change"
62 }, 56 },
63 { 57 {
64 "object": "LayoutListItem LI", 58 "object": "LayoutListItem LI",
65 "reason": "location change" 59 "reason": "location change"
66 }, 60 },
67 { 61 {
68 "object": "RootInlineBox", 62 "object": "RootInlineBox",
69 "reason": "location change" 63 "reason": "location change"
70 }, 64 },
71 { 65 {
72 "object": "LayoutListMarker (anonymous)", 66 "object": "LayoutListMarker (anonymous)",
73 "reason": "location change" 67 "reason": "location change"
74 } 68 }
75 ] 69 ]
76 } 70 }
77 71
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698