Bug 1094434 - Reftests for display of resizer on vertical-lr and vertical-rl textareas. r=roc

This commit is contained in:
Jonathan Kew 2014-11-13 09:12:53 +00:00
parent dbeb458ff7
commit 1b048b4316
5 changed files with 124 additions and 0 deletions

View File

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
.test {
margin: 20px;
height: 200px;
width: 200px;
}
</style>
</head>
<body>
<textarea class="test" dir="ltr"> </textarea>
<textarea class="test" dir="ltr"> </textarea>
<br>
<textarea class="test" dir="rtl"> </textarea>
<textarea class="test" dir="rtl"> </textarea>
</body>
</html>

View File

@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
.test {
margin: 20px;
height: 200px;
width: 200px;
}
.vlr {
writing-mode: vertical-lr;
}
.vrl {
writing-mode: vertical-rl;
}
</style>
</head>
<body>
<textarea class="test vlr" dir="ltr"> </textarea>
<textarea class="test vlr" dir="rtl"> </textarea>
<br>
<textarea class="test vrl" dir="ltr"> </textarea>
<textarea class="test vrl" dir="rtl"> </textarea>
</body>
</html>

View File

@ -0,0 +1,28 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
.test {
margin: 20px;
height: 200px;
width: 200px;
overflow: scroll;
}
</style>
</head>
<body>
<textarea class="test" dir="ltr"> </textarea>
<textarea class="test" dir="ltr"> </textarea>
<br>
<textarea class="test" dir="rtl"> </textarea>
<textarea class="test" dir="rtl"> </textarea>
</body>
</html>

View File

@ -0,0 +1,34 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
.test {
margin: 20px;
height: 200px;
width: 200px;
overflow: scroll;
}
.vlr {
writing-mode: vertical-lr;
}
.vrl {
writing-mode: vertical-rl;
}
</style>
</head>
<body>
<textarea class="test vlr" dir="ltr"> </textarea>
<textarea class="test vlr" dir="rtl"> </textarea>
<br>
<textarea class="test vrl" dir="ltr"> </textarea>
<textarea class="test vrl" dir="rtl"> </textarea>
</body>
</html>

View File

@ -15,5 +15,7 @@
== 1090168-2.html 1090168-2-ref.html
== 1090168-3.html 1090168-3-ref.html
== 1091058-1.html 1091058-1-ref.html
random-if(gtk2Widget) == 1094434-1.html 1094434-1-ref.html # bug 1094845
random-if(gtk2Widget) == 1094434-2.html 1094434-2-ref.html # bug 1094845
== 1094914-1a.html 1094914-1-ref.html
== 1094914-1b.html 1094914-1-ref.html