X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Finspector%2Fsources%2Fdebugger%2Fskip-pauses-until-reload.html;h=9a19dcc9ff0d30fbda34349f4ef4a608e52c3a60;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=9bca1e4b37780c78781dbcecfdcd74535f2d7a63;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/inspector/sources/debugger/skip-pauses-until-reload.html b/src/third_party/WebKit/LayoutTests/inspector/sources/debugger/skip-pauses-until-reload.html index 9bca1e4..9a19dcc 100644 --- a/src/third_party/WebKit/LayoutTests/inspector/sources/debugger/skip-pauses-until-reload.html +++ b/src/third_party/WebKit/LayoutTests/inspector/sources/debugger/skip-pauses-until-reload.html @@ -69,7 +69,6 @@ function test() function didResolveNode(node) { - WebInspector.inspectorView.showPanel("elements"); var pane = WebInspector.domBreakpointsSidebarPane; InspectorTest.addResult("Set up DOM breakpoints."); pane._setBreakpoint(node, pane._breakpointTypes.SubtreeModified, true); @@ -80,7 +79,6 @@ function test() function setUpEventBreakpoints() { - WebInspector.inspectorView.showPanel("sources"); var pane = WebInspector.panels.sources.sidebarPanes.eventListenerBreakpoints; InspectorTest.addResult("Set up Event breakpoints."); pane._setBreakpoint("listener:click");