chromium/third_party/blink/web_tests/fast/parser/p-in-scope.html

<link rel="stylesheet" href="resources/p-in-scope.css">
<p>
    The symbol in row <tt>foo</tt> and column <tt>bar</tt> shows whether
    <tt>&lt;p>&lt;bar>&lt;foo></tt> is allowed (+) or closes the
    <tt>&lt;p></tt> before opening <tt>&lt;foo></tt> (-).
</p>
<table>
    <thead>
        <tr id="header-row">
            <th>Leaf</th>
            <th></th>
        </tr>
    </thead>
    <tbody id="results">
    </tbody>
</table>
<pre id="console"></pre>
<script src="resources/p-in-scope.js"></script>