mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
15 lines
375 B
HTML
15 lines
375 B
HTML
<!DOCTYPE html>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<html>
|
|
<head>
|
|
<script src="harness.js"></script>
|
|
<script>
|
|
// test1: long charset
|
|
{
|
|
is(document.characterSet, "windows-1252", "test1-0, long charset");
|
|
}
|
|
|
|
finish();
|
|
</script>
|
|
</head>
|
|
</html>
|