mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
Add tests to verify: - Buttons have reasonable height in quirks mode (not collapsed) - Flex containers with percentage height use quirks walk-up to viewport - Flex items with percentage height do NOT use quirks walk-up
10 lines
114 B
HTML
10 lines
114 B
HTML
<!DOCTYPE quirks>
|
|
<html>
|
|
<style>
|
|
body { margin: 0; }
|
|
</style>
|
|
<body>
|
|
<button>Test Button</button>
|
|
</body>
|
|
</html>
|