blob: 0523f339941fa36925331f27c5657d7ab316c8e5 [file] [log] [blame]
<!DOCTYPE html>
<script>
if (window.internals)
internals.settings.setPreferCompositingToLCDTextEnabled(true);
</script>
<div style="overflow: auto; height: 100px;">
<div style="height: 1000px">
<span style="position: relative; z-index: 0">
<span style="position: relative; z-index: 1">Should be visible</span>
</span>
</div>
</div>