[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / html / nav-element-expected.txt
1 Test content
2
3 Test that nav closes p. This paragraph should be surrounded by a thin green border, instead of a thick red one. Also tests that nav lays out as a block. There should be only a single border box with width of the content area (minus margins).
4
5 Test that p does not close nav. This paragraph should have a double green border.
6
7 Test that nav can nest inside itself. This paragraph should have a double green border.
8
9 Test of residual style. This text should be bold.
10 This should be bold too.
11
12 Test of FormatBlock behavior. This text should have a green border.
13
14 DOM for the above (so this test can dump as text)
15
16
17 <p></p><nav>Test that <code>nav</code> closes <code>p</code>. This paragraph should be surrounded by a thin green border, instead of a thick red one. Also tests that nav lays out as a block. There should be only a single border box with width of the content area (minus margins).</nav>
18 <br>
19 <nav><p>Test that <code>p</code> does not close <code>nav</code>. This paragraph should have a double green border.</p></nav>
20 <br>
21 <nav><nav>Test that <code>nav</code> can nest inside itself. This paragraph should have a double green border.</nav></nav>
22 <br>
23 <b><nav>Test of residual style. This text should be bold.</nav>This should be bold too.</b>
24
25 <p><br></p>
26
27 <div contenteditable="true" id="editable"><nav>
28 Test of FormatBlock behavior. This text should have a green border.
29 </nav></div>
30