https://github.com/mozilla/gecko-dev
Raw File
Tip revision: a5e2ffecd7d0443521537130e8f5067437eef32f authored by ffxbld on 12 August 2015, 23:33:20 UTC
Added FIREFOX_40_0_2_RELEASE FIREFOX_40_0_2_BUILD1 tag(s) for changeset 072bc472145e. DONTBUILD CLOSED TREE a=release
Tip revision: a5e2ffe
456484-1-ref.html
<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; background-color: red;">
<div style="background-color: lime;">
div
</div>
</div>

</body>
</html>
back to top