about summary refs log blame commit diff stats
path: root/test/layout/absolute-no-line-break-easy.html
blob: 30269691f34b0a803c89bfcb536df3a2e758e2e3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
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>