From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../test-timing-attributes-order.html | 111 +++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 testing/web-platform/tests/navigation-timing/test-timing-attributes-order.html (limited to 'testing/web-platform/tests/navigation-timing/test-timing-attributes-order.html') diff --git a/testing/web-platform/tests/navigation-timing/test-timing-attributes-order.html b/testing/web-platform/tests/navigation-timing/test-timing-attributes-order.html new file mode 100644 index 0000000000..5e885ea7ec --- /dev/null +++ b/testing/web-platform/tests/navigation-timing/test-timing-attributes-order.html @@ -0,0 +1,111 @@ + + + + + window.performance.timing attribute ordering on a simple navigation + + + + + + + + + + +

Description

+

This test validates the ordering of the window.performance.timing attributes.

+ +

This page should be loaded with a yellow background frame below which contains an unload event + handler.

+ +

After the page loads, the frame is navigated to a new blank page with a green background. At this point, the navigation timeline is verified

+ +

This test passes if all of the checks to the frame.window.performance.timing attributes are + correct throughout the navigation scenario and the frame below ends with a green background. + Otherwise, this test fails.

+ +

Setup

+ +
+
+ + + -- cgit v1.2.3