Update content tests for Document#characterSet

This commit is contained in:
ProgramFOX 2014-12-05 21:51:59 +01:00
parent e2e5536315
commit 2bd1269b02
3 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@
// test1: default characterSet
{
// FIXME: https://github.com/mozilla-servo/libhubbub/issues/5
is(document.characterSet, "utf-8", "test1-0, default characterSet");
is(document.characterSet, "UTF-8", "test1-0, default characterSet");
}
</script>
</head>