1
0
Fork 0
firefox/testing/web-platform/tests/css/css-forms/datetime-stacking-context.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

16 lines
439 B
HTML

<!doctype html>
<title>Datetime input doesn't have stacking contexts inside</title>
<link rel="help" href="https://drafts.csswg.org/css-forms/"> <!-- a bit of a stretch but... -->
<link rel="match" href="datetime-stacking-context-ref.html">
<style>
#cover {
background: white;
position: fixed;
width: 100%;
height: 200px;
top: 0;
border: 1px solid black;
}
</style>
<div id="cover"></div>
<input type=datetime>