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