gecko-dev/layout/reftests/details-summary/summary-not-direct-child.html

13 строки
278 B
HTML
Исходник Обычный вид История

<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
- http://creativecommons.org/publicdomain/zero/1.0/ -->
<html>
<body>
<details open>
<span><summary>Summary</summary></span>
<p>This is the details.</p>
</details>
</body>
</html>