haikuwebkit/LayoutTests/fast/inline/hidpi-root-inlinebox-integr...

18 lines
226 B
HTML

<!DOCTYPE html>
<html>
<style>
table {
border-collapse:collapse;
}
td {
border: 1px solid green;
padding-bottom: 0;
overflow-y: auto;
width: 300px;
}
</style>
<table>
<tr><td>PASS if no scrollbar</td></tr>
</table>