mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 10:25:01 +00:00
Bug 539882 - Make test_bug324378.html not expect that attributes on second <head> move to head. r=bzbarsky.
--HG-- extra : rebase_source : 9e8f9d43c6f59751cec60e657b91bcc3422a32f0
This commit is contained in:
parent
3ee8916321
commit
0a21708778
@ -67,7 +67,8 @@ 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>");
|
||||
is(head.getAttribute("foo"), "k", "Unexpected 'foo' value on <head>");
|
||||
// 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(body.getAttribute("foo"), "n", "Unexpected 'foo' value on <body>");
|
||||
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user