diff options
Diffstat (limited to 'tests/ref/html/par-semantic-html.html')
| -rw-r--r-- | tests/ref/html/par-semantic-html.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/ref/html/par-semantic-html.html b/tests/ref/html/par-semantic-html.html new file mode 100644 index 00000000..09c7d2fd --- /dev/null +++ b/tests/ref/html/par-semantic-html.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + </head> + <body> + <h2>Heading is no paragraph</h2> + <p>I'm a paragraph.</p> + <div>I'm not.</div> + <div> + <p>We are two.</p> + <p>So we are paragraphs.</p> + </div> + </body> +</html> |
