summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/397844-1.xhtml
blob: 2f50f1c7d9162f7e6dedbf4916adf6d44b831431 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
.fl:first-letter { }
</style>
</head>

<body dir="rtl" onload="document.getElementById('t').style.padding = '0';">

<div class="fl" id="t"><span>abc</span></div>

</body>
</html>