blob: 931e80b972fda991bbcbebcca32682705cfb62ac [file] [log] [blame]
Leif Arne Storsetf394a9f2013-07-16 15:17:091<!DOCTYPE html>
2<title>CSS Basic User Interface Test: Directional Focus Navigation - named target frame</title>
Leif Arne Storset7cf91482013-07-17 12:23:553<link rel="author" title="Jorrit Vermeiren" href="mailto:jorritv@opera.com">
4<link rel="reviewer" title="Leif Arne Storset" href="mailto:lstorset@opera.com">
Rebecca Hauckbc0e2e42013-07-18 23:31:185<link rel="reviewer" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"><!-- 07-18-2013 -->
Leif Arne Storsetf394a9f2013-07-16 15:17:096<link rel="help" href="http://www.w3.org/TR/css3-ui/#nav-dir">
7<meta name="flags" content="interact">
8<meta name="assert" content="Test checks that a named target frame value is respected.">
9<style>
10 #start {
11 nav-right: #finish "frame";
12 }
13</style>
14<body>
15 <p>First, use directional navigation to navigate the focus to the "START" link below.</p>
Leif Arne Storset357e85e2013-07-17 12:26:2216 <!-- In Opera 12.16, directional navigation may be done using Shift+<arrow key>.
17 In the SmartTV emulator, use the keypad in the GUI. -->
Leif Arne Storsetf394a9f2013-07-16 15:17:0918 <p>Test passes if navigating right once moves the focus to the "FINISH" link.</p>
19
20 <p><a href="" id="start">START</a> <a href="" id="finish">ignore</a></p>
21
22 <iframe src="support/nav-dir-target-003-frame.html" name="frame"></iframe>
23</body>