summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/294306-1.html
blob: dfa28bd82f41c612dd42810cb88176b7c28adff0 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>

<html>
  <body>
    <!-- Lack of space before <span> is important -->
    <p style="text-indent: 4em;"><span src="test.jpg" style="text-indent: 0; width: 150px; height: 200px; float: right;">Right Float</span>
Text in the block
    </p>
  </body>
</html>