haikuwebkit/LayoutTests/fast/ruby/crash-when-ruby-rt-is-non-b...

16 lines
368 B
HTML

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