Bug 1588955. Add test case of large frameset.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jeff Muizelaar 2020-03-18 15:19:45 +00:00
Родитель 4170e9dc28
Коммит 190bcaf812
2 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -755,3 +755,4 @@ load 1608851.html
load 1613210.html
load 1618312.html
load 1618564.html
load very-large-frameset.html

Просмотреть файл

@ -0,0 +1,9 @@
<style>
* { scale: 64 }
</style>
<script>
window.onload = () => {
a.appendChild(document.createElement("frameset"))
}
</script>
<ol id="a">