Skip to content

Commit

Permalink
Bug 1807883 [wpt PR 37692] - Add test for compat value of text-justif…
Browse files Browse the repository at this point in the history
…y, a=testonly

Automatic update from web-platform-tests
Add test for compat value of text-justify

See w3c/csswg-drafts#6156

--

wpt-commits: 3d8e370ffe19484488391817ef5fb9f41dbf233e
wpt-pr: 37692
  • Loading branch information
frivoal authored and moz-wptsync-bot committed Jan 5, 2023
1 parent 57f55f3 commit 99e5527
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>CSS Text: getComputedStyle().textJustify distribute</title>
<link rel="help" href="https://www.w3.org/TR/css-text-3/#propdef-text-justify">
<meta name="assert" content="text-justify: distribute computed value (or is parse-time aliased with) 'inter-character'.">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/css/support/computed-testcommon.js"></script>
</head>
<body>
<div id="target"></div>
<script>
test_computed_value("text-justify", "distribute", "inter-character");
</script>
</body>
</html>

0 comments on commit 99e5527

Please sign in to comment.