mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update web-platform-tests to revision 80090f6edd23993e9907dbc9fb1c6af7aebf91e7
This commit is contained in:
parent
9832f9898b
commit
cce3d8f521
342 changed files with 4696 additions and 1330 deletions
|
@ -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>
|
|
@ -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>
|
|
@ -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­am­ple</div>
|
||||
<div>ex­am­ple</div>
|
||||
<div>1 ex­am­ple</div>
|
||||
<div>1234 ex­am­ple</div>
|
||||
<div>ex­am­ple 5678</div>
|
||||
<div>1234 ex­am­ple 5678</div>
|
||||
</body>
|
|
@ -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­am­ple</div>
|
||||
<div>1<br>ex­am­ple</div>
|
||||
<div>1234 ex­am­ple</div>
|
||||
<div>ex­am­ple 5678</div>
|
||||
<div>1234 ex­am­ple 5678</div>
|
||||
</body>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
div {
|
||||
width: 5ch;
|
||||
border: 1px solid blue;
|
||||
}
|
||||
</style>
|
||||
<body lang="en-us">
|
||||
<div>00000 ex­am­ple 00000</div>
|
||||
<div>00000 ex­am­ple. 00000</div>
|
||||
<div>00000 (ex­am­ple 00000</div>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue