Bug 1604972 - Remove tresize iframes temporarily r=mccr8

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Doug Thayer 2019-12-21 01:38:35 +00:00
Родитель c59f473413
Коммит 8e32c3483a
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -17,8 +17,9 @@ 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>
<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>
<!-- 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> -->
</body>
</html>