mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Update content tests for Document#characterSet
This commit is contained in:
parent
e2e5536315
commit
2bd1269b02
3 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue