Files
servo/tests/wpt/css-tests/css-images-3_dev/html/support/nav-dir-target-004-frame.html

14 lines
579 B
HTML

<!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:lstorset@opera.com" rel="reviewer" title="Leif Arne Storset">
<link href="mailto:rhauck@adobe.com" rel="reviewer" title="Rebecca Hauck"><!-- 07-18-2013 -->
<style>
#start {
nav-up: #finish "frame";
}
</style>
</head><body>
<p><a href="" id="start">START</a> <a href="" id="finish">FINISH</a></p>
</body></html>