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

Side by Side Diff: LayoutTests/platform/mac/virtual/slimmingpaint/fast/repaint/table-collapsed-border-expected.txt

Issue 1022673013: Auto-rebaseline for r192549 (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 [83, 268, 26, 76], 9 [83, 268, 26, 76],
10 [79, 268, 30, 76], 10 [79, 268, 30, 76],
(...skipping 14 matching lines...) Expand all
25 [22, 96, 61, 28], 25 [22, 96, 61, 28],
26 [12, 186, 102, 68], 26 [12, 186, 102, 68],
27 [12, 100, 93, 68], 27 [12, 100, 93, 68],
28 [12, 100, 67, 68], 28 [12, 100, 67, 68],
29 [8, 182, 110, 76], 29 [8, 182, 110, 76],
30 [8, 96, 101, 76], 30 [8, 96, 101, 76],
31 [8, 96, 75, 76], 31 [8, 96, 75, 76],
32 [8, 10, 97, 76] 32 [8, 10, 97, 76]
33 ], 33 ],
34 "paintInvalidationClients": [ 34 "paintInvalidationClients": [
35 "InlineTextBox 'ipsum dolor'",
35 "LayoutText #text", 36 "LayoutText #text",
37 "RootInlineBox",
36 "LayoutTableCell TD id='d'", 38 "LayoutTableCell TD id='d'",
39 "InlineTextBox 'dolor'",
37 "LayoutText #text", 40 "LayoutText #text",
41 "RootInlineBox",
38 "LayoutTableCell TD id='d2'", 42 "LayoutTableCell TD id='d2'",
43 "RootInlineBox",
44 "InlineTextBox 'Lorem'",
45 "RootInlineBox",
46 "InlineTextBox 'sit amet'",
47 "RootInlineBox",
48 "InlineTextBox 'Lorem'",
49 "RootInlineBox",
50 "InlineTextBox 'sit amet'",
51 "RootInlineBox",
52 "InlineTextBox 'ipsum dolor'",
39 "LayoutTable TABLE id='t'", 53 "LayoutTable TABLE id='t'",
40 "LayoutTable TABLE", 54 "LayoutTable TABLE",
41 "LayoutTableSection TBODY", 55 "LayoutTableSection TBODY",
42 "LayoutTableCell TD", 56 "LayoutTableCell TD",
43 "LayoutTableCell TD", 57 "LayoutTableCell TD",
44 "LayoutTable TABLE", 58 "LayoutTable TABLE",
45 "LayoutTableSection TBODY", 59 "LayoutTableSection TBODY",
46 "LayoutTable TABLE", 60 "LayoutTable TABLE",
47 "LayoutTableCell TD", 61 "LayoutTableCell TD",
48 "LayoutTableCell TD id='d3'", 62 "LayoutTableCell TD id='d3'",
49 "LayoutText #text", 63 "LayoutText #text",
64 "InlineTextBox 'ipsum dolor'",
50 "LayoutTableCell TD" 65 "LayoutTableCell TD"
51 ] 66 ]
52 } 67 }
53 ] 68 ]
54 } 69 }
55 70
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698