From d4b0222f622f3deb67d1c7366edc7f0a0aae9523 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Fri, 7 Feb 2014 23:07:32 -0500 Subject: #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. --- test/HTML5/Html5Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/HTML5/Html5Test.php') 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 { '); - $this->assertEmpty($dom->errors); + $this->assertEmpty($dom->errors, print_r($dom->errors, TRUE)); // Test a mixed case attribute. $list = $dom->getElementsByTagName('svg'); -- cgit v1.2.3