gecko-dev/layout/base/crashtests/1490037.html

13 строки
140 B
HTML

<!DOCTYPE html>
<style>
div {
display: contents;
}
div::before {
content: "";
float: left;
overflow: scroll;
}
</style>
<div></div>