blob: 6a01f03a9ce2fde7c7f2ad3526ee281222192096 [file] [log] [blame]
Tests the script formatting functionality.
Debugger was enabled.
Running: testScriptFormatterWorker
Running: testSourceMapping
Running: testFormatInlinedScripts
<html><body><script>
function f() {
}
</script><script>
function g() {
**var a;
**if (a)
****return;
}
</script></body></html>
Debugger was disabled.