Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(841)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/fieldset-legend-padding-unclipped-fieldset-border.html

Issue 1528823002: Move tests related to <fieldset> and <legend> to fast/forms/fieldset. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 fieldset legend{
6 padding: 17px;
7 border : 1px solid blue;
8 }
9 </style>
10 </head>
11 <body>
12 <p> Bug <a href="https://bugs.webkit.org/show_bug.cgi?id=78684">78684</a>: L ayout issue with fieldset legend element </p>
13 <p> For this test to pass, you should see a full border with out any clippin g, especially under blue box(legend element). </p>
14 <form>
15 <fieldset>
16 <legend>
17 </legend>
18 </fieldset>
19 </form>
20 </body>
21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698