summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/html/details-inline-expected.html
blob: 05a8cdc1b87a6bd2e1946a0ebb67f852c8fa84ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
</head>
<style>
</style>
<body>
<div>
<details open><summary style="background-color: gray; display:inline-block;">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-block;" open>This should be like<br>inline-block too</details>, and here is should-follow text.
</div>
</body>
</html>