<!DOCTYPE html>
<style>
body {
font: 10px/1 Ahem;
}
#inlineBlock {
display: inline-block;
position: relative;
top: 142px;
}
</style>
<div>This test checks baselines on writing mode boundaries with an overflow clip.</div>
<div id="inlineBlock">There should be about 100px above this line.</div>