Bug 1604972: re-enable iframes in tresize-test.html r=perftest-reviewers,sparky

Differential Revision: https://phabricator.services.mozilla.com/D91124
This commit is contained in:
Randell Jesup 2020-09-30 14:15:27 +00:00
Родитель e6fda71431
Коммит 0af0796991
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -17,9 +17,8 @@ function runTest() {
</head>
<body id="body" onload="runTest();">
<div style="text-align:center; margin-left:auto; margin-right:auto; background-color:Silver; width:100px; height:100%;">RESIZE</div>
<!-- TODO: see bug 1604972 - these iframes are removed temporarily for failures with Fission enabled -->
<!-- <iframe src="http://fakedomain1.talos/tests/tresize/tresize-iframe.html" style="position: absolute; top: 0px; width: 25%; height: 25%;"></iframe> -->
<!-- <iframe src="http://fakedomain2.talos/tests/tresize/tresize-iframe.html" style="position: absolute; top: 0px; right: 0px; width: 25%; height: 25%;"></iframe> -->
<iframe src="http://fakedomain1.talos/tests/tresize/tresize-iframe.html" style="position: absolute; top: 0px; width: 25%; height: 25%;"></iframe>
<iframe src="http://fakedomain2.talos/tests/tresize/tresize-iframe.html" style="position: absolute; top: 0px; right: 0px; width: 25%; height: 25%;"></iframe>
</body>
</html>