Bug 1232881: Add crashtest for this no-longer-reproducible bug. (no review, crashtest-only)

Depends on D160732

Differential Revision: https://phabricator.services.mozilla.com/D160733
This commit is contained in:
Daniel Holbert 2022-10-30 21:48:58 +00:00
Родитель 9f4a85a02b
Коммит 54ba809ba3
2 изменённых файлов: 19 добавлений и 0 удалений

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

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html style="writing-mode: vertical-rl;" class="reftest-wait">
<script>
function go() {
x.style.paddingRight='900%';
setTimeout(done, 0);
}
function done() {
document.documentElement.removeAttribute("class");
}
</script>
<body onload="go()">
<div style="transition-delay: 1ms;" id="x"></div>
<div style="position: relative; display: table-header-group;">
<div style="float: right; padding-top: 153%;"></div>
</div>
</body>
</html>

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

@ -163,6 +163,7 @@ load 1144641.html
load 1183896.html
load 1223282.html
load 1223232.html
load 1232881-1.html
load 1243623-1.html
load 1335552-1.html
load 1335552-2.html