summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ui/support/nav-dir-target-002-frame.html
blob: 63095a8646d8b31cda0a02838088c9fe2a1c1879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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:jorritv@opera.com">
<link rel="reviewer" title="Leif Arne Storset" href="mailto:lstorset@opera.com">
<link rel="reviewer" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"><!-- 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>