Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / borders / 0px-borders-no-line-height.html
blobf6dad4143ccf4642f09036d24b70ca5e9844fc85
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .border {
6 border-style: solid;
7 border-width: 0 1px 0 1px;
8 line-height: 0;
10 </style>
11 </head>
12 <body>
13 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=92187">92187</a>: ASSERTION FAILED: !rect.isEmpty() : void WebCore::GraphicsContext::drawRect(const WebCore::IntRect &)</p>
14 <p>This test passes if it doesn't ASSERT.</p>
15 <div class="border">&nsbp;</div>
16 </body>
17 </html>