mirror of
https://github.com/servo/servo.git
synced 2025-06-12 10:24:43 +00:00
13 lines
366 B
HTML
13 lines
366 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");
|
|
}
|
|
</script>
|
|
</head>
|
|
</html>
|