summaryrefslogtreecommitdiffstats
path: root/layout/reftests/writing-mode/1094434-2-ref.html
blob: 3182e7cfda7c3735991ebdc427ea14f8faea76e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
.test {
  margin: 20px;
  height: 200px;
  width: 200px;
  overflow: scroll;
  padding: 0;
}
</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>