haikuwebkit/LayoutTests/fast/ruby/assert-with-listitem-and-bl...

19 lines
327 B
HTML

<!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>