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

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

Issue 2447843002: Revert "Allow to set display "inline" on legend element" (Closed)
Patch Set: Created 4 years, 1 month 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 <script>
5 if (window.testRunner) {
6 testRunner.dumpAsText();
7 }
8 </script>
9 </head>
10 <body>
11 <p>
12 This test confirms that <kbd>legend</kbd> element can be made inline.
13 The next two sentences should be on the same line.
14 </p>
15 <form>
16 <fieldset>
17 <legend style="display:inline">Mary had a little lamb.</ legend>
18 It was white as snow.
19 </fieldset>
20 </form>
21 </body>
22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698