<html>
<body>
<input type='range' value='1' min='0' max='2' aria-valuetext='medium'>
<label for='in2'>This is a test label
<input type='range' value='0' min='0' max='2' aria-valuetext='small'>
</label>
</body>
</html>
<html>
<body>
<input type='range' value='1' min='0' max='2' aria-valuetext='medium'>
<label for='in2'>This is a test label
<input type='range' value='0' min='0' max='2' aria-valuetext='small'>
</label>
</body>
</html>