Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / whitespace / inline-whitespace-wrapping-1.html
blobfa1ff4c43bd4311662e5870c13ee91272afaa2ce
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 an
19 inline setting white-space:normal does allow word breaking just because it
20 is nested in a block setting white-space:pre.<br>
21 <div class="pre"><span class="normal">xxxxxxxxxxxxxxxxxx</span></div>