Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / fieldset-legend-padding-unclipped-fieldset-border.html
blobfc4dc8238d4897b8bc995b1b7a04ef26d0394cef
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 fieldset legend{
6 padding: 17px;
7 border : 1px solid blue;
9 </style>
10 </head>
11 <body>
12 <p> Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=78684">78684</a>: Layout issue with fieldset legend element </p>
13 <p> For this test to pass, you should see a full border with out any clipping, especially under blue box(legend element). </p>
14 <form>
15 <fieldset>
16 <legend>
17 </legend>
18 </fieldset>
19 </form>
20 </body>
21 </html>