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