| <!-- | |
| @BLINK-ALLOW:hierarchicalLevel* | |
| --> | |
| <html> | |
| <style type="text/css"> | |
| .inlineList li { | |
| display: inline; | |
| } | |
| </style> | |
| <body> | |
| <ul> | |
| <li>tic</li> | |
| <li>tac</li> | |
| <li>toe</li> | |
| </ul> | |
| <ul class="inlineList"> | |
| <li>tic</li> | |
| <li>tac</li> | |
| <li>toe</li> | |
| </ul> | |
| </body> | |
| </html> |