blob: 1168dfe6b165ee651c5884386576a5d09882b9ab [file] [log] [blame]
<script>
window.addEventListener("message", receiveMessage, false);
function receiveMessage(event)
{
if (document.body.innerHTML.match(/Dragme/i))
console.log("FAIL");
else
console.log("PASS");
if (window.testRunner)
testRunner.notifyDone();
}
</script>
<body contenteditable="true">
</body>