* SUMMARY console.groupEnd causes negative indent when no group is active. * STEPS TO REPRODUCE 1. js> console.log("test"); 2. js> console.groupEnd(); console.groupEnd(); console.groupEnd() 3. js> console.log("test"); => the second log is demented off the screen, should match the first log
<rdar://problem/17397022>
Created attachment 257687 [details] [PATCH] Proposed Fix
Comment on attachment 257687 [details] [PATCH] Proposed Fix Clearing flags on attachment: 257687 Committed r187528: <http://trac.webkit.org/changeset/187528>
All reviewed patches have been landed. Closing bug.