This test validates window.performance.timing remains constant when a document is replaced using document.open.
This page should be loaded with a yellow frame below. It then replaces the document in that frame with a green document.
The test passes if all of the checks to performance.timing are correct and the frame below ends with a green background.
Found 21 tests
Result | Test Name | Assertion | Message |
---|---|---|---|
Pass | window.performance is defined | The window.performance attribute provides a hosting area for performance related attributes. | |
Pass | connectEnd is the same after document open. | ||
Pass | connectStart is the same after document open. | ||
Pass | domComplete is the same after document open. | ||
Pass | domContentLoadedEventEnd is the same after document open. | ||
Pass | domContentLoadedEventStart is the same after document open. | ||
Pass | domInteractive is the same after document open. | ||
Pass | domLoading is the same after document open. | ||
Pass | domainLookupEnd is the same after document open. | ||
Pass | domainLookupStart is the same after document open. | ||
Pass | fetchStart is the same after document open. | ||
Pass | loadEventEnd is the same after document open. | ||
Pass | loadEventStart is the same after document open. | ||
Pass | navigationStart is the same after document open. | ||
Pass | redirectEnd is the same after document open. | ||
Pass | redirectStart is the same after document open. | ||
Pass | requestStart is the same after document open. | ||
Pass | responseEnd is the same after document open. | ||
Pass | responseStart is the same after document open. | ||
Pass | unloadEventEnd is the same after document open. | ||
Pass | unloadEventStart is the same after document open. |