1
0
Fork 0
firefox/testing/web-platform/tests/css/css-overflow/overflow-inline-block-with-opacity.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

12 lines
430 B
HTML

<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-color-4/#propdef-opacity">
<link rel="help" href="https://crbug.com/1237054">
<link rel="author" title="mailto:kojii@chromium.org">
<link rel="match" href="reference/overflow-inline-block-with-opacity-ref.html">
<style>
span { opacity: 0.99; }
#button { display: inline-block; inline-size: 0px; }
</style>
<span>
<div id="button">hello world</div>
</span>