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

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

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

Powered by Google App Engine
This is Rietveld 408576698