Bug 1134744 - Reftest for baseline of radio button and checkbox. r=smontagu

This commit is contained in:
Jonathan Kew 2015-03-03 12:25:17 +00:00
parent 4c781f24a6
commit 15ddbee866
3 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<title>Bug 1134744 testcase</title>
<meta charset="utf-8">
<style>
div {
height: 200px;
margin: 1px;
padding: 1px;
}
</style>
</head>
<body>
<!-- these two blocks should look the same -->
<div style="writing-mode: vertical-lr; text-orientation: sideways-right">
<label><input type="checkbox">Checkbox</label></br>
<label><input type="radio">Radio</label></br>
</div>
<div style="writing-mode: vertical-rl; text-orientation: sideways-right">
<label><input type="radio">Radio</label></br>
<label><input type="checkbox">Checkbox</label></br>
</div>
</body>
</html>

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<title>Bug 1134744 testcase</title>
<meta charset="utf-8">
<style>
div {
height: 200px;
margin: 1px;
padding: 1px;
}
</style>
</head>
<body>
<!-- these two blocks should look the same -->
<div style="writing-mode: vertical-rl; text-orientation: sideways-right">
<label><input type="radio">Radio</label></br>
<label><input type="checkbox">Checkbox</label></br>
</div>
<div style="writing-mode: vertical-lr; text-orientation: sideways-right">
<label><input type="checkbox">Checkbox</label></br>
<label><input type="radio">Radio</label></br>
</div>
</body>
</html>

View File

@ -103,4 +103,5 @@ HTTP(..) == 1127488-align-end-vertical-lr-ltr.html 1127488-align-bottom-left-ref
HTTP(..) == 1127488-align-left-vertical-lr-ltr.html 1127488-align-top-left-ref.html
HTTP(..) == 1127488-align-right-vertical-lr-ltr.html 1127488-align-bottom-left-ref.html
== 1131013-vertical-bidi.html 1131013-vertical-bidi-ref.html
== 1134744-radio-checkbox-baseline-1.html 1134744-radio-checkbox-baseline-1-ref.html
fails-if(B2G) == 1135361-ruby-justify-1.html 1135361-ruby-justify-1-ref.html # bug 1136067