Title: [129865] trunk/LayoutTests
Revision
129865
Author
[email protected]
Date
2012-09-28 02:26:28 -0700 (Fri, 28 Sep 2012)

Log Message

Unreviewed test fix.

* inspector/debugger/ui-source-code-display-name.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (129864 => 129865)


--- trunk/LayoutTests/ChangeLog	2012-09-28 09:24:47 UTC (rev 129864)
+++ trunk/LayoutTests/ChangeLog	2012-09-28 09:26:28 UTC (rev 129865)
@@ -1,3 +1,9 @@
+2012-09-28  Vsevolod Vlasov  <[email protected]>
+
+        Unreviewed test fix.
+
+        * inspector/debugger/ui-source-code-display-name.html:
+
 2012-09-19  Vsevolod Vlasov  <[email protected]>
 
         Web Inspector: Prepare UISourceCode to transformation into File.

Modified: trunk/LayoutTests/inspector/debugger/ui-source-code-display-name.html (129864 => 129865)


--- trunk/LayoutTests/inspector/debugger/ui-source-code-display-name.html	2012-09-28 09:24:47 UTC (rev 129864)
+++ trunk/LayoutTests/inspector/debugger/ui-source-code-display-name.html	2012-09-28 09:26:28 UTC (rev 129865)
@@ -4,6 +4,7 @@
 <script>
 function test()
 {
+    WebInspector.showPanel("scripts");
     function dumpUISourceCodeDisplayName(url)
     {
         var uiSourceCode = new WebInspector.UISourceCode(url, null);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to