aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/html/reference/transform-input-015-ref.htm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wpt/css-tests/css-transforms-1_dev/html/reference/transform-input-015-ref.htm')
-rw-r--r--tests/wpt/css-tests/css-transforms-1_dev/html/reference/transform-input-015-ref.htm33
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/wpt/css-tests/css-transforms-1_dev/html/reference/transform-input-015-ref.htm b/tests/wpt/css-tests/css-transforms-1_dev/html/reference/transform-input-015-ref.htm
new file mode 100644
index 00000000000..83e6e94c2a5
--- /dev/null
+++ b/tests/wpt/css-tests/css-transforms-1_dev/html/reference/transform-input-015-ref.htm
@@ -0,0 +1,33 @@
+<!DOCTYPE html>
+<html><head>
+ <title>CSS Reftest Reference</title>
+ <link href="mailto:ayg@aryeh.name" rel="author" title="Aryeh Gregor">
+ <style>
+ input {
+ margin: 10px;
+ position: relative;
+ }
+ p + input + input {
+ left: -10px;
+ }
+ p + input + input + input {
+ left: 10px;
+ }
+ p + input + input + input + input {
+ top: -10px;
+ }
+ p + input + input + input + input + input {
+ top: 10px;
+ }
+ </style>
+ </head>
+ <body>
+ <p>type=range</p>
+ <input max="1000" type="range" value="613" min="0">
+ <input max="1000" type="range" value="613" min="0">
+ <input max="1000" type="range" value="613" min="0">
+ <input max="1000" type="range" value="613" min="0">
+ <input max="1000" type="range" value="613" min="0">
+
+
+</body></html> \ No newline at end of file