mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update web-platform-tests to revision 58b72393db0bd273bb93268c33666cf893feb985
This commit is contained in:
parent
43a4f01647
commit
64e0a52537
12717 changed files with 59835 additions and 59820 deletions
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<title>CSS Basic User Interface Test: Directional Focus Navigation - unkown element id</title>
|
||||
<link rel="author" title="Florian Rivoal" href="mailto:florian@rivoal.net">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-ui-4/#nav-dir">
|
||||
<meta name="flags" content="interact">
|
||||
<meta name="assert" content="Test checks that an unknow element id used as the value of the 'nav-up' property value does not hinder normal spacial navigation.">
|
||||
<style>
|
||||
#start {
|
||||
nav-up: #foo;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>First, use directional navigation to navigate the focus to the "START" link below.</p>
|
||||
<!-- In Opera 12.16, directional navigation may be done using Shift+<arrow key>.
|
||||
In the SmartTV emulator, use the keypad in the GUI. -->
|
||||
<p>Test passes if navigating up moves the focus to the "FINISH" link.</p>
|
||||
|
||||
<a href="" id="finish">FINISH</a><br>
|
||||
<a href="" id="start">START</a>
|
||||
</body></html>
|
Loading…
Add table
Add a link
Reference in a new issue