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