commit-queue@webkit.org | 42b4c73 | 2012-05-28 19:37:04 +0000 | [diff] [blame] | 1 | <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.org | 38608af | 2012-06-19 07:23:13 +0000 | [diff] [blame] | 12 | if (window.testRunner) { |
| 13 | testRunner.notifyDone(); |
commit-queue@webkit.org | 42b4c73 | 2012-05-28 19:37:04 +0000 | [diff] [blame] | 14 | } |
| 15 | } |
rniwa@webkit.org | 38608af | 2012-06-19 07:23:13 +0000 | [diff] [blame] | 16 | if (window.testRunner) { |
| 17 | testRunner.dumpAsText(); |
| 18 | testRunner.waitUntilDone(); |
commit-queue@webkit.org | 42b4c73 | 2012-05-28 19:37:04 +0000 | [diff] [blame] | 19 | } |
| 20 | </script> |
| 21 | <p>PASS without crash.</p> |
| 22 | </body> |
| 23 | </html> |