Add tests.
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
5078cf7782
commit
398690d7fb
2 changed files with 14 additions and 0 deletions
|
|
@ -14,6 +14,13 @@
|
||||||
<hr class="foo"
|
<hr class="foo"
|
||||||
id="bar" >
|
id="bar" >
|
||||||
|
|
||||||
|
<p>Details and Summary:</p>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Some details</summary>
|
||||||
|
<p>More info about the details.</p>
|
||||||
|
</details>
|
||||||
|
|
||||||
<p>Regression:</p>
|
<p>Regression:</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,13 @@ Hr's:
|
||||||
<hr class="foo"
|
<hr class="foo"
|
||||||
id="bar" >
|
id="bar" >
|
||||||
|
|
||||||
|
Details and Summary:
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Some details</summary>
|
||||||
|
<p>More info about the details.</p>
|
||||||
|
</details>
|
||||||
|
|
||||||
Regression:
|
Regression:
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue