summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/html/details-element-render-inline-crash.html
blob: 5d6e4dd68307307097b036f3ae9d4b160e090c2b (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>