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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-ignored-on-legend.html

Issue 1581173003: Allow to set display "inline" on legend element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months 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 <html>
2 <head>
3 <script>
4 if (window.testRunner) {
5 testRunner.dumpAsText();
6 }
7 </script>
8 </head>
9 <body>
10 <p>
11 This test confirms that <kbd>legend</kbd> element can not be made inl ine.
12 The next two sentences should be on separate lines.
13 </p>
14 <form>
15 <fieldset>
16 <legend style="display:inline">Mary had a little lamb.</ legend>
17 It was white as snow.
18 </fieldset>
19 </form>
20 </body>
21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698