repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Backed out changeset 57d71ba078d7 (bug 1932390) for causing wpt failures @ failures_A...
[gecko.git]
/
layout
/
reftests
/
writing-mode
/
1094434-2-ref.html
blob
3182e7cfda7c3735991ebdc427ea14f8faea76e0
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<meta
charset
=
"utf-8"
>
5
<style>
6
.test {
7
margin:
20
px;
8
height:
200
px;
9
width:
200
px;
10
overflow: scroll;
11
padding:
0
;
12
}
13
</style>
14
</head>
15
16
<body>
17
18
<textarea
class
=
"test"
dir
=
"ltr"
> </textarea>
19
20
<textarea
class
=
"test"
dir
=
"ltr"
> </textarea>
21
22
<br>
23
24
<textarea
class
=
"test"
dir
=
"rtl"
> </textarea>
25
26
<textarea
class
=
"test"
dir
=
"rtl"
> </textarea>
27
28
</body>
29
</html>