summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent-inherited.html
blob: 4de47b5f17ccacabf2ed083a39f07d9ac6907db6 (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="ancestor"><div id="child"></div></div>
  <script src="script-tests/getComputedStyle-text-indent-inherited.js"></script>
</body>
</html>