Files
servo/tests/wpt/css-tests/css-ui-3_dev/xhtml1print/support/nav-dir-target-005-frame.html

14 lines
587 B
HTML

<!DOCTYPE html>
<html><head><title>CSS Basic User Interface Test: Directional Focus Navigation - frame with: #start { nav-left: #finish "sibling" }</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-left: #finish "sibling";
}
</style>
</head><body>
<p><a href="" id="finish">ignore</a> <a href="" id="start">START</a></p>
</body></html>