ladybird/Tests/LibWeb/Layout/input/hide-audio-based-on-controls.html
Psychpsyo 8632ce5cdd LibWeb: Hide audio element when controls is not set
When an audio element has no controls attribute,
it should not render at all and take up no space.
2025-01-04 11:47:09 +00:00

3 lines
No EOL
59 B
HTML

<!DOCTYPE html>
<audio controls=""></audio>
<audio></audio>