mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 541918 - Uncomment head attribute test in content/html/document/test/test_bug324378.html. r=jst
This commit is contained in:
parent
04d3a14724
commit
12a1882dfe
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user