summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-indent/text-indent-parent-dynamic-ref.html
blob: 8109f19e5986e0c3fcfe762b7c1371095a16e4df (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<body>

<div id="x" style="background: lightgreen; height: 3em; width: 500px; padding: 4px;">
  <div style="text-indent: 80px; width: 200px; background: yellow;">X</div>
</div>

</body>
</html>