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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-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
1 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.testRunner) { 4 if (window.testRunner) {
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 } 6 }
7 </script> 7 </script>
8 </head> 8 </head>
9 <body> 9 <body>
10 <p> 10 <p>
11 » This test confirms that <kbd>legend</kbd> element can not be made inl ine. 11 » This test confirms that <kbd>legend</kbd> element can be made inline.
12 » The next two sentences should be on separate lines. 12 » The next two sentences should be on same lines.
mstensho (USE GERRIT) 2016/01/18 19:33:18 ... on the same *line*
13 </p> 13 </p>
14 <form> 14 <form>
15 <fieldset> 15 <fieldset>
16 <legend style="display:inline">Mary had a little lamb.</ legend> 16 <legend style="display:inline">Mary had a little lamb.</ legend>
17 It was white as snow. 17 It was white as snow.
18 </fieldset> 18 </fieldset>
19 </form> 19 </form>
20 </body> 20 </body>
21 </html> 21 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698