diff options
Diffstat (limited to 'test/layout')
-rw-r--r-- | test/layout/overlapping-double-width-chars.color.expected | 2 | ||||
-rw-r--r-- | test/layout/overlapping-double-width-chars.html | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/test/layout/overlapping-double-width-chars.color.expected b/test/layout/overlapping-double-width-chars.color.expected new file mode 100644 index 00000000..3d30b50f --- /dev/null +++ b/test/layout/overlapping-double-width-chars.color.expected @@ -0,0 +1,2 @@ +[48;2;255;0;0mう い [49m + diff --git a/test/layout/overlapping-double-width-chars.html b/test/layout/overlapping-double-width-chars.html new file mode 100644 index 00000000..c1ee0d7d --- /dev/null +++ b/test/layout/overlapping-double-width-chars.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<div style="background-color: red"> +<div> +xあい +</div> +<div style="margin-top: -1em"> +う |