Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / debugger / script-formatter-expected.txt
1 Tests the script formatting functionality.
2
3 Debugger was enabled.
4
5 Running: testScriptFormatterWorker
6
7 Running: testSourceMapping
8
9 Running: testFormatInlinedScripts
10 <html><body><script>
11 function f() {
12 }
13 </script><script>
14 function g() {
15 **var a;
16 **if (a)
17 ****return;
18 }
19 </script></body></html>
20 Debugger was disabled.
21