 Chromium Code Reviews
 Chromium Code Reviews Issue 906193002:
  Turn a bunch of ASSERTs into graceful failures when compiling listeners  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 906193002:
  Turn a bunch of ASSERTs into graceful failures when compiling listeners  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| OLD | NEW | 
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html onmousedown="};}}}}); true?0x31337:(function() {{{{{"> | |
| 3 Test passes if it doesn't crash. | |
| 4 <script> | |
| 5 if (window.testRunner) | |
| 6 testRunner.dumpAsText(); | |
| 7 document.documentElement.onmousedown; | |
| 8 </script> | |
| 9 </html> | |
| OLD | NEW |