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

Side by Side Diff: LayoutTests/inspector/sources/debugger/open-close-open-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 that scripts panel displays resource content correctly after the open - cl ose - open sequence. Bug 56747 1 Tests that scripts panel displays resource content correctly after the open - cl ose - open sequence. Bug 56747
2 2
3 Debugger was enabled.
4 3
5 Running: testSourceFrameContent 4 Running: testSourceFrameContent
6 ==Source frame contents start== 5 ==Source frame contents start==
7 6
8 7
9 8
10 9
11 <script> 10 <script>
12 11
13 function test() 12 function test()
(...skipping 13 matching lines...) Expand all
27 next(); 26 next();
28 } 27 }
29 } 28 }
30 ]); 29 ]);
31 } 30 }
32 }); 31 });
33 } 32 }
34 33
35 </script> 34 </script>
36 ==Source frame contents end== 35 ==Source frame contents end==
37 Debugger was disabled.
38 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698