blob: a001a321224f5518cc49ce5f58deb50f063a768e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that we can handle non-block ruby text.</title>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<ruby>PASS if no crash or assert in debug.<br>
<rt style="display: inline">foo</rt></ruby>
<ruby>bar<rt style="display: inline-block">foobar</rt></ruby>
</body>
</html>