Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Side by Side Diff: LayoutTests/inspector/sources/debugger/script-formatter-expected.txt

Issue 316403002: DevTools: cleanup debugger tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests the script formatting functionality. 1 Tests the script formatting functionality.
2 2
3 Debugger was enabled.
4 3
5 Running: testScriptFormatterWorker 4 Running: testScriptFormatterWorker
6 5
7 Running: testSourceMapping 6 Running: testSourceMapping
8 7
9 Running: testFormatInlinedScripts 8 Running: testFormatInlinedScripts
10 <html><body><script> 9 <html><body><script>
11 function f() { 10 function f() {
12 } 11 }
13 </script><script> 12 </script><script>
14 function g() { 13 function g() {
15 **var a; 14 **var a;
16 **if (a) 15 **if (a)
17 ****return; 16 ****return;
18 } 17 }
19 </script></body></html> 18 </script></body></html>
20 Debugger was disabled.
21 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698