aboutsummaryrefslogtreecommitdiff
path: root/tests/php/Inline HTML (Simple).xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/php/Inline HTML (Simple).xhtml')
-rw-r--r--tests/php/Inline HTML (Simple).xhtml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/php/Inline HTML (Simple).xhtml b/tests/php/Inline HTML (Simple).xhtml
new file mode 100644
index 0000000..facfefb
--- /dev/null
+++ b/tests/php/Inline HTML (Simple).xhtml
@@ -0,0 +1,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" > \ No newline at end of file