Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / borders / double-1px-border-assert.html
blob92f5a7aa22e439e5eed6ba7f0428ad73652ce257
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <style>
5 .test {
6 width: 1px;
7 height: 1px;
8 border-style: double;
9 border-width: 0px 3px 0px 3px;
11 </style>
12 <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>
13 <p>This test passes if it doesn't ASSERT.</p>
14 <div class="test">&nbsp;</div>
15 </html>
16 </body>