chromium/content/test/data/accessibility/html/actions.html

<!--
@BLINK-ALLOW:actions*
-->
<!doctype html>
<html>
<head>
  <title>Actions</title>
</head>
<body style="height: 200vh;">
  <input role="slider" type="range"
         min="1"
         max="100"
         value="50"
         step="1"
         aria-valuemin="1"
         aria-valuemax="100"
         aria-valuenow="50">
  <input type="text" placeholder="Test textfield">
</body>
</html>