aboutsummaryrefslogtreecommitdiff
path: root/tests/php/Quotes in attributes.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/php/Quotes in attributes.xhtml')
-rw-r--r--tests/php/Quotes in attributes.xhtml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/php/Quotes in attributes.xhtml b/tests/php/Quotes in attributes.xhtml
new file mode 100644
index 0000000..e3fcfd2
--- /dev/null
+++ b/tests/php/Quotes in attributes.xhtml
@@ -0,0 +1,5 @@
+<p><a href="/&quot;style=&quot;color:red">Test</a>
+<a href="/'style='color:red">Test</a></p>
+
+<p><img src="/&quot;style=&quot;border-color:red;border-size:1px;border-style:solid" alt="" />
+<img src="/'style='border-color:red;border-size:1px;border-style:solid" alt="" /></p>