Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / backgrounds / quirks-mode-line-box-backgrounds.html
blob0867e14e8d1da469fd64be21faff37973e751f99
1 The following two lines should be visible without the white background clipping any of the text:
3 <p>
4 <span style="background-color: white; font-size: 20px;">
5 <span style="font-size: small; ">FOOBARBAZ<br>BAZBARFOO</span></span>
6 </p>
8 The background below should be 10x10 and snugly fit the image:
10 <p>
11 <span style="background-color: red; font-size: 40px;"><img style="width: 10px; height: 10px;"></span>
12 </p>