Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / whitespace / inline-whitespace-wrapping-3-expected.html
blob261fd2c8be64bb7887178e6765b4374f5bdc9d36
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 square below. It tests that whitespace at the end of
19 an inline setting white-space:pre is preserved.<br>
20 <div class="pre"><span>x
21 xx</span></div>