blob: 9add10694eee666bc447c8d4cd44df549bdb4327 [file] [log] [blame]
<style>
/* a descendant rule */
p > p { }
@font-face {
font-family: 'remote';
src: url(../../resources/Ahem.ttf);
}
</style>
<textarea style="width: 108px; height: 102px; font-family: remote; font-size: 100px; color: green; background-color: red; padding: 0;">A</textarea>
<script>
document.body.offsetTop;
</script>