summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/wordwrap-07.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/text/wordwrap-07.html')
-rw-r--r--layout/reftests/text/wordwrap-07.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/reftests/text/wordwrap-07.html b/layout/reftests/text/wordwrap-07.html
new file mode 100644
index 0000000000..b0259d68ef
--- /dev/null
+++ b/layout/reftests/text/wordwrap-07.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+ <style type="text/css">
+div { width: 0px; word-wrap: break-word; }
+ </style>
+ <title>Test Wordwrap</title>
+ </head>
+ <body>
+ <div><em>Hello</em>Kitty</div>
+ </body>
+</html>