blob: ddf22bd58c36ccfcd55ae04e9b2f0baf21109613 [file] [log] [blame]
<!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>