| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/support/nav-left-010-frame.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/support/nav-left-010-frame.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/support/nav-left-010-frame.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e09a3750a934b052c9df7471f4066be80214489e
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/support/nav-left-010-frame.html
|
| @@ -0,0 +1,12 @@
|
| +<!DOCTYPE html>
|
| +<title>CSS Basic User Interface Test: Directional Focus Navigation - frame with: #start { nav-left: #finish root }</title>
|
| +<link rel="author" title="Jorrit Vermeiren" href="mailto:jorritv@opera.com">
|
| +<link rel="author" title="Daniel Glazman" href="mailto:d.glazman@partner.samsung.com">
|
| +<style>
|
| + #start {
|
| + nav-left: #finish root;
|
| + }
|
| +</style>
|
| +<body>
|
| + <p><a href="" id="start">START</a> <a href="" id="finish">ignore</a></p>
|
| +</body>
|
|
|