mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Update web-platform-tests to revision b'14684f837eba364df3de2b6683d4eb5385333158'
This commit is contained in:
parent
f09561254d
commit
0431e20517
369 changed files with 4941 additions and 1492 deletions
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
#container {
|
||||
width: 20ch;
|
||||
text-wrap: balance;
|
||||
}
|
||||
span:hover {
|
||||
color: red;
|
||||
}
|
||||
</style>
|
||||
<div id="container">
|
||||
123 567 901 345 789
|
||||
123 567 901 345 789
|
||||
123 567 901 345 789
|
||||
999
|
||||
</div>
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="help" href="https://w3c.github.io/csswg-drafts/css-text-4/#valdef-text-wrap-balance">
|
||||
<link rel="match" href="reference/text-wrap-balance-dynamic-001-ref.html">
|
||||
<style>
|
||||
#container {
|
||||
width: 20ch;
|
||||
text-wrap: balance;
|
||||
}
|
||||
span:hover {
|
||||
color: red;
|
||||
}
|
||||
</style>
|
||||
<div id="container">
|
||||
123 567 901 345 789
|
||||
123 567 901 345 789
|
||||
123 567 901 345 789
|
||||
</div>
|
||||
<script>
|
||||
document.body.offsetTop;
|
||||
container.appendChild(document.createTextNode('999'));
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue