author | Jason Kratzer <jkratzer@mozilla.com> |
Tue, 17 Apr 2018 20:43:05 +0200 | |
changeset 414078 | b657b7a34615a3febf6bc83ff85623ae4476233f |
parent 414077 | 9a1f9331799726cf875cef4d2c2fa8a0f3aaa623 |
child 414079 | ed93e3547096537e7cd76cdae83e83573c30dcb3 |
push id | 102258 |
push user | ecoal95@gmail.com |
push date | Tue, 17 Apr 2018 18:46:37 +0000 |
treeherder | mozilla-inbound@b657b7a34615 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | emilio |
bugs | 1453342 |
milestone | 61.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/base/crashtests/1453342.html | file | annotate | diff | comparison | revisions | |
layout/base/crashtests/crashtests.list | file | annotate | diff | comparison | revisions |
new file mode 100644 --- /dev/null +++ b/layout/base/crashtests/1453342.html @@ -0,0 +1,31 @@ +<html class="reftest-wait"> +<style id='style'> + :first-of-type { + scroll-snap-coordinate: 0 right top; + grid-column-gap: initial; + outline-width: 68.8101389898pc; + text-decoration: inherit; + font-variant-ligatures: inherit; + display: contents; + mix-blend-mode: color; + will-change: hyphens; + } +</style> +<script> + function frameLoader() { + this.contentDocument.writeln("<svg><set attributeName='w'>"); + document.getElementById('style').type = document.getElementById('style').type; + document.documentElement.classList.remove("reftest-wait"); + } + + function start() { + // DDBEGIN + o1 = document.createElementNS('http://www.w3.org/1998/Math/MathML', 'mroot'); + o2 = document.createElement('frame'); + document.documentElement.appendChild(o1); + document.documentElement.appendChild(o2); + o2.addEventListener('load', frameLoader); + } + window.addEventListener('load', start) +</script> +</html>
--- a/layout/base/crashtests/crashtests.list +++ b/layout/base/crashtests/crashtests.list @@ -523,8 +523,9 @@ load 1435015.html load 1429962.html pref(dom.webcomponents.shadowdom.enabled,true) load 1439016.html load 1442506.html load 1437155.html load 1443027-1.html load 1448841-1.html load 1452839.html load 1453702.html +load 1453342.html