Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<html>↩
<head>↩
<title>Inside block shrinkwraps when outside inline-block has scrollframe</title>↩
<style>↩
div {↩
border: 1px solid black;↩
}↩
</style>↩
</head>↩
<body>↩
↩
<div style="display: inline-block; width: 500px; overflow: auto; background-color: red;">↩
<div style="background-color: lime;">↩
div↩
</div>↩
</div>↩
↩
</body>↩
</html>↩