blob: 95871a518f1d2723a1c8f3bfc66b40462b2e3579 [file] [log] [blame]
<!DOCTYPE html>
<title>Test baseline alignment of radio buttons in vertical-rl writing mode.</title>
<meta charset="utf-8">
<style>
label {
color: red;
background-color: red;
margin-top: -30px;
}
input {
visibility: hidden;
}
</style>
<p>The radio button should be center-aligned with the label text.</p>
<div style="writing-mode: vertical-rl">
<input type="radio" id="radio" checked>
<label for="radio">こんにちわ</label>
</div>