aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-animations-1_dev/xhtml1/support/nav-up-012-frame.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-animations-1_dev/xhtml1/support/nav-up-012-frame.html')
-rw-r--r--tests/wpt/css-tests/css-animations-1_dev/xhtml1/support/nav-up-012-frame.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/wpt/css-tests/css-animations-1_dev/xhtml1/support/nav-up-012-frame.html b/tests/wpt/css-tests/css-animations-1_dev/xhtml1/support/nav-up-012-frame.html
new file mode 100644
index 00000000000..1cbea11880a
--- /dev/null
+++ b/tests/wpt/css-tests/css-animations-1_dev/xhtml1/support/nav-up-012-frame.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html><head><title>CSS Basic User Interface Test: Directional Focus Navigation - frame with: #start { nav-up: #finish "frame" }</title>
+<link href="mailto:jorritv@opera.com" rel="author" title="Jorrit Vermeiren">
+<link href="mailto:d.glazman@partner.samsung.com" rel="author" title="Daniel Glazman">
+<style>
+ #start {
+ nav-up: #finish frame;
+ }
+</style>
+</head><body>
+ <p><a href="" id="finish">FINISH</a></p>
+ <p><a href="" id="start">START</a> </p>
+
+</body></html> \ No newline at end of file