From 0ebfa91e53d77d103822526b640214fbf0f9775e Mon Sep 17 00:00:00 2001 From: "loislo@chromium.org" Date: Fri, 23 Sep 2011 17:03:31 +0000 Subject: [PATCH] Unreviewed. Normalize test names. * 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 | 7 +++++++ .../inspector/performance/resources/first-open-elements.html | 2 +- .../inspector/performance/resources/first-open-resources.html | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 1ad15f3..a9528ca 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,10 @@ +2011-09-23 Ilya Tikhonovsky + + Unreviewed. Normalize test names. + + * inspector/performance/resources/first-open-elements.html: + * inspector/performance/resources/first-open-resources.html: + 2011-09-23 Yael Aharon Fix typo in file name from http://trac.webkit.org/changeset/95813. diff --git a/LayoutTests/inspector/performance/resources/first-open-elements.html b/LayoutTests/inspector/performance/resources/first-open-elements.html index cfa1272..1841083 100644 --- a/LayoutTests/inspector/performance/resources/first-open-elements.html +++ b/LayoutTests/inspector/performance/resources/first-open-elements.html @@ -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(); diff --git a/LayoutTests/inspector/performance/resources/first-open-resources.html b/LayoutTests/inspector/performance/resources/first-open-resources.html index 6a536cd..427cf1c 100644 --- a/LayoutTests/inspector/performance/resources/first-open-resources.html +++ b/LayoutTests/inspector/performance/resources/first-open-resources.html @@ -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(); -- 2.7.4