summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/wordbreak-dynamic-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/text/wordbreak-dynamic-1-ref.html')
-rw-r--r--layout/reftests/text/wordbreak-dynamic-1-ref.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/text/wordbreak-dynamic-1-ref.html b/layout/reftests/text/wordbreak-dynamic-1-ref.html
new file mode 100644
index 0000000000..f8feb44cbf
--- /dev/null
+++ b/layout/reftests/text/wordbreak-dynamic-1-ref.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="UTF-8">
+ <title>Reference - word-break: break-all with dynamic change</title>
+ <style>
+ div {
+ font-family: monospace;
+ width: 3ch;
+ background: pink;
+ word-break: break-all;
+ }
+ </style>
+</head>
+<body>
+ <div>a bcdef</div>
+</body>
+</html>