mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +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 @@
|
|||
<script>
|
||||
// test1: unknown charset
|
||||
{
|
||||
is(document.characterSet, "utf-8", "test1-0, unknown charset");
|
||||
is(document.characterSet, "UTF-8", "test1-0, unknown charset");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue