blob: 32ab21633c669ccf1db59f3cd4667dd2ce810e79 [file] [log] [blame]
Yoav Weiss6f84a2a2019-04-23 13:18:261<!DOCTYPE html>
2<html>
3<head>
4<meta charset="utf-8" />
5<meta name=timeout content=long>
6<title>Resource Timing embed navigate - back button navigation</title>
7<script src="/resources/testharness.js"></script>
8<script src="/resources/testharnessreport.js"></script>
9<script src="/common/get-host-info.sub.js"></script>
10<script src="resources/nested-contexts.js"></script>
11<script>
Tom McKee258520b2021-09-28 15:52:5312 open_test_window("resources/iframe-navigate-back.html",
Noam Rosenthal93367ac2022-05-10 12:49:2613 "Test that iframe navigations are not observable by the parent, even after history navigations by the parent");
Tom McKee258520b2021-09-28 15:52:5314 open_test_window("resources/iframe-navigate-back.html?crossorigin",
Noam Rosenthal93367ac2022-05-10 12:49:2615 "Test that crossorigin iframe navigations are not observable by the parent, even after history navigations by the parent");
16 open_test_window("resources/iframe-navigate-back.html?cross-site",
17 "Test that cross-site iframe navigations are not observable by the parent, even after history navigations by the parent");
Tom McKee258520b2021-09-28 15:52:5318 open_test_window("resources/iframe-navigate.html",
19 "Test that iframe navigations are not observable by the parent");
20 open_test_window("resources/iframe-navigate.html?crossorigin",
Noam Rosenthal93367ac2022-05-10 12:49:2621 "Test that crossorigin iframe navigations are not observable by the parent");
22 open_test_window("resources/iframe-navigate.html?cross-site",
23 "Test that cross-site iframe navigations are not observable by the parent");
Tom McKee258520b2021-09-28 15:52:5324 open_test_window("resources/iframe-refresh.html",
25 "Test that iframe refreshes are not observable by the parent");
26 open_test_window("resources/iframe-refresh.html?crossorigin",
27 "Test that crossorigin iframe refreshes are not observable by the parent");
Noam Rosenthal93367ac2022-05-10 12:49:2628 open_test_window("resources/iframe-refresh.html?cross-site",
29 "Test that cross-site iframe refreshes are not observable by the parent");
30
Yoav Weiss6f84a2a2019-04-23 13:18:2631</script>
32