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

19 lines
297 B
HTML

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