author | Emilio Cobos Álvarez <emilio@crisal.io> |
Sun, 20 Aug 2017 09:15:58 +0200 | |
changeset 375829 | b45d12e72a83f317a9217edd152f2156516b176c |
parent 375828 | ff6b22bd01ad2d7a7fdc0264a8f10b1ec788ea8b |
child 375830 | 66dbb68fcf312b8878d2897447121a37f7f6f5d0 |
push id | 49194 |
push user | ecoal95@gmail.com |
push date | Sun, 20 Aug 2017 08:56:49 +0000 |
treeherder | autoland@b45d12e72a83 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | heycam |
bugs | 1391577 |
milestone | 57.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
layout/style/crashtests/1391577.html | file | annotate | diff | comparison | revisions | |
layout/style/crashtests/crashtests.list | file | annotate | diff | comparison | revisions |
new file mode 100644 --- /dev/null +++ b/layout/style/crashtests/1391577.html @@ -0,0 +1,14 @@ +<!doctype html> +<style> +.foo input[type="range"]::-moz-range-thumb:hover { + color: red; +} +</style> +<div> + <input type="range"></input> +</div> +<script> +onload = function() { + document.querySelector('div').classList.add('foo'); +} +</script>
--- a/layout/style/crashtests/crashtests.list +++ b/layout/style/crashtests/crashtests.list @@ -196,8 +196,9 @@ load link-transition-before.html load long-url-list-stack-overflow.html load 1383981.html load 1383981-2.html load 1384824-1.html load 1384824-2.html load 1387481-1.html load 1387499.html load 1388234.html +load 1391577.html