| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/support/nav-right-013-frame.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/support/nav-right-013-frame.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/support/nav-right-013-frame.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e133d15473c5714b01a4450da8f68a4a61b83c8a
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-ui-3/support/nav-right-013-frame.html
|
| @@ -0,0 +1,12 @@
|
| +<!DOCTYPE html>
|
| +<title>CSS Basic User Interface Test: Directional Focus Navigation - frame with: #start { nav-right: #finish "sibling" }</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-right: #finish "sibling";
|
| + }
|
| +</style>
|
| +<body>
|
| + <p><a href="" id="finish">ignore</a> <a href="" id="start">START</a></p>
|
| +</body>
|
|
|