mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Update web-platform-tests to revision 4beda31498f85ded322ea4d55870973000364ac4
This commit is contained in:
parent
f4ff9e2eeb
commit
2f34737d47
21 changed files with 352 additions and 109 deletions
|
@ -28,7 +28,7 @@ div {
|
|||
.test {
|
||||
color: green;
|
||||
width: 4ch;
|
||||
white-space: break-spaces;
|
||||
white-space: pre-wrap;
|
||||
line-break: anywhere;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<link rel="help" href="https://drafts.csswg.org/css-text-3/#valdef-line-break-anywhere">
|
||||
<meta name="flags" content="">
|
||||
<link rel="match" href="reference/line-break-anywhere-004-ref.html">
|
||||
<meta name="assert" content="line-break:anywhere allows breaking opportunities around slash characters.">
|
||||
<meta name="assert" content="line-break:anywhere allows breaking opportunities around backslash characters.">
|
||||
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
||||
<style>
|
||||
div {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue