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

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

Issue 2428963002: Fix list marker paint invalidation on move (Closed)
Patch Set: Rebaseline 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 "layers": [ 2 "layers": [
3 { 3 {
4 "name": "LayoutView #document", 4 "name": "LayoutView #document",
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "paintInvalidations": [ 8 "paintInvalidations": [
9 { 9 {
10 "object": "LayoutBlockFlow (positioned) UL id='submenu'", 10 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
11 "rect": [48, 94, 40, 20], 11 "rect": [48, 94, 40, 20],
12 "reason": "bounds change" 12 "reason": "bounds change"
13 }, 13 },
14 { 14 {
15 "object": "LayoutBlockFlow (positioned) UL id='submenu'", 15 "object": "LayoutBlockFlow (positioned) UL id='submenu'",
16 "rect": [48, -156, 40, 20], 16 "rect": [48, -156, 40, 20],
17 "reason": "bounds change" 17 "reason": "bounds change"
18 },
19 {
20 "object": "LayoutListMarker (anonymous)",
21 "rect": [70, 94, 7, 19],
22 "reason": "bounds change"
23 },
24 {
25 "object": "LayoutListMarker (anonymous)",
26 "rect": [70, -156, 7, 19],
27 "reason": "bounds change"
18 } 28 }
19 ] 29 ]
20 }, 30 },
21 { 31 {
22 "name": "LayoutListItem (floating) LI id='watches'", 32 "name": "LayoutListItem (floating) LI id='watches'",
23 "position": [30, 44], 33 "position": [30, 44],
24 "transformOrigin": [18, 10], 34 "transformOrigin": [18, 10],
25 "bounds": [25, 19], 35 "bounds": [25, 19],
26 "drawsContent": true 36 "drawsContent": true
27 }, 37 },
(...skipping 29 matching lines...) Expand all
57 { 67 {
58 "object": "LayoutListItem LI", 68 "object": "LayoutListItem LI",
59 "reason": "location change" 69 "reason": "location change"
60 }, 70 },
61 { 71 {
62 "object": "RootInlineBox", 72 "object": "RootInlineBox",
63 "reason": "location change" 73 "reason": "location change"
64 }, 74 },
65 { 75 {
66 "object": "LayoutListMarker (anonymous)", 76 "object": "LayoutListMarker (anonymous)",
67 "reason": "location change" 77 "reason": "bounds change"
68 } 78 }
69 ] 79 ]
70 } 80 }
71 81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698