Update web-platform-tests to revision 6748172de5cc6e4999fb8620eb83cf5c54a0a18e

This commit is contained in:
WPT Sync Bot 2020-10-05 08:20:52 +00:00 committed by Josh Matthews
parent 3f7697690a
commit b32ad59278
244 changed files with 2036 additions and 710 deletions

View file

@ -0,0 +1,12 @@
<!doctype html>
<title>CSS Text Test: Hyphenation in a contenteditable with a x20+x9+x20 trailing space sequence, makes chrome to crash</title>
<link rel="help" href="https://crbug.com/1133254">
<style>
span {
display: table-row;
hyphens: auto;
}
</style>
<div contenteditable=plaintext-only>
<span>XXX </span>
</div>