- From: Tony Gentilcore <tonyg@google.com>
- Date: Mon, 31 Jan 2011 21:11:38 -0800
- To: Anderson Quach <aquach@microsoft.com>
- Cc: public-web-perf <public-web-perf@w3.org>
Cool, thanks for the new tests. > test_performance_attributes_exist.htm LGTM > test_readwrite.htm LGTM > test_timing_client_redirect.htm The third test which tests that the navigation type is TYPE_NAVIGATE isn't correct. If I reload the page, it fails because the navigation type is correctly TYPE_RELOAD. The three navigation types each need tests which navigate an iframe using location.href='page2.html' for TYPE_NAVIGATE, location.reload() for TYPE_RELOAD and history.back() for TYPE_BACK_FORWARD. We can't rely on any test of navigation type in the main frame. > test_unique_performance_objects.htm LGTM
Received on Tuesday, 1 February 2011 07:43:02 UTC