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