mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
12 lines
383 B
HTML
12 lines
383 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<p>For more information, read <a href=https://stackoverflow.com/questions/17408815/fieldset-resizes-wrong-appears-to-have-unremovable-min-width-min-content/17863685#17863685>this Stack Overflow answer</a>.</p>
|
|
<p>a<div>b</div>
|
|
<p>a<ul><li>item</li></ul>
|
|
<p>a</p><ol><li>item</li></ol>
|
|
</body>
|
|
</html> |