Update web-platform-tests to revision 548818eee08f7a6e31b9706b352b5d44b2f6d024

This commit is contained in:
WPT Sync Bot 2019-12-12 08:22:50 +00:00
parent 82fd8d1daf
commit 5e74467d68
112 changed files with 1704 additions and 536 deletions

View file

@ -9,6 +9,7 @@ div {
font-size: 10px;
font-family: Ahem;
width: 5.1ch;
border: 1px solid blue;
}
</style>
<body>
@ -18,4 +19,7 @@ div {
<div>1234&shy;xx</div>
<div>12345&shy;xx</div>
<div>123456&shy;xx</div>
<div style="width: 10ch"><span>ren&shy;for&shy;cer</span>99999</div>
<div><span>00&shy;1</span>222</div>
</body>

View file

@ -4,6 +4,8 @@
div {
font-size: 10px;
font-family: Ahem;
width: 5.1ch;
border: 1px solid blue;
}
</style>
<body>
@ -13,4 +15,7 @@ div {
<div>1234-<br>xx</div>
<div>12345-<br>xx</div>
<div>123456-<br>xx</div>
<div style="width: 10ch">renfor-<br>cer99999</div>
<div>00-<br>1222</div>
</body>