chromium/third_party/blink/web_tests/http/tests/security/frameNavigation/resources/iframe-that-performs-same-etld-plus-one-top-navigation-without-user-gesture.html

<html>
<body>
The navigation should succeed. This text shouldn't appear.
<script>
window.onload = function()
{
    top.location = "http://sub2.example.test:8000/security/frameNavigation/resources/navigation-changed-iframe.html";
}
</script>
</body>
</html>