blob: 62be526b4bb6cdb165e3ef867e5b0bc46218ebb5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
</head>
<style>
</style>
<body>
<div>
<details open><summary style="background-color: gray; display:inline;">This summary should be like<br>inline-block</summary>, so following text should be in same line.</details>
</div>
<div>
<details style="background-color: gray; display:inline;" open>This should be like<br>inline-block too</details>, and here is should-follow text.
</div>
</body>
</html>