tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / fast / js / script-tests / debugger.js
1 description(
2 "This file tests whether the 'debugger' statement throws a syntax error. (IE respects 'debugger' as a statement that behaves like a breakpoint)."
3 );
4
5 debugger
6 debugger;