tenfourfox/layout/reftests/writing-mode/1094434-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

29 lines
370 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
.test {
margin: 20px;
height: 200px;
width: 200px;
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>