haikuwebkit/LayoutTests/fast/ruby/crash-when-ruby-is-set-to-i...

18 lines
345 B
HTML

<!DOCTYPE html>
<head>
<title>This test that when ruby is set to inline-block, we create ruby renderer.</title>
<style>
ruby {
-webkit-appearance: checkbox;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<ruby><rt>PASS if no crash or assert in debug build.</rt></ruby>
</body>
</html>