From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel.baumann@progress-linux.org>
Date: Sun, 7 Apr 2024 11:22:09 +0200
Subject: Adding upstream version 110.0.1.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
---
 .../web-platform/tests/css/css-ui/nav-up-011.html  | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 testing/web-platform/tests/css/css-ui/nav-up-011.html

(limited to 'testing/web-platform/tests/css/css-ui/nav-up-011.html')

diff --git a/testing/web-platform/tests/css/css-ui/nav-up-011.html b/testing/web-platform/tests/css/css-ui/nav-up-011.html
new file mode 100644
index 0000000000..15cccc5b20
--- /dev/null
+++ b/testing/web-platform/tests/css/css-ui/nav-up-011.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<title>CSS Basic User Interface Test: Directional Focus Navigation - named target frame for 'nav-up'</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">
+<link rel="contributor" title="Daniel Glazman" href="mailto:d.glazman@partner.samsung.com">
+<link rel="help" href="https://drafts.csswg.org/css-ui-4/#nav-dir">
+<meta name="flags" content="interact">
+<meta name="assert" content="Test checks that a named target frame value is respected for 'nav-up'.">
+<style>
+    #start {
+        nav-up: #finish "frame";
+    }
+</style>
+<body>
+    <p>First, use directional navigation to navigate the focus to the "START" link below.</p>
+    <!-- In Opera 12.16, directional navigation may be done using Shift+<arrow key>.
+         In the SmartTV emulator, use the keypad in the GUI. -->
+    <p>Test passes if navigating up once moves the focus to the "FINISH" link.</p>
+
+    <p><a href="" id="finish">ignore</a></p>
+    <p><a href="" id="start">START</a></p>
+
+    <iframe src="support/nav-up-011-frame.html" name="frame"></iframe>
+</body>
-- 
cgit v1.2.3