summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent.html
blob: 9b2e2017a94b5f3b99d7fc802b983ab8c8fb4134 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
  <script src="../../../../resources/js-test.js"></script>
</head>
<body>
  <div id="test" style="font: 10px Ahem;"></div>
  <script src="script-tests/getComputedStyle-text-indent.js"></script>
</body>
</html>