haikuwebkit/LayoutTests/fast/html/details-element-render-inli...

15 lines
238 B
HTML

<html>
<head>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<style>
.control { display: inline; }
</style>
PASS<details class="control"><p><a></p></details>
</body>
</html>