mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Update web-platform-tests to revision e77eef74c0b20028b8d86260ef81ffe1f9688027
This commit is contained in:
parent
30fd7da647
commit
bbe2a877b1
50 changed files with 152 additions and 97 deletions
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
div {
|
||||
text-align: justify;
|
||||
width: 10ch;
|
||||
}
|
||||
</style>
|
||||
<div>abc def ghijkl</div>
|
||||
<div>abc def ghijkl</div>
|
||||
<div>abc def ghijkl</div>
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<title>text-align: justify with soft-hyphens</title>
|
||||
<link rel='author' title='Koji Ishii' href='mailto:kojii@chromium.org'>
|
||||
<link rel='help' href='https://drafts.csswg.org/css-text-3/#text-align-property'>
|
||||
<link rel='match' href='reference/text-align-justify-shy-ref-001.html'>
|
||||
<style>
|
||||
div {
|
||||
text-align: justify;
|
||||
width: 10ch;
|
||||
}
|
||||
</style>
|
||||
<div>abc def ghijkl</div>
|
||||
<div>ab­c def ghijkl</div>
|
||||
<div>ab<span>­</span>c def ghijkl</div>
|
Loading…
Add table
Add a link
Reference in a new issue