Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / borders / 0px-borders-no-line-height-expected.html
blob6cbd86426bf5d397c9bfd32c439c62f8cd6ba945
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 .border {
6 border-right: 1px solid black;
7 border-left: 1px solid black;
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>