Sign in
webkit
/
WebKit
/
6b7c45f751131450b1675ef5b4b89fb3a0e35aba
/
.
/
LayoutTests
/
fast
/
html
/
details-summary-slot-expected.html
blob: 68a4c0443fb7aab7bf3e7f57ffc7e8fb03edea37 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
This tests sets slot on a child of summary element inside a details element. It should have no effect.
</p>
<details><summary><div>
PASS
</div></summary></details>
</body>
</html>