gecko-dev/layout/generic/crashtests/1528771.html

11 строки
233 B
HTML

<html>
<head>
<style>
* {
display: inline-grid;
grid-template-columns: repeat(9999, minmax(1%, 25054ex) minmax(1%, 2%) 1px) repeat(auto-fit, minmax(1%, 2%));
}
</style>
</head>
</html>