Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / whitespace / inline-whitespace-wrapping-5.html
blob58f4c99460fc7f5c22d27ff0416b74eff5b5526d
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 .nowrap {
18 white-space: nowrap;
20 </style>
21 This test passes if there is a green square below. It tests that whitespaces at the end of
22 an inline setting white-space:nowrap can be collapsed with a break at the start of the
23 next inline.<br>
24 <div class="pre"><span class="nowrap">xx </span><span class="normal"> xx</span></div>