Update web-platform-tests to revision 80090f6edd23993e9907dbc9fb1c6af7aebf91e7

This commit is contained in:
WPT Sync Bot 2021-01-12 08:20:09 +00:00
parent 9832f9898b
commit cce3d8f521
342 changed files with 4696 additions and 1330 deletions

View file

@ -0,0 +1,21 @@
<!DOCTYPE html>
<title>CSS Text: `hyphens: auto` for last word</title>
<link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-text-3/#hyphenation">
<link rel="match" href="reference/hyphens-auto-last-word-001-ref.html">
<link rel="match" href="reference/hyphens-auto-last-word-001-ref2.html">
<style>
div {
hyphens: auto;
width: 5ch;
border: 1px solid blue;
}
</style>
<body lang="en-us">
<div style="width: 10ch">Test example</div>
<div>example</div>
<div>1 example</div>
<div>1234 example</div>
<div>example 5678</div>
<div>1234 example 5678</div>
</body>

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<title>CSS Text Test: Automatic hyphenation for trailing punctuation characters</title>
<link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org">
<link rel="help" href="https://drafts.csswg.org/css-text-3/#hyphens-property">
<link rel="match" href="reference/hyphens-punctuation-001-ref.html">
<style>
div {
hyphens: auto;
width: 5ch;
border: 1px solid blue;
}
</style>
<body lang="en-us">
<div>00000 example 00000</div>
<div>00000 example. 00000</div>
<div>00000 (example 00000</div>
</body>

View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<style>
div {
width: 5ch;
border: 1px solid blue;
}
</style>
<body lang="en-us">
<div style="width: 10ch">Test ex&shy;am&shy;ple</div>
<div>ex&shy;am&shy;ple</div>
<div>1 ex&shy;am&shy;ple</div>
<div>1234 ex&shy;am&shy;ple</div>
<div>ex&shy;am&shy;ple 5678</div>
<div>1234 ex&shy;am&shy;ple 5678</div>
</body>

View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<style>
div {
width: 5ch;
border: 1px solid blue;
}
</style>
<body lang="en-us">
<div style="width: 10ch">Test example</div>
<div>ex&shy;am&shy;ple</div>
<div>1<br>ex&shy;am&shy;ple</div>
<div>1234 ex&shy;am&shy;ple</div>
<div>ex&shy;am&shy;ple 5678</div>
<div>1234 ex&shy;am&shy;ple 5678</div>
</body>

View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<style>
div {
width: 5ch;
border: 1px solid blue;
}
</style>
<body lang="en-us">
<div>00000 ex&shy;am&shy;ple 00000</div>
<div>00000 ex&shy;am&shy;ple. 00000</div>
<div>00000 (ex&shy;am&shy;ple 00000</div>
</body>