aboutsummaryrefslogtreecommitdiff
path: root/tests/php/Inline HTML (Simple).xhtml
blob: facfefbac0d28ffdab7e88509c474611314c52a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<p>With some attributes:</p>

<div id="test">
    foo
</div>

<div id="test"
     class="nono">
    foo
</div>

<p>Hr's:</p>

<hr class="foo"
    id="bar" >