Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / html / details-inline-expected.html
blob05a8cdc1b87a6bd2e1946a0ebb67f852c8fa84ab
1 <!DOCTYPE html>
2 <html>
3 <head>
4 </head>
5 <style>
6 </style>
7 <body>
8 <div>
9 <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>
10 </div>
11 <div>
12 <details style="background-color: gray; display:inline-block;" open>This should be like<br>inline-block too</details>, and here is should-follow text.
13 </div>
14 </body>
15 </html>