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

Side by Side Diff: LayoutTests/virtual/slimmingpaint/fast/repaint/table-section-repaint-expected.txt

Issue 1185423002: Enable slimming paint for fast/repaint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove old expectations Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "bounds": [800, 600],
3 "children": [
4 {
5 "bounds": [800, 600],
6 "contentsOpaque": true,
7 "drawsContent": true,
8 "repaintRects": [
9 [33, 308, 10, 15],
10 [12, 357, 52, 30],
11 [12, 342, 52, 30],
12 [12, 327, 52, 60],
13 [12, 327, 52, 30],
14 [12, 312, 52, 60],
15 [12, 312, 52, 30],
16 [8, 376, 60, 15],
17 [8, 372, 60, 19],
18 [8, 353, 60, 38],
19 [8, 338, 60, 38],
20 [8, 323, 60, 38],
21 [8, 308, 60, 38],
22 [8, 248, 60, 30],
23 [8, 248, 60, 30],
24 [8, 218, 60, 60],
25 [8, 218, 60, 30],
26 [8, 218, 60, 30],
27 [8, 218, 60, 30],
28 [8, 218, 60, 30],
29 [8, 188, 60, 60],
30 [8, 188, 60, 30],
31 [8, 188, 60, 30],
32 [8, 188, 60, 30],
33 [8, 158, 60, 30],
34 [8, 158, 60, 30],
35 [8, 128, 60, 60],
36 [8, 128, 60, 30],
37 [8, 128, 60, 30],
38 [8, 128, 60, 30],
39 [8, 128, 60, 30],
40 [8, 98, 60, 60],
41 [8, 98, 60, 30],
42 [8, 98, 60, 30],
43 [8, 98, 60, 30],
44 [8, 68, 60, 30],
45 [8, 68, 60, 30],
46 [8, 38, 60, 60],
47 [8, 38, 60, 30],
48 [8, 38, 60, 30],
49 [8, 38, 60, 30],
50 [8, 38, 60, 30],
51 [8, 8, 60, 60],
52 [8, 8, 60, 30],
53 [8, 8, 60, 30],
54 [8, 8, 60, 30]
55 ],
56 "paintInvalidationClients": [
57 "LayoutBlockFlow CAPTION id='caption1' class='blue half'",
58 "LayoutTableSection TBODY",
59 "LayoutTableRow TR",
60 "LayoutTableCell TD class='red half'",
61 "LayoutTableRow TR",
62 "LayoutTableCell TD class='green half'",
63 "LayoutBlockFlow DIV id='top' class='blue half'",
64 "LayoutTableSection TBODY",
65 "LayoutTableRow TR",
66 "LayoutTableCell TD class='red half'",
67 "LayoutTableRow TR",
68 "LayoutTableCell TD class='green half'",
69 "LayoutBlockFlow CAPTION id='caption2' class='zero'",
70 "LayoutTableSection TBODY",
71 "LayoutTableRow TR",
72 "LayoutTableCell TD class='green half'",
73 "LayoutTableRow TR",
74 "LayoutTableCell TD class='red half'",
75 "LayoutTable TABLE",
76 "LayoutBlockFlow DIV id='innerDiv'",
77 "LayoutTableSection TBODY",
78 "LayoutTableRow TR",
79 "LayoutTableCell TD class='half'",
80 "LayoutTableRow TR",
81 "LayoutTableCell TD class='half'"
82 ]
83 }
84 ]
85 }
86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698