chromium/third_party/blink/web_tests/external/wpt/css/css-ui/support/nav-dir-target-002-frame.html

<!DOCTYPE html>
<title>CSS Basic User Interface Test: Directional Focus Navigation - frame with: #start { nav-down: #finish root }</title>
<link rel="author" title="Jorrit Vermeiren" href="mailto:[email protected]">
<link rel="reviewer" title="Leif Arne Storset" href="mailto:[email protected]">
<link rel="reviewer" title="Rebecca Hauck" href="mailto:[email protected]"><!-- 07-18-2013 -->
<style>
    #start {
        nav-down: #finish root;
    }
</style>
<body>
    <p><a href="" id="start">START</a> <a href="" id="finish">ignore</a></p>
</body>