blob: 91398818c9b67e26f30cc35a7ccb2cd572bcee4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<head>
<script src="../../../js/resources/js-test-pre.js"></script>
</head>
<body>
<div id="ancestor"><div id="child">hello world</div></div>
<script src="script-tests/getComputedStyle-text-align-last-inherited.js"></script>
<script src="../../../js/resources/js-test-post.js"></script>
</body>
</html>
|