servo/tests/wpt/tests/css/css-forms/datetime-stacking-context.html
Servo WPT Sync 5e6f2b9d6f Update web-platform-tests to revision b'a1dcc969c7db5ac73d9b9eeb349949e7e639f3fd'
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
2025-06-01 01:35:45 +00:00

16 lines
439 B
HTML
Vendored

<!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>