blob: af8ea44eeefa6d797ac69623aaedb11a09161a0e [file] [log] [blame]
Andrew Top61a84952019-04-30 15:07:33 -07001<!DOCTYPE html>
2<!-- CAUTION: if updating this test also update the expected content-length in the .headers file -->
3<title>Content-Length Test</title>
4<script src="/resources/testharness.js"></script>
5<script src="/resources/testharnessreport.js"></script>
6<script>
7onload = function() {
8 assert_equals(document.body.textContent, "PASS");
9 done();
10}
11</script>
12<body>PASS
13but FAIL if this is in the body.