chromium/third_party/blink/web_tests/fast/css3-text/css3-text-align-last/getComputedStyle/getComputedStyle-text-align-last.html

<!DOCTYPE html>
<html>
<head>
  <script src="../../../../resources/js-test.js"></script>
</head>
<body>
  <div id="test">hello world</div>
  <script src="script-tests/getComputedStyle-text-align-last.js"></script>
</body>
</html>