details-containing-only-text.html (212B)
1 <!DOCTYPE html> 2 <!-- Any copyright is dedicated to the Public Domain. 3 - http://creativecommons.org/publicdomain/zero/1.0/ --> 4 5 <html> 6 <body> 7 <details open>This is the detail.</details> 8 </body> 9 </html>