| <!DOCTYPE html> | |
| <!-- | |
| Any copyright is dedicated to the Public Domain. | |
| http://creativecommons.org/publicdomain/zero/1.0/ | |
| --> | |
| <html><head> | |
| <meta charset="utf-8"> | |
| <title>CSS Lists: dynamic update test for 'counter-set'</title> | |
| <link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.org"> | |
| </head> | |
| <body> | |
| <ol> | |
| <li></li> | |
| <li></li> | |
| <li></li> | |
| <fieldset style="display:list-item"></fieldset> | |
| <li></li> | |
| </ol> | |
| </body> | |
| </html> |