aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/html-scanner/sanitizer_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move html-scanner tests one dir upPratik Naik2009-05-231-273/+0
* Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-1/+1
* Fixed the sanitize helper to avoid double escaping already properly escaped e...David Heinemeier Hansson2008-11-061-0/+4
* Fix that HTML::Node.parse would blow up on unclosed CDATA sections.Jeffrey Hardy2008-10-231-0/+10
* Ruby 1.9 compat: check dom equalityJeremy Kemper2008-01-071-3/+7
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-2/+1
* Correct indentation in a couple spots. Closes #10671 [l.guidi, rick]Rick Olson2008-01-021-3/+3
* Fix HTML Sanitizer to allow trailing spaces in CSS style attributes. Closes ...Rick Olson2007-12-231-1/+7
* Fix broken test (closes #10364) [chuyeow]David Heinemeier Hansson2007-12-051-1/+7
* Refactor sanitizer helpers into HTML classes and make it easy to swap them ou...Rick Olson2007-11-261-0/+244