blob: 0d1b1393af12f27ce0885fb909cacfe1ed4f3a09 [file] [log] [blame]
commit-queue@webkit.org42b4c732012-05-28 19:37:04 +00001<html>
2<head>
3<style id="m"></style>
4</head>
5<body>
6<script>
7 var g = ":not\\( .title{}";
8 var me = document.getElementById("m");
9 window.setTimeout(runTest,0);
10 function runTest(){
11 me.textContent=g;
rniwa@webkit.org38608af2012-06-19 07:23:13 +000012 if (window.testRunner) {
13 testRunner.notifyDone();
commit-queue@webkit.org42b4c732012-05-28 19:37:04 +000014 }
15 }
rniwa@webkit.org38608af2012-06-19 07:23:13 +000016 if (window.testRunner) {
17 testRunner.dumpAsText();
18 testRunner.waitUntilDone();
commit-queue@webkit.org42b4c732012-05-28 19:37:04 +000019 }
20</script>
21<p>PASS without crash.</p>
22</body>
23</html>