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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-ignored-on-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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-ignored-on-legend-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html>
2 <html> 1 <html>
3 <head> 2 <head>
4 <script> 3 <script>
5 if (window.testRunner) { 4 if (window.testRunner) {
6 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
7 } 6 }
8 </script> 7 </script>
9 </head> 8 </head>
10 <body> 9 <body>
11 <p> 10 <p>
12 » This test confirms that <kbd>legend</kbd> element can be made inline. 11 » This test confirms that <kbd>legend</kbd> element can not be made inl ine.
13 » The next two sentences should be on the same line. 12 » The next two sentences should be on separate lines.
14 </p> 13 </p>
15 <form> 14 <form>
16 <fieldset> 15 <fieldset>
17 <legend style="display:inline">Mary had a little lamb.</ legend> 16 <legend style="display:inline">Mary had a little lamb.</ legend>
18 It was white as snow. 17 It was white as snow.
19 </fieldset> 18 </fieldset>
20 </form> 19 </form>
21 </body> 20 </body>
22 </html> 21 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/forms/fieldset/inline-ignored-on-legend-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698