OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style id="m"></style> | 3 <style id="m"></style> |
4 </head> | 4 </head> |
5 <body> | 5 <body> |
6 <script> | 6 <script> |
7 var g = ":not\\( .title{}"; | 7 var g = ":not\\( .title{}"; |
8 var me = document.getElementById("m"); | 8 var me = document.getElementById("m"); |
9 window.setTimeout(runTest,0); | 9 window.setTimeout(runTest,0); |
10 function runTest(){ | 10 function runTest(){ |
11 me.textContent=g; | 11 me.textContent=g; |
12 if (window.layoutTestController) { | 12 if (window.layoutTestController) { |
13 layoutTestController.notifyDone(); | 13 layoutTestController.notifyDone(); |
14 } | 14 } |
15 } | 15 } |
16 if (window.layoutTestController) { | 16 if (window.layoutTestController) { |
17 layoutTestController.dumpAsText(); | 17 layoutTestController.dumpAsText(); |
18 layoutTestController.waitUntilDone(); | 18 layoutTestController.waitUntilDone(); |
19 } | 19 } |
20 </script> | 20 </script> |
21 <p>PASS without crash.</p> | 21 <p>PASS without crash.</p> |
22 </body> | 22 </body> |
23 </html> | 23 </html> |
OLD | NEW |