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
no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git]
/
layout
/
reftests
/
writing-mode
/
1094434-1-ref.html
blob
df8564d2b56f446f95bc6f1019096a28d3c8c9a0
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
padding:
0
;
11
}
12
</style>
13
</head>
14
15
<body>
16
17
<textarea
class
=
"test"
dir
=
"ltr"
> </textarea>
18
19
<textarea
class
=
"test"
dir
=
"ltr"
> </textarea>
20
21
<br>
22
23
<textarea
class
=
"test"
dir
=
"rtl"
> </textarea>
24
25
<textarea
class
=
"test"
dir
=
"rtl"
> </textarea>
26
27
</body>
28
</html>