[Webkit-unassigned] [Bug 175590] run-webkit-test: ValueError: invalid literal for int() with base 10: 'null'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 15 12:14:30 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=175590

--- Comment #4 from Daniel Bates <dbates at webkit.org> ---
Reduced test case:

<html>
<body>
<pre id="console"></pre>
<script>
if (window.testRunner)
    testRunner.dumpAsText();
document.getElementById('console').textContent = 'Content-Length: null';
</script>
</body>
</html>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170815/52a5fae0/attachment.html>


More information about the webkit-unassigned mailing list