https://github.com/web-platform-tests/wpt
Raw File
Tip revision: e374afb5a85092671d65fd8e0906b14f50d264c8 authored by Emilio Cobos Álvarez on 11 April 2018, 13:24:18 UTC
Stop generating stylo expectations.
Tip revision: e374afb
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