mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +01:00
15 lines
389 B
HTML
15 lines
389 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src="harness.js"></script>
|
|
<script>
|
|
// test1: default characterSet
|
|
{
|
|
// FIXME: https://github.com/mozilla-servo/libhubbub/issues/5
|
|
is(document.characterSet, "utf-8", "test1-0, default characterSet");
|
|
}
|
|
|
|
finish();
|
|
</script>
|
|
</head>
|
|
</html>
|