summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/overflow/overflow-body-stop-propagation-expected.html
blob: c4543c613b4fc1dd0000d143e3a199e38e8a40f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
<style>
body {
    margin: 0px;
}
</style>
</head>
<body>
    <div>This checks that we don't wrongly propagate the body's overflow clip when we shouldn't.<br>This text should be visible in the output.</div>
</body>
</html>