blob: 8d9cf9fda3d8d8e06df200d2a3ca390f5946f19a [file] [log] [blame]
<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>