mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-07 16:30:36 +00:00
13 lines
406 B
HTML
13 lines
406 B
HTML
<!DOCTYPE html>
|
|
<!-- CAUTION: if updating this test also update the expected content-length in the .headers file -->
|
|
<title>Content-Length Test</title>
|
|
<script src="/resources/testharness.js"></script>
|
|
<script src="/resources/testharnessreport.js"></script>
|
|
<script>
|
|
onload = function() {
|
|
assert_equals(document.body.textContent, "PASS");
|
|
done();
|
|
}
|
|
</script>
|
|
<body>PASS
|
|
but FAIL if this is in the body. |