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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/repaint/fixed-table-overflow-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, 2016],
4 "children": [
5 {
6 "name": "LayoutView #document",
7 "bounds": [800, 2016],
8 "contentsOpaque": true,
9 "drawsContent": true,
10 "paintInvalidations": [
11 {
12 "object": "LayoutTable (positioned) TABLE",
13 "rect": [0, 0, 200, 200],
14 "reason": "style change"
15 },
16 {
17 "object": "LayoutTableSection TBODY",
18 "rect": [0, 0, 200, 200],
19 "reason": "forced by layout"
20 },
21 {
22 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'",
23 "rect": [100, 100, 100, 100],
24 "reason": "layoutObject insertion"
25 },
26 {
27 "object": "LayoutTableCell (anonymous)",
28 "rect": [100, 100, 100, 100],
29 "reason": "layoutObject insertion"
30 },
31 {
32 "object": "LayoutTableCell TD id='moveMe' class='fixed'",
33 "rect": [100, 100, 100, 100],
34 "reason": "layoutObject removal"
35 },
36 {
37 "object": "LayoutBlockFlow (relative positioned) DIV class='green'",
38 "rect": [0, 100, 100, 100],
39 "reason": "layoutObject insertion"
40 },
41 {
42 "object": "LayoutBlockFlow (relative positioned) DIV class='green'",
43 "rect": [0, 100, 100, 100],
44 "reason": "layoutObject removal"
45 }
46 ]
47 }
48 ],
49 "objectPaintInvalidations": [
50 {
51 "object": "LayoutBlockFlow (relative positioned) DIV class='green'",
52 "reason": "layoutObject removal"
53 },
54 {
55 "object": "LayoutTableCell TD id='moveMe' class='fixed'",
56 "reason": "layoutObject removal"
57 },
58 {
59 "object": "LayoutTable (positioned) TABLE",
60 "reason": "style change"
61 },
62 {
63 "object": "LayoutTableSection TBODY",
64 "reason": "forced by layout"
65 },
66 {
67 "object": "LayoutTableCell (anonymous)",
68 "reason": "layoutObject insertion"
69 },
70 {
71 "object": "LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'",
72 "reason": "layoutObject insertion"
73 },
74 {
75 "object": "LayoutBlockFlow (relative positioned) DIV class='green'",
76 "reason": "layoutObject insertion"
77 }
78 ]
79 }
80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698