mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
14 lines
366 B
HTML
14 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>
|