aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/html-scanner/sanitizer_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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