mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update web-platform-tests to revision 6748172de5cc6e4999fb8620eb83cf5c54a0a18e
This commit is contained in:
parent
3f7697690a
commit
b32ad59278
244 changed files with 2036 additions and 710 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue