Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
overflow
/
overflow-body-stop-propagation-expected.html
blob: c4543c613b4fc1dd0000d143e3a199e38e8a40f8 [
file
] [
log
] [
blame
]
<!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>