1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 21:55:08 +00:00
serenity/Tests/LibWeb/Layout/input/grid/intrinsic-sized-column.html
martinfalisse ea61296738 LibWeb: Use layout-test-mode for layout tests
Also do some test changes to test it out :^)
2023-05-08 14:47:52 +02:00

23 lines
303 B
HTML

<!DOCTYPE html>
<html>
<head>
<style>
body {
float: left;
}
.grid {
display: grid;
grid-template-columns: 20px;
}
.whee {
background: pink;
}
</style>
</head>
<body>
<div class="grid">
<div class="whee" style="border: 1px solid black;">whee