Navigation Timing L2 and Performance Timeline Test Cases

I have submitted two new test cases to the submission folder:

Performance Timeline
This test case tests if the performance.getEntries(), performance.getEntriesByName(), and performance.getEntriesByType() functions are supported.

http://w3c-test.org/webperf/tests/submission/Microsoft/PerformanceTimeline/test_performance_timeline_functions.html


Navigation Timing L2
This test case tests basic Navigation Timing L2 support by testing if the performance.getEntries()[0], performance.getEntriesByName('document'), and performance.getEntriesByType('navigation') return a PerformanceNavigationTiming object.

http://w3c-test.org/webperf/tests/submission/Microsoft/NavigationTimingL2/test_navigation_timing2_objects.html

Please review and provide feedback.

Thanks,
Jatinder

Received on Wednesday, 17 July 2013 16:26:15 UTC