| Yoav Weiss | 6f84a2a | 2019-04-23 13:18:26 | [diff] [blame] | 1 | <!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> |
| 12 | open_test_window("resources/embed-navigate-back.html", "Test that embed navigations are not observable by the parent, even after history navigations by the parent"); |
| 13 | open_test_window("resources/embed-navigate-back.html?crossorigin", "Test that crossorigin embed navigations are not observable by the parent, even after history navigations by the parent"); |
| 14 | open_test_window("resources/embed-navigate.html", "Test that embed navigations are not observable by the parent"); |
| 15 | open_test_window("resources/embed-navigate.html?crossorigin", "Test that crossorigin embed navigations are not observable by the parent"); |
| 16 | open_test_window("resources/embed-refresh.html", "Test that embed refreshes are not observable by the parent"); |
| 17 | open_test_window("resources/embed-refresh.html?crossorigin", "Test that crossorigin embed refreshes are not observable by the parent"); |
| 18 | </script> |
| 19 | |