ladybird/Tests/LibWeb/Layout/input/details-summary-default-ua-style.html
Andreas Kling 3faff34bf6 LibWeb: Make details and summary elements display:block in the UA style
This is the expected behavior per the HTML spec. Fixes an issue where
styling these elements wouldn't have the expected effect unless you also
set the display property.
2024-07-20 13:09:28 +02:00

6 lines
135 B
HTML

<!doctype html><style>
details {
border: 10px solid black;
padding: 50px;
}
</style><details><summary>hello