servo/tests/ref/rtl_float_a.html
2015-05-18 17:25:06 -07:00

20 lines
316 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>RTL float test</title>
<style>
div {
direction: rtl;
float: left;
background: green;
width: 100px;
height: 100px;
}
</style>
</head>
<body>
<div id="a"></div>
</body>
</html>