Title: [96210] trunk/LayoutTests
Revision
96210
Author
[email protected]
Date
2011-09-28 02:42:14 -0700 (Wed, 28 Sep 2011)

Log Message

Unreviewed fix for test.

* inspector/performance/resources/inspector-startup-time.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (96209 => 96210)


--- trunk/LayoutTests/ChangeLog	2011-09-28 09:30:27 UTC (rev 96209)
+++ trunk/LayoutTests/ChangeLog	2011-09-28 09:42:14 UTC (rev 96210)
@@ -1,5 +1,11 @@
 2011-09-28  Ilya Tikhonovsky  <[email protected]>
 
+        Unreviewed fix for test.
+
+        * inspector/performance/resources/inspector-startup-time.html:
+
+2011-09-28  Ilya Tikhonovsky  <[email protected]>
+
         Web Inspector: UI performance test for Inspector start-up time is required.
         https://bugs.webkit.org/show_bug.cgi?id=68986
 

Modified: trunk/LayoutTests/inspector/performance/resources/inspector-startup-time.html (96209 => 96210)


--- trunk/LayoutTests/inspector/performance/resources/inspector-startup-time.html	2011-09-28 09:30:27 UTC (rev 96209)
+++ trunk/LayoutTests/inspector/performance/resources/inspector-startup-time.html	2011-09-28 09:42:14 UTC (rev 96210)
@@ -16,7 +16,7 @@
 
 function inspectorIsReady()
 {
-    times.push(Date() - startTime);
+    times.push(Date.now() - startTime);
     if (Date.now() - testStartTime > 20000) {
         layoutTestController.evaluateInWebInspector(2, "InspectorTest.dumpTestStats('inspector-startup-time', " + JSON.stringify(times) + ")")
         layoutTestController.evaluateInWebInspector(3, "(InspectorTest.completeTest())")
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to