1<!DOCTYPE HTML> 2<html> 3<head> 4<title> Slider thumb should eat event </title> 5</head> 6 7<body> 8<p> 9This test case verifies that an event should be comsumed <br> 10by the slider thumb element when pressed on it, to prevent<br> 11the event been used for page zooming or scrolling. <br><br> 12 13Steps to verify:<br> 141. Zoom in the page.<br> 152. Press and drag the slider thumb.<br><br> 16 17If the slider changes but the page stays, it SUCCEEDS.<br> 18othersie, if the page scrolls, it FAILS.<br><br> 19 20range: <input type="range" min="0" max="100" step="1" /><br> 21</body> 22</html> 23