diff options
Diffstat (limited to 'testing/web-platform/tests/navigation-api/navigate-event/resources/navigatesuccess-cross-document-helper.html')
-rw-r--r-- | testing/web-platform/tests/navigation-api/navigate-event/resources/navigatesuccess-cross-document-helper.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/web-platform/tests/navigation-api/navigate-event/resources/navigatesuccess-cross-document-helper.html b/testing/web-platform/tests/navigation-api/navigate-event/resources/navigatesuccess-cross-document-helper.html new file mode 100644 index 0000000000..aabc5015a9 --- /dev/null +++ b/testing/web-platform/tests/navigation-api/navigate-event/resources/navigatesuccess-cross-document-helper.html @@ -0,0 +1,6 @@ +<!doctype html> +<head> +<script> +navigation.onnavigatesuccess = () => top.postMessage("navigatesuccess received"); +</script> +</head> |