diff --git a/test/jdk/javax/accessibility/manual/SliderDemo.html b/test/jdk/javax/accessibility/manual/SliderDemo.html
new file mode 100644
index 00000000000..7f7ff85995e
--- /dev/null
+++ b/test/jdk/javax/accessibility/manual/SliderDemo.html
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+ | S.No |
+ Test |
+ Scenario |
+
+
+ | 1 |
+ Test Slider Demo (test different Sliders and its values should changing when
+ different keys are pressed and mouse drag and click action are performed). |
+
+
+ - Tab or use array keys until the Slider icon
has focus on it.
+ - Press 'space' to choose Slider Demo. Press tab key to move the focus on the slider.
+ - Pressing Left / Down arrow keys will decrease the Slider value.
+ - Pressing Right / Up arrow keys will increase the Slider value.
+ - Pressing Home key Slider value is set to initial value
+ - Pressing End key Slider value is set to final or maximum value
+ - Pressing PageUp / PageDown key Slider value is jump to the value range
+ value set.
+ - Use mouse to drag the slider head or thumb to increase or decrease the slider value.
+ - Disabled Slider value will not change.
+
+
+ |
+
+
+ |
+ Expected Result
+ |
+
+
+ |
+ Verify that Slider value should change according to the Key press key release and mouse
+ action.
+ |
+
+
+ | Note: actual component appearence may vary depending on look and
+ feel. |
+
+
+
+
diff --git a/test/jdk/javax/accessibility/manual/SliderDemo.java b/test/jdk/javax/accessibility/manual/SliderDemo.java
new file mode 100644
index 00000000000..a721473f2bc
--- /dev/null
+++ b/test/jdk/javax/accessibility/manual/SliderDemo.java
@@ -0,0 +1,28 @@
+/*
+ * Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 only, as
+ * published by the Free Software Foundation.
+ *
+ * This code is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+ * version 2 for more details (a copy is included in the LICENSE file that
+ * accompanied this code).
+ *
+ * You should have received a copy of the GNU General Public License version
+ * 2 along with this work; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
+ */
+/*
+@test
+@key headful
+@summary manual test for accessibility Slider demo
+@run main/manual SwingSetTest SliderDemo
+*/
diff --git a/test/jdk/javax/accessibility/manual/resource/Slider.png b/test/jdk/javax/accessibility/manual/resource/Slider.png
new file mode 100644
index 00000000000..08a03b2bce5
Binary files /dev/null and b/test/jdk/javax/accessibility/manual/resource/Slider.png differ
diff --git a/test/jdk/javax/accessibility/manual/resource/jsliderIcon.gif b/test/jdk/javax/accessibility/manual/resource/jsliderIcon.gif
new file mode 100644
index 00000000000..61924f50ea5
Binary files /dev/null and b/test/jdk/javax/accessibility/manual/resource/jsliderIcon.gif differ