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

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

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

Powered by Google App Engine
This is Rietveld 408576698