Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / parser / p-in-scope.html
blob01a41ead47ab668637b2b6de23af2562d1ac8eac
1 <link rel="stylesheet" href="resources/p-in-scope.css">
2 <p>
3 The symbol in row <tt>foo</tt> and column <tt>bar</tt> shows whether
4 <tt>&lt;p>&lt;bar>&lt;foo></tt> is allowed (+) or closes the
5 <tt>&lt;p></tt> before opening <tt>&lt;foo></tt> (-).
6 </p>
7 <table>
8 <thead>
9 <tr id="header-row">
10 <th>Leaf</th>
11 <th></th>
12 </tr>
13 </thead>
14 <tbody id="results">
15 </tbody>
16 </table>
17 <pre id="console"></pre>
18 <script src="resources/p-in-scope.js"></script>