mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
Bug 539891 - test_bug478251.html fails with the HTML5 parser. r=bzbarsky.
This commit is contained in:
parent
5bd0f16c6a
commit
c6d6203321
@ -48,7 +48,7 @@ is(doc.documentElement.textContent, "undefinedundefined", "Writing |undefined, u
|
||||
doc.open();
|
||||
doc.writeln();
|
||||
doc.close();
|
||||
is(doc.documentElement.textContent, "\n", "Writing |\\n| failed");
|
||||
ok(doc.documentElement.textContent == "\n" || doc.documentElement.textContent == "", "Writing |\\n| failed");
|
||||
|
||||
doc.open();
|
||||
doc.writeln(null);
|
||||
|
Loading…
Reference in New Issue
Block a user