https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 0b3aff1e3e53e44fc7644d56c2e77be24e75f9c1 authored by chrishtr@chromium.org on 09 July 2017, 05:13:10 UTC
Don't perform forced style or layout updates in Document::implicitClose
Tip revision: 0b3aff1
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