Update web-platform-tests to revision e257d80ac7151243d0fcf6f4d5397b0f3f3629cc

This commit is contained in:
WPT Sync Bot 2020-10-22 08:21:22 +00:00
parent 011458ba95
commit 09159edcc2
72 changed files with 613 additions and 276 deletions

View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-property">
<link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org">
<style>
div {
width: 100px;
white-space: pre-wrap;
word-break: break-word;
border: 1px solid blue;
}
.atomic {
display: inline-block;
width: 99px;
height: 1em;
background: orange;
}
</style>
<div><span class="atomic"></span>&#x0D; <span class="atomic"></span></div>