gecko-dev/layout/generic/crashtests/1573216.html
Ting-Yu Lin 40da910325 Bug 1575106 Part 4 - Add reftests, crashtests, and adjust test expectations. r=dbaron
1346454-1.html and 1346454-2.html are moved to keep the list sorted.

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

--HG--
extra : moz-landing-system : lando
2019-08-26 06:10:34 +00:00

21 lines
303 B
HTML

<style>
body::first-letter {}
#c { display: initial }
* {
columns: 0;
contain: size layout;
writing-mode: vertical-rl
}
</style>
<script>
function go() {
a.size = "0"
var x = b.offsetWidth
document.title = "a"
}
</script>
<body onload=go()>
<title id="c">A</title>
<hr id="b">
<font id="a">