| OLD | NEW |
| 1 Test content | 1 Test content |
| 2 | 2 |
| 3 Test that nav closes p. This paragraph should be surrounded by a thin green bord
er, instead of a thick red one. Also tests that nav lays out as a block. There s
hould be only a single border box with width of the content area (minus margins)
. | 3 Test that nav closes p. This paragraph should be surrounded by a thin green bord
er, instead of a thick red one. Also tests that nav lays out as a block. There s
hould be only a single border box with width of the content area (minus margins)
. |
| 4 | 4 |
| 5 Test that p does not close nav. This paragraph should have a double green border
. | 5 Test that p does not close nav. This paragraph should have a double green border
. |
| 6 | 6 |
| 7 Test that nav can nest inside itself. This paragraph should have a double green
border. | 7 Test that nav can nest inside itself. This paragraph should have a double green
border. |
| 8 | 8 |
| 9 Test of residual style. This text should be bold. | 9 Test of residual style. This text should be bold. |
| 10 This should be bold too. | 10 This should be bold too. |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 <nav><nav>Test that <code>nav</code> can nest inside itself. This paragraph shou
ld have a double green border.</nav></nav> | 21 <nav><nav>Test that <code>nav</code> can nest inside itself. This paragraph shou
ld have a double green border.</nav></nav> |
| 22 <br> | 22 <br> |
| 23 <b><nav>Test of residual style. This text should be bold.</nav>This should be bo
ld too.</b> | 23 <b><nav>Test of residual style. This text should be bold.</nav>This should be bo
ld too.</b> |
| 24 | 24 |
| 25 <p><br></p> | 25 <p><br></p> |
| 26 | 26 |
| 27 <div contenteditable="true" id="editable"><nav> | 27 <div contenteditable="true" id="editable"><nav> |
| 28 Test of FormatBlock behavior. This text should have a green border. | 28 Test of FormatBlock behavior. This text should have a green border. |
| 29 </nav></div> | 29 </nav></div> |
| 30 | 30 |
| OLD | NEW |