summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/forms/the-input-element/range-setattribute-value-ref.html
blob: 71a44cdf2fad8c0657821c7c23af77296bdfea2f (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<meta charset="utf-8">
<title>range input element setAttribute value appearance</title>

<p>Test passes if the range element below visually has its slider at 2/10 from the left</p>

<input type=range min=0 max=10 value=2></input>