summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/visufx/support/overflow-propagation-001-ref.html
blob: f0693fbea29dc1428777299945d09199e170267a (plain)
1
2
3
4
5
6
7
<!doctype html>
<html style="overflow: hidden">
<meta charset=utf-8>
<body style="margin: 100px; width: 100px; height: 100px; border: 1px solid green; position: absolute; top: 0; left: 0">
    The body should have visible overflow of the text that totally doesn't fit
    in the little box.
</body>