summaryrefslogtreecommitdiff
path: root/test/HTML5/Html5Test.php
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2014-02-07 23:07:32 -0500
committerMatt Farina <[email protected]>2014-02-07 23:07:32 -0500
commitd4b0222f622f3deb67d1c7366edc7f0a0aae9523 (patch)
treee58f17c8494a9a33d23b64bfdbd68c1765608eee /test/HTML5/Html5Test.php
parent8785fc5775df52dd4a6b63677ebd08f8301ffdcc (diff)
#26: Updated the case handling for tags to allow for uppercase tags and normalizing tag names to lowercase (per 8.2.4.9) except for SVG foreign tags that are case sensitive.
Diffstat (limited to 'test/HTML5/Html5Test.php')
-rw-r--r--test/HTML5/Html5Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/HTML5/Html5Test.php b/test/HTML5/Html5Test.php
index 4e7c300..dcb51cd 100644
--- a/test/HTML5/Html5Test.php
+++ b/test/HTML5/Html5Test.php
@@ -134,7 +134,7 @@ class Html5Test extends TestCase {
</body>
</html>');
- $this->assertEmpty($dom->errors);
+ $this->assertEmpty($dom->errors, print_r($dom->errors, TRUE));
// Test a mixed case attribute.
$list = $dom->getElementsByTagName('svg');