blob: 347eacdc0f55078efc77884c13f655fe7e23f947 [file] [log] [blame]
<!DOCTYPE html>
<html style="font-family: ahem; font-size: 10px; -webkit-font-smoothing: none;">
<head>
<script src="../../resources/ahem.js"></script>
<script>
function runTest() {
if (window.internals)
internals.settings.setMockScrollbarsEnabled(true);
}
</script>
</head>
<body onload="runTest();">
<p>All the digits from 0 to 9 should be visible.</p>
<div id="outer" style="direction: rtl; background-color: blue; width: 200px; height: 200px; overflow: scroll;">
<div id="inner" style="background-color: lightgreen;">0123456789</div>
</div>
</body>
</html>