зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
57b313a21b
Коммит
7b15bc44ad
|
@ -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>
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче