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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/fast/repaint/list-marker-2-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": [
11 { 11 {
12 "object": "LayoutListItem LI", 12 "object": "LayoutListItem LI",
13 "rect": [31, 94, 761, 103], 13 "rect": [48, 94, 744, 104],
14 "reason": "invalidate paint rectangle" 14 "reason": "forced by layout"
15 },
16 {
17 "object": "LayoutListItem LI",
18 "rect": [48, 148, 744, 50],
19 "reason": "incremental"
20 }, 15 },
21 { 16 {
22 "object": "LayoutImage IMG id='target'", 17 "object": "LayoutImage IMG id='target'",
23 "rect": [48, 94, 100, 100], 18 "rect": [48, 94, 100, 100],
24 "reason": "forced by layout" 19 "reason": "forced by layout"
25 }, 20 },
26 { 21 {
27 "object": "LayoutListMarker (anonymous)", 22 "object": "LayoutListMarker (anonymous)",
28 "rect": [31, 180, 7, 17], 23 "rect": [31, 180, 7, 17],
29 "reason": "bounds change" 24 "reason": "forced by layout"
30 }, 25 },
31 { 26 {
32 "object": "LayoutListMarker (anonymous)", 27 "object": "LayoutListMarker (anonymous)",
33 "rect": [31, 130, 7, 17], 28 "rect": [31, 130, 7, 17],
34 "reason": "bounds change" 29 "reason": "forced by layout"
35 } 30 }
36 ] 31 ]
37 } 32 }
38 ], 33 ],
39 "objectPaintInvalidations": [ 34 "objectPaintInvalidations": [
40 { 35 {
41 "object": "InlineBox", 36 "object": "LayoutListItem LI",
42 "reason": "full" 37 "reason": "forced by layout"
43 },
44 {
45 "object": "InlineBox",
46 "reason": "full"
47 }, 38 },
48 { 39 {
49 "object": "RootInlineBox", 40 "object": "RootInlineBox",
50 "reason": "full" 41 "reason": "forced by layout"
51 },
52 {
53 "object": "LayoutListItem LI",
54 "reason": "incremental"
55 },
56 {
57 "object": "LayoutListItem LI",
58 "reason": "invalidate paint rectangle"
59 },
60 {
61 "object": "RootInlineBox",
62 "reason": "incremental"
63 }, 42 },
64 { 43 {
65 "object": "LayoutListMarker (anonymous)", 44 "object": "LayoutListMarker (anonymous)",
66 "reason": "bounds change" 45 "reason": "forced by layout"
67 }, 46 },
68 { 47 {
69 "object": "LayoutImage IMG id='target'", 48 "object": "LayoutImage IMG id='target'",
70 "reason": "forced by layout" 49 "reason": "forced by layout"
71 } 50 }
72 ] 51 ]
73 } 52 }
74 53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698