chromium/content/test/data/accessibility/accname/name-radio-label-embedded-slider.html

<!--
@BLINK-DENY:descri*
-->
<!doctype html>
<html>
<body>
<input type="radio" id="test" />
<label for="test">foo
<input role="slider"
       type="range"
       value="5"
       min="1"
       max="10"
       aria-valuenow="5"
       aria-valuemin="1"
       aria-valuemax="10"> baz
</label>
</body>
</html>