summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/soft-hyphen-in-table-2-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/text/soft-hyphen-in-table-2-ref.html')
-rw-r--r--layout/reftests/text/soft-hyphen-in-table-2-ref.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/text/soft-hyphen-in-table-2-ref.html b/layout/reftests/text/soft-hyphen-in-table-2-ref.html
new file mode 100644
index 0000000000..3e8ec5f985
--- /dev/null
+++ b/layout/reftests/text/soft-hyphen-in-table-2-ref.html
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+<style type="text/css">
+table {
+ border: 1px solid red;
+}
+</style>
+</head>
+
+<body>
+
+<table>
+<tr><td style="width:1em">supercalifragilistic- expialidocious</td></tr>
+</table>
+
+</body>
+</html>