mirror of
https://github.com/jquery/jquery.git
synced 2026-01-31 12:37:55 -05:00
Tests: test element position outside view
Ref 49833f7795
Ref gh-2828
Ref gh-2836
Fixes gh-2909
This commit is contained in:
@@ -130,3 +130,15 @@ section { background:#f0f; display:block; }
|
||||
.inline { display: inline; }
|
||||
.list-item { display: list-item; }
|
||||
.hidden, .none { display: none; }
|
||||
|
||||
#div-gh-2836 {
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
height: 100px;
|
||||
}
|
||||
#div-gh-2836 div {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user