summaryrefslogtreecommitdiffstats
path: root/layout/reftests/forms/input/range/range-track-bg-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/forms/input/range/range-track-bg-ref.html')
-rw-r--r--layout/reftests/forms/input/range/range-track-bg-ref.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/forms/input/range/range-track-bg-ref.html b/layout/reftests/forms/input/range/range-track-bg-ref.html
new file mode 100644
index 0000000000..e99d3d0bfd
--- /dev/null
+++ b/layout/reftests/forms/input/range/range-track-bg-ref.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<style>
+input[orient="horizontal"]::-moz-range-track {
+ background-color: green;
+ block-size: 0.2em;
+ inline-size: 100%;
+}
+input[orient="vertical"]::-moz-range-track {
+ background-color: green;
+ inline-size: 0.2em;
+ block-size: 100%;
+}
+</style>
+<input type="range" orient="horizontal">
+<input type="range" orient="vertical">