summaryrefslogtreecommitdiff
path: root/test/HTML5/Html5Test.php
AgeCommit message (Collapse)Author
2013-06-28Added a test around prefixed xml. It's a weird and invalid case. But, ↵Matt Farina
following the naming conventions in 2.9 means parsing and spitting it out works though each element is treated as an unknown element.
2013-06-26#8 Testing saving of fragments.Matt Farina
2013-06-26Added a helper method of loadHTMLFragment to get a DOMDocumentFragment.Matt Farina
2013-06-17Added mathml tests to test case sensitivity and fixed the parser for the ↵Matt Farina
correct mathml tag name. Closing #7.
2013-06-17#4 Added SVG tests and fixed issues with self closing non-html tags and ↵Matt Farina
attributes with a value of 0.
2013-06-03Added tests to fill out the HTML5 class.Matt Farina
2013-05-30Added tests to make sure we can parse, save, and then parse the saved document.Matt Farina