NEW 46855
systemBeep() still beeps when run in DumpRenderTree
https://bugs.webkit.org/show_bug.cgi?id=46855
Summary systemBeep() still beeps when run in DumpRenderTree
Eric Seidel (no email)
Reported 2010-09-29 16:49:06 PDT
systemBeep() still beeps when run in DumpRenderTree We should find some way to make it not beep. Ideally it should log instead. Sound* is where systemBeep() is implemented. It's a static function, so it doesn't seem like there is a very good way to find out that we're running inside DumpRenderTree. This is very annoying when I'm running the layout tests in the background and doing other things with my computer.
Attachments
Eric Seidel (no email)
Comment 1 2010-09-29 18:23:07 PDT
editing/execCommand/paste-and-match-style-event.html is one of the beeping tests.
Eric Seidel (no email)
Comment 2 2010-09-29 18:25:39 PDT
editing/pasteboard/copy-in-password-field.html is another beeping test.
Note You need to log in before you can comment on or make changes to this bug.