chromium/third_party/blink/web_tests/fast/overflow/overflow-body-stop-propagation-expected.html

<!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>