Sign in
webkit
/
WebKit
/
d4f65fcc3c5c5e5acf4da0072f42bc48017306dc
/
.
/
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>