Bug 541918 - Uncomment head attribute test in content/html/document/test/test_bug324378.html. r=jst

This commit is contained in:
Cykesiopka 2013-05-02 07:52:25 -04:00
parent 04d3a14724
commit 12a1882dfe

View File

@ -66,8 +66,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=324378
is($("m"), null, "Unexpected node with id=m");
is(html.getAttribute("foo"), "h", "Unexpected 'foo' value on <html>");
// The line below can be uncommented once the HTML5 parser is on by default
// is(head.getAttribute("foo"), null, "Unexpected 'foo' value on <head>");
is(head.getAttribute("foo"), null, "Unexpected 'foo' value on <head>");
is(body.getAttribute("foo"), "n", "Unexpected 'foo' value on <body>");
</script>