blob: 1da71f53904e4b31b265836aed59a630ced1af49 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<script src="resources/echo-data-encoding-with-gzip.php?type=text/javascript&q=didExecuteScript%3D1%3B"></script>
</head>
<body>
<p><span id="result">FAIL did not</span> execute gzip-encoded JavaScript script.</p>
<script>
if (didExecuteScript !== undefined)
document.getElementById("result").textContent = "PASS did";
</script>
</body>
</html>