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