aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/cleanScript.html
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Organizes the php scripts used for testing better, so that the whole ↵jaubourg2012-12-051-0/+10
| | | | | | logic of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore." This reverts commit 228ab3ddae527f72cc3122a1c6115d7718bcfd57.
* Organizes the php scripts used for testing better, so that the whole logic ↵jaubourg2012-12-041-10/+0
| | | | of a unit, server-side and client-side, is contained within the unit itself. Nearly all ajax unit tests take advantage of the new 'framework'. Lots of files got deleted because they became redundant or weren't used anymore.
* Fixes #11402. domManip now also removes the closing part of HTML comments or ↵jaubourg2012-05-061-0/+10
CDATA surrounding executed scripts. Unit tests added.