Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-forms/datetime-stacking-context.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>Datetime input doesn't have stacking contexts inside</title>
<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>