ladybird/Tests/LibWeb/Layout/input/misc/grid-template-block-components-whitespace-crash.html
2025-06-03 11:03:19 +01:00

8 lines
153 B
HTML

<!DOCTYPE html>
<style>
test {
display: grid;
width: 100%;
grid-template-columns: 50px [ first second ] 1fr;
}
</style>