ladybird/Tests/LibWeb/Layout/input/block-and-inline/button-with-text-node-label-and-font-size.html
2025-06-21 14:09:47 +02:00

8 lines
No EOL
99 B
HTML

<!DOCTYPE html>
<style>
button {
font-size: 48px;
}
</style>
<button>Test</button>