aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transitions-1_dev/xhtml1/reference/support/nav-up-012-frame.html
blob: 1cbea11880ac2cdf6cf57bef9ec624e5bf0e4be7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html><head><title>CSS Basic User Interface Test: Directional Focus Navigation - frame with: #start { nav-up: #finish "frame" }</title>
<link href="mailto:jorritv@opera.com" rel="author" title="Jorrit Vermeiren">
<link href="mailto:d.glazman@partner.samsung.com" rel="author" title="Daniel Glazman">
<style>
    #start {
        nav-up: #finish frame;
    }
</style>
</head><body>
    <p><a href="" id="finish">FINISH</a></p>
    <p><a href="" id="start">START</a> </p>

</body></html>