Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / whitespace / inline-whitespace-wrapping-2.html
blob8d320fb71d0ad5902d9394e7ffb81940436f2e42
1 <!DOCTYPE html>
2 <style>
3 div {
4 font: 1em/1 Ahem;
5 width: 1em;
7 span {
8 color: lime;
9 background: lime;
11 .normal {
12 white-space: normal;
14 .pre {
15 white-space: pre;
17 </style>
18 This test passes if there is a green horizontal line below. It tests that a break
19 is not introduced just because an inline with white-space:pre ends in whitespace.<br>
20 <div class="normal"><span class="pre">xxxx </span><span class="normal">xxxx</span></div>