Skip to content

Commit

Permalink
fix(test): add missing test asset
Browse files Browse the repository at this point in the history
  • Loading branch information
jorwoods committed Sep 28, 2024
1 parent 1ec1a5f commit 6eab3c9
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions test/assets/server_info_wrong_site.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Example website</title>
</head>

<body>
<table>
<th>
<td>A</td>
<td>B</td>
<td>C</td>
<td>D</td>
<td>E</td>
</th>
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
<td>5</td>
</tr>
<tr>
<td>2</td>
<td>3</td>
<td>4</td>
<td>5</td>
<td>6</td>
</tr>
<tr>
<td>3</td>
<td>4</td>
<td>5</td>
<td>6</td>
<td>7</td>
</tr>
<tr>
<td>4</td>
<td>5</td>
<td>6</td>
<td>7</td>
<td>8</td>
</tr>
<tr>
<td>5</td>
<td>6</td>
<td>7</td>
<td>8</td>
<td>9</td>
</tr>
</table>
</body>

</html>

0 comments on commit 6eab3c9

Please sign in to comment.