blob: b7ba93a125600049104971114119fd65f6b522cf [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that we can properly inject the list item marker in front of a block ruby.</title>
<style>
ruby {
display: block;
}
</style>
</head>
<body>
<li><ruby>PASS if no assert in debug.</ruby></li>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</body>
</html>