Bug 1560328 - Add a crashtest for Bug 1560328 r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D36621

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Sean Feng 2019-07-02 18:37:45 +00:00
parent 57b313a21b
commit 7b15bc44ad
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<html>
<head>
<title></title>
<script>
</script>
<style>
</style>
</head>
<body>
<iframe srcdoc="<script>var c = 0; document.addEventListener('readystatechange', function(e) { if(document.readyState = 'complete') { if (++c == 2) { window.frameElement.remove(); } } });</script>"></iframe>
</body>
</html>

View File

@ -573,3 +573,4 @@ load 1547261.html
pref(layout.css.resizeobserver.enabled,true) load 1548057.html
pref(layout.css.column-span.enabled,true) load 1549867.html
load 1553874.html
load 1560328.html