Implementation Report for Navigation Timing and test failure

I created a preliminary implementation report as part of publishing the
CR:
 http://www.w3.org/2011/03/navigation-timing-report.html

(I'll let you guess which ones are Chrome 10 and IE9)

Both implementations are failing 
 http://w3c-test.org/webperf/tests/approved/test_document_open.htm

Chrome10 reporting:
 assert_equals:
 loadEventEnd is the same after document open.
 expected 1300224262997 got 1300224263067

 assert_equals:
 loadEventStart is the same after document open.
 expected 1300224262997 got 1300224263067

IE9 shows a 404 on blank_page_yellow.htm


In addition, Chrome10 goes into an infinite loop for
http://w3c-test.org/webperf/tests/approved/test_navigation_type_backforward.htm
(it seems more of a problem with the test than a problem with the
performance implementation)

Philippe

Received on Tuesday, 15 March 2011 21:30:20 UTC