mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
13 lines
268 B
HTML
13 lines
268 B
HTML
<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>
|