Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / whitespace / inline-whitespace-wrapping-2-expected.html
blob242ceb677e3faf4a3598377fe5c3d0e548ed81d8
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="pre"><span>xxxx xxxx</span></div>