Chromium Code Reviews| OLD | NEW |
|---|---|
| (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> | |
| OLD | NEW |