summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/html/details-element-render-inline-crash.html
blob: 1e4c7c6128ad98cff758db1cba2d55eb9e531887 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>