summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/356775-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/356775-1.html')
-rw-r--r--layout/reftests/bugs/356775-1.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/layout/reftests/bugs/356775-1.html b/layout/reftests/bugs/356775-1.html
new file mode 100644
index 0000000000..1e5cc977ce
--- /dev/null
+++ b/layout/reftests/bugs/356775-1.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta http-equiv="content-type" content="text/html; charset=utf-8">
+<style type="text/css">
+span {
+ border: 1px solid black;
+ white-space: pre;
+ word-spacing: 0.7em;
+}
+</style>
+</head>
+<body>
+<span>山本 一郎</span>
+</body>
+</html>