<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="Content-Security-Policy" content="img-src 'self'"> | |
<script> | |
function runTest() { | |
if (window.testRunner) { | |
testRunner.dumpAsText(); | |
testRunner.dumpResourceLoadCallbacks(); | |
testRunner.setIconDatabaseEnabled(true); | |
testRunner.queueReload(); | |
} | |
} | |
window.onload = runTest; | |
</script> | |
<link rel="icon" href="../../misc/resources/favicon.ico" type="image/x-icon"> | |
</head> | |
</html> |