Index: LayoutTests/inspector/debugger/scripts-panel.html |
=================================================================== |
--- LayoutTests/inspector/debugger/scripts-panel.html (revision 97058) |
+++ LayoutTests/inspector/debugger/scripts-panel.html (working copy) |
@@ -6,6 +6,9 @@ |
function test() |
{ |
+ // Always use indentation in scripts drop box |
+ WebInspector._isMac = false; |
+ |
function createDebuggerPresentationModelMock() |
{ |
var model = new WebInspector.Object(); |