blob: d1a673c62dcd41462a6e172ce91568a2fec94abb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<html><head>
<style>
div {
outline: 1px solid black;
}
</style>
</head><body>
You should see no red, only green<br>
<div style="overflow: scroll; height: 200px; z-index: 2; position: relative; background-color: lime;"></div>
</div>
</body></html>
|