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

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

<div id="test"
     class="nono">
	foo
</div>
	
Hr's:

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