author | Cykesiopka <cykesiopka@hotmail.com> |
Thu, 02 May 2013 07:52:25 -0400 | |
changeset 130606 | c30684c896bbd1871d465babe3d95314c9e305ba |
parent 130605 | 10ff3d7fbf6dd286f060c043ca76e72e54184d65 |
child 130607 | 1840b15583fd3bd4c8f6bb40491cd68f84e39fc5 |
push id | 24625 |
push user | ryanvm@gmail.com |
push date | Thu, 02 May 2013 17:09:02 +0000 |
treeherder | mozilla-central@42cf263214c3 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jst |
bugs | 541918, 324378 |
milestone | 23.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/content/html/document/test/test_bug324378.html +++ b/content/html/document/test/test_bug324378.html @@ -61,17 +61,16 @@ https://bugzilla.mozilla.org/show_bug.cg is($("d"), null, "Unexpected node with id=d"); is($("e"), body, "Unexpected node with id=e"); is($("f"), null, "Unexpected node with id=f"); is($("g"), null, "Unexpected node with id=g"); is($("j"), null, "Unexpected node with id=j"); 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> </pre> </body> </html>