mirror of
https://github.com/servo/servo.git
synced 2025-07-29 10:10:34 +01:00
12 lines
362 B
HTML
12 lines
362 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<script src="harness.js"></script>
|
|
<script>
|
|
// test1: Loose HTML
|
|
{
|
|
is(document.compatMode, "BackCompat", "test1-0, Loose HTML");
|
|
}
|
|
</script>
|
|
</head>
|
|
</html>
|