summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/hyphens/hyphens-auto-and-contenteditable-crash.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-text/hyphens/hyphens-auto-and-contenteditable-crash.html')
-rw-r--r--testing/web-platform/tests/css/css-text/hyphens/hyphens-auto-and-contenteditable-crash.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-text/hyphens/hyphens-auto-and-contenteditable-crash.html b/testing/web-platform/tests/css/css-text/hyphens/hyphens-auto-and-contenteditable-crash.html
new file mode 100644
index 0000000000..e0148ddd73
--- /dev/null
+++ b/testing/web-platform/tests/css/css-text/hyphens/hyphens-auto-and-contenteditable-crash.html
@@ -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>