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

Side by Side Diff: LayoutTests/platform/win/virtual/slimmingpaint/fast/table/resize-table-repaint-percent-size-cell-expected.txt

Issue 984813004: Auto-rebaseline for r191480 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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
1 { 1 {
2 "bounds": [800, 600], 2 "bounds": [800, 600],
3 "children": [ 3 "children": [
4 { 4 {
5 "bounds": [800, 600], 5 "bounds": [800, 600],
6 "contentsOpaque": true, 6 "contentsOpaque": true,
7 "drawsContent": true, 7 "drawsContent": true,
8 "repaintRects": [ 8 "repaintRects": [
9 [3, 401, 46, 17], 9 [3, 401, 46, 17],
10 [3, 162, 46, 17], 10 [3, 162, 46, 17],
11 [3, 116, 46, 17], 11 [3, 116, 46, 17],
12 [3, 67, 46, 17], 12 [3, 67, 46, 17],
13 [2, 292, 102, 236], 13 [2, 292, 102, 236],
14 [2, 102, 102, 46], 14 [2, 102, 102, 46],
15 [2, 52, 102, 238], 15 [2, 52, 102, 238],
16 [2, 52, 102, 48], 16 [2, 52, 102, 48],
17 [0, 292, 106, 236], 17 [0, 292, 106, 236],
18 [0, 150, 106, 380], 18 [0, 150, 106, 380],
19 [0, 102, 106, 46], 19 [0, 102, 106, 46],
20 [0, 100, 106, 190] 20 [0, 100, 106, 190]
21 ],
22 "paintInvalidationClients": [
23 "LayoutTable (positioned) TABLE id='table'",
24 "LayoutTableRow TR",
25 "LayoutTableCell TD",
26 "LayoutText #text",
27 "LayoutTableRow TR",
28 "LayoutTableCell TD",
29 "LayoutText #text"
21 ] 30 ]
22 } 31 }
23 ] 32 ]
24 } 33 }
25 34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698