<html> | |
<head> | |
<style id="m"></style> | |
</head> | |
<body> | |
<script> | |
var g = ":not\\( .title{}"; | |
var me = document.getElementById("m"); | |
window.setTimeout(runTest,0); | |
function runTest(){ | |
me.textContent=g; | |
if (window.layoutTestController) { | |
layoutTestController.notifyDone(); | |
} | |
} | |
if (window.layoutTestController) { | |
layoutTestController.dumpAsText(); | |
layoutTestController.waitUntilDone(); | |
} | |
</script> | |
<p>PASS without crash.</p> | |
</body> | |
</html> |