author | Emilio Cobos Álvarez <emilio@crisal.io> |
Sun, 23 Jul 2017 05:00:15 +0200 | |
changeset 370540 | cab53621bfee5fc6f3b41b69f3ec73b40ab35b0d |
parent 370539 | 4698135a21b734ba1b7ba0096222b1cd7641d571 |
child 370541 | a4ae03c61b155067d5c815a4bc09ddc98b6ee86f |
push id | 32227 |
push user | kwierso@gmail.com |
push date | Tue, 25 Jul 2017 00:58:03 +0000 |
treeherder | mozilla-central@f6528783c525 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | heycam |
bugs | 1383001 |
milestone | 56.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/1383001-2.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/1383001-2.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="UTF-8"> +<script> +window.onload = () => { + a = document.createElement("p") + document.documentElement.appendChild(a) + a.animate([]) + document.designMode = 'on' + document.documentElement.appendChild(document.createElement("div")) +} +</script> +</head> +</html>
--- a/layout/style/crashtests/crashtests.list +++ b/layout/style/crashtests/crashtests.list @@ -181,9 +181,10 @@ load 1377256-1.html load 1378064-1.html load 1378814.html load 1380800.html load link-transition-before.html load 1381682.html load 1382672.html load 1382710.html load 1383001.html +load 1383001-2.html load 1383319.html