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