testing/web-platform/tests/html/semantics/forms/the-input-element/range-tick-marks-01-notref.html
author Florian Quèze <florian@queze.net>
Tue, 08 Jul 2025 20:48:53 +0000 (8 hours ago)
changeset 795809 b01190f141a12f4b506acb1f4476561c4b0f2407
parent 643904 79dd2b51b7b62ea6fd70fc654c63de45a232a08c
permissions -rw-r--r--
Bug 1960567 - remove the last C++ and scriptable APIs to accumulate data to legacy telemetry histograms, r=chutten. Differential Revision: https://phabricator.services.mozilla.com/D255582
<!doctype html>
<title>LTR range input with datalist reference</title>
<input type="range" min="-100" max="100" value="0" step="10" name="power" list="powers">