Revision 5eadadabcab4e5c980c30b40049832c9e5d2af4e authored by pyup-bot on 06 April 2018, 13:10:11 UTC, committed by pyup-bot on 06 April 2018, 13:10:11 UTC
1 parent 6dd3135
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