summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ui/support/nav-dir-target-005-frame.html
blob: caa9b60c8c6e8b0695d8c3ab6d79021a4f4b7f8f (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-left: #finish "sibling" }</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-left: #finish "sibling";
    }
</style>
<body>
    <p><a href="" id="finish">ignore</a> <a href="" id="start">START</a></p>
</body>