diff options
Diffstat (limited to 'test/layout/absolute-no-line-break-easy.html')
-rw-r--r-- | test/layout/absolute-no-line-break-easy.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/layout/absolute-no-line-break-easy.html b/test/layout/absolute-no-line-break-easy.html new file mode 100644 index 00000000..30269691 --- /dev/null +++ b/test/layout/absolute-no-line-break-easy.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<style> + +* { + font-family: monospace,monospace; + line-height: 1em; + font-size: 18px +} +</style> +<div style="width: 100%; text-align: center"> +<span style="text-align: right">hi <br><br><div style="position: absolute">break</div>world</span> +<br> +<span>hi </span> <span>world</span> |