| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/support/nav-dir-target-002-frame.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/support/nav-dir-target-002-frame.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/support/nav-dir-target-002-frame.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..63095a8646d8b31cda0a02838088c9fe2a1c1879
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/support/nav-dir-target-002-frame.html
|
| @@ -0,0 +1,13 @@
|
| +<!DOCTYPE html>
|
| +<title>CSS Basic User Interface Test: Directional Focus Navigation - frame with: #start { nav-down: #finish root }</title>
|
| +<link rel="author" title="Jorrit Vermeiren" href="mailto:jorritv@opera.com">
|
| +<link rel="reviewer" title="Leif Arne Storset" href="mailto:lstorset@opera.com">
|
| +<link rel="reviewer" title="Rebecca Hauck" href="mailto:rhauck@adobe.com"><!-- 07-18-2013 -->
|
| +<style>
|
| + #start {
|
| + nav-down: #finish root;
|
| + }
|
| +</style>
|
| +<body>
|
| + <p><a href="" id="start">START</a> <a href="" id="finish">ignore</a></p>
|
| +</body>
|
|
|