Revision a882c225d73268e3865e82acf56b748a9eae1ebd authored by plehegar on 19 June 2016, 18:57:41 UTC, committed by plehegar on 19 June 2016, 19:05:16 UTC
1 parent e7c1c0b
Raw File
content_length.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.
back to top