Make sure all files that should be present are present.
This commit is contained in:
23
test/html/containers.html
Normal file
23
test/html/containers.html
Normal file
@ -0,0 +1,23 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<ol>
|
||||
<li>item 1</li>
|
||||
<li>item 2</li>
|
||||
</ol>
|
||||
<table border=1>
|
||||
<tr><td>Cell 1</td><td>Cell 2</td></tr>
|
||||
<tr><td>Cell 3</td><td>Cell 4 (it's the last one)</td></tr>
|
||||
</table>
|
||||
<p>A paragraph without much text.</p>
|
||||
<div role="group">Another paragraph without much text.</div>
|
||||
<blockquote>
|
||||
<p>A quoted paragraph without much text.</p>
|
||||
<p>Another quoted paragraph without much text.</p>
|
||||
</blockquote>
|
||||
<ul>
|
||||
<li>item 3</li>
|
||||
<li>item 4</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user