mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +01:00
Update web-platform-tests to revision 1aaada4bbc936024441fe7995b77c21a2c554da1
This commit is contained in:
parent
1e1eca07ed
commit
5e9d150c07
140 changed files with 3413 additions and 553 deletions
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Text Test: no automatic hyphenation without language tagging</title>
|
||||
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
|
||||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#hyphens-property">
|
||||
<meta name="flags" content="">
|
||||
<link rel="match" href="reference/hyphens-auto-001-ref.html">
|
||||
<meta name="assert" content="automatic hyphenation must not work without language tagging">
|
||||
<style>
|
||||
div {
|
||||
width: 4ch;
|
||||
hyphens: auto;
|
||||
}
|
||||
</style>
|
||||
|
||||
<p>Test passes if none of the words below are hyphenated.
|
||||
<div>implementation
|
||||
initialization
|
||||
realization
|
||||
hyphenation
|
||||
anticonstitutionnellement
|
||||
intergouvernementalisation
|
||||
dichlorodiphényltrichloroéthane
|
||||
honorificabilitudinitatibus
|
||||
Wiedervereinigung
|
||||
Rechtsschutzversicherungsgesellschaften</div>
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<meta charset="utf-8">
|
||||
<title>CSS Text Test Reference</title>
|
||||
<link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/">
|
||||
<style>
|
||||
div { white-space: pre; }
|
||||
</style>
|
||||
|
||||
<p>Test passes if none of the words below are hyphenated.
|
||||
<div>implementation
|
||||
initialization
|
||||
realization
|
||||
hyphenation
|
||||
anticonstitutionnellement
|
||||
intergouvernementalisation
|
||||
dichlorodiphényltrichloroéthane
|
||||
honorificabilitudinitatibus
|
||||
Wiedervereinigung
|
||||
Rechtsschutzversicherungsgesellschaften</div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue