Status: Unconfirmed Owner: ---- Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 21088 by mcsnolte: Crashes when an OL of type Roman Numeral has a value longer than 12 characters http://code.google.com/p/chromium/issues/detail?id=21088
Chrome Version : 3.0.195.10 (Official Build 24604) URLs (if applicable) : http://stevenolte.com/chrome-ol-bug.html Other browsers tested: Add OK or FAIL after other browsers where you have tested this issue: Safari 4: OK Firefox 3.x: OK IE 7: OK IE 8: OK What steps will reproduce the problem? 1. Create an OL, set type to "i" or "I" 2. Set starting value to a roman numeral that is longer than 12 chars (e.g. 2388) 3. What is the expected result? An OL should be rendered What happens instead? Crash Please provide any additional information below. Attach a screenshot if possible. Here is the sample source code that can cause a crash: <html> <body> <ol start="2388" type="i"> <li>test</li> </ol> </body> </html> -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
