<html> | |
<head> | |
<script> | |
if (window.internals) { | |
window.internals.settings.setTextAutosizingEnabled(true); | |
window.internals.settings.setTextAutosizingWindowSizeOverride(320, 480); | |
} | |
</script> | |
</head> | |
<body> | |
'1' markers should be the same size | |
<ol> | |
<li>first | |
<ol><li>second</li></ol> | |
</li> | |
</ol> | |
</body> | |
</html> |