Skip to content

Commit

Permalink
Testcase
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%40997
  • Loading branch information
distler committed Sep 9, 2007
1 parent 8e1543e commit c9b0f87
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sanitizer/tests1.dat
Original file line number Diff line number Diff line change
Expand Up @@ -405,5 +405,12 @@
"name": "xul",
"input": "<p style=\"-moz-binding:url('http:https://ha.ckers.org/xssmoz.xml#xss')\">fubar</p>",
"output": "<p style=''>fubar</p>"
},

{
"name": "quotes_in_attributes",
"input": "<img src='foo' title='\"foo\" bar' />",
"rexml": "<img src='foo' title='\"foo\" bar' />",
"output": "<img title='&quot;foo&quot; bar' src='foo'/>"
}
]

0 comments on commit c9b0f87

Please sign in to comment.