Unreviewed. Normalize test names.
authorloislo@chromium.org <loislo@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 23 Sep 2011 17:03:31 +0000 (17:03 +0000)
committerloislo@chromium.org <loislo@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 23 Sep 2011 17:03:31 +0000 (17:03 +0000)
* inspector/performance/resources/first-open-elements.html:
* inspector/performance/resources/first-open-resources.html:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@95828 268f45cc-cd09-0410-ab3c-d52691b4dbfc

LayoutTests/ChangeLog
LayoutTests/inspector/performance/resources/first-open-elements.html
LayoutTests/inspector/performance/resources/first-open-resources.html

index 1ad15f3..a9528ca 100644 (file)
@@ -1,3 +1,10 @@
+2011-09-23  Ilya Tikhonovsky  <loislo@chromium.org>
+
+        Unreviewed. Normalize test names.
+
+        * inspector/performance/resources/first-open-elements.html:
+        * inspector/performance/resources/first-open-resources.html:
+
 2011-09-23  Yael Aharon  <yael.aharon@nokia.com>
 
         Fix typo in file name from http://trac.webkit.org/changeset/95813.
index cfa1272..1841083 100644 (file)
@@ -14,7 +14,7 @@ function test()
         WebInspector.showPanel("audits");
         WebInspector.domAgent._setDocument(null);
 
-        var showPanelTimerCookie = timer.start("elements-panel-show");
+        var showPanelTimerCookie = timer.start("first-open-elements");
         InspectorTest.addBackendResponseSniffer(DOMAgent, "requestChildNodes", function() {
             timer.finish(showPanelTimerCookie);
             timer.done();
index 6a536cd..427cf1c 100644 (file)
@@ -13,7 +13,7 @@ function test()
     {
         WebInspector.showPanel("audits");
 
-        var showPanelTimerCookie = timer.start("resources-panel-show");
+        var showPanelTimerCookie = timer.start("first-open-resources");
         InspectorTest.addBackendResponseSniffer(PageAgent, "getResourceContent", function() {
             timer.finish(showPanelTimerCookie);
             timer.done();