summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1274368-1.html
blob: 9b4deb36f4899ecd05f07c8c14ec4e94fa04eb89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<style>
textarea {
  width: 100px;
  height: 150px;
  margin: 10px;
  padding: 0;
}
</style>
<textarea style="writing-mode:vertical-lr"></textarea>
<textarea style="writing-mode:vertical-rl"></textarea>
<textarea style="writing-mode:sideways-lr"></textarea>
<textarea style="writing-mode:sideways-rl"></textarea>