Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / whitespace / nowrap-clear-float.html
blobfab3e875cae9af97606e5ba45475f923c62b7609
1 <div style="width: 200px;">
2 <div style="float: left; width: 100px; height: 100px; background-color: lightblue;"></div>
3 <span style="white-space: nowrap">This text should be below the blue square.</span>
4 </div>