3,990 changes: 3,990 additions & 0 deletions tests/testdata/bootstrap.css

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 16 additions & 10 deletions tests/testdata/html_table.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
<table border="1" style="font-family:serif; font-size:12pt; ">
<tbody>
<tr><td>1 Foo data</td><td>Bar data</td></tr>
<tr><td>2 Foo data</td><td>Bar data</td></tr>
<tr><td>3 Foo data</td><td>Bar data</td></tr>
<tr><td>4 Foo data</td><td>Bar data</td></tr>
<tr><td>5 Foo data</td><td>Bar data</td></tr>
</tbody>
</table>
</table>
<html>
<head>
<link href="bootstrap.css" media="all" rel="stylesheet" type="text/css" />
</head>
<body>
<table class="table table-striped table-bordered condensed">
<tbody>
<tr><td>1 Foo data</td><td>Bar data</td></tr>
<tr><td>2 Foo data</td><td>Bar data</td></tr>
<tr><td>3 Foo data</td><td>Bar data</td></tr>
<tr><td>4 Foo data</td><td>Bar data</td></tr>
<tr><td>5 Foo data</td><td>Bar data</td></tr>
</tbody>
</table>
</body>
</html>