summaryrefslogtreecommitdiff
path: root/test/HTML5/Html5Test.php
AgeCommit message (Collapse)Author
2013-09-26The serializer was a wrapper for serializing the same way html5 at the top ↵Matt Farina
level was a wrapper for parsing. Moved the serializing interface to be in the same form as the parser for consistency.
2013-09-26Moved the output rules from being a configurable option. This is part of a ↵Matt Farina
change to commonize how we override classes to be more consistent.
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