blob: 241e92ac176b0d2589b86dffdbc6cd982c858676 [file] [log] [blame]
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
function runTest() {
var d = window[0].document;
var i = d.createElement("iframe");
d.body.appendChild(i);
if (window.testRunner)
testRunner.notifyDone();
}
</script>
<body onload='runTest();'>
<iframe src='resources/force-encoding-detection.html'>