Bug 1839526 [wpt PR 40658] - Update wpt metadata, a=testonly
[gecko.git] / layout / style / crashtests / 1391577.html
blobb0e3211c65fea429c14acf776e414dd2bc0f46e1
1 <!doctype html>
2 <style>
3 .foo input[type="range"]::-moz-range-thumb:hover {
4 color: red;
6 </style>
7 <div>
8 <input type="range"></input>
9 </div>
10 <script>
11 onload = function() {
12 document.querySelector('div').classList.add('foo');
14 </script>