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

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

Issue 2440583003: Fix list marker paint invalidation on move (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 "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": [
11 { 11 {
12 "object": "LayoutBlockFlow (positioned) UL id='submenu'", 12 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
13 "rect": [48, 94, 40, 20], 13 "rect": [48, 94, 40, 20],
14 "reason": "bounds change" 14 "reason": "bounds change"
15 }, 15 },
16 { 16 {
17 "object": "LayoutBlockFlow (positioned) UL id='submenu'", 17 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
18 "rect": [48, -156, 40, 20], 18 "rect": [48, -156, 40, 20],
19 "reason": "bounds change" 19 "reason": "bounds change"
20 },
21 {
22 "object": "LayoutListMarker (anonymous)",
23 "rect": [70, 94, 7, 19],
24 "reason": "bounds change"
25 },
26 {
27 "object": "LayoutListMarker (anonymous)",
28 "rect": [70, -156, 7, 19],
29 "reason": "bounds change"
20 } 30 }
21 ], 31 ],
22 "children": [ 32 "children": [
23 { 33 {
24 "name": "LayoutListItem (floating) LI id='watches'", 34 "name": "LayoutListItem (floating) LI id='watches'",
25 "position": [30, 44], 35 "position": [30, 44],
26 "transformOrigin": [18, 10], 36 "transformOrigin": [18, 10],
27 "bounds": [25, 19], 37 "bounds": [25, 19],
28 "drawsContent": true, 38 "drawsContent": true,
29 "children": [ 39 "children": [
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 { 73 {
64 "object": "LayoutListItem LI", 74 "object": "LayoutListItem LI",
65 "reason": "location change" 75 "reason": "location change"
66 }, 76 },
67 { 77 {
68 "object": "RootInlineBox", 78 "object": "RootInlineBox",
69 "reason": "location change" 79 "reason": "location change"
70 }, 80 },
71 { 81 {
72 "object": "LayoutListMarker (anonymous)", 82 "object": "LayoutListMarker (anonymous)",
73 "reason": "location change" 83 "reason": "bounds change"
74 } 84 }
75 ] 85 ]
76 } 86 }
77 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698