gecko-dev/layout/base/crashtests/1388625-1.html

11 строки
305 B
HTML

<!DOCTYPE html>
<style>
div::first-line { color: green }
</style>
<body style="width: 100px" onload="document.body.style.width = 'auto'">
<div>
<span style="display: ruby-base-container">Some</span>
<span style="display: ruby-base-container">text that is fairly long</span>
</div>
</body>