blob: 8d203bc436cebe2c03d915ffc46f83dd3a8e67c7 [file] [log] [blame]
<style>
ruby {
columns: 1px;
-webkit-appearance: media-play-button;
}
ruby::before {
display: block;
content: url();
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
onload = () => {
document.styleSheets[0].insertRule(`ruby {}`);
};
</script>
<body>
<ruby>PASS if no crash or assert.</ruby>
</body>