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

Side by Side Diff: LayoutTests/platform/win-xp/virtual/slimmingpaint/fast/repaint/table-cell-collapsed-border-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 [332, 264, 112, 110],
10 [332, 64, 112, 108],
11 [220, 364, 122, 105],
12 [220, 264, 122, 110],
13 [220, 169, 122, 105],
14 [220, 64, 122, 108],
15 [116, 64, 114, 107],
16 [115, 264, 115, 110],
17 [3, 364, 118, 105],
18 [3, 264, 118, 110],
19 [3, 167, 117, 107]
20 ],
21 "paintInvalidationClients": [
22 "LayoutTableCell TD",
23 "LayoutTableCell TD id='t1'",
24 "LayoutTableCell TD",
25 "LayoutTableCell TD",
26 "LayoutTableCell TD",
27 "LayoutTableCell TD id='t2'",
28 "LayoutTableCell TD",
29 "LayoutTableCell TD id='t3'",
30 "LayoutTableCell TD",
31 "LayoutTableCell TD",
32 "LayoutTableCell TD"
33 ]
34 }
35 ]
36 }
37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698