[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / table / form-with-table-style.html
1 <p>This page has a few form elements on it with various styles.</p>
2 <p>In older versions of WebKit, the table styles would cause infinite recursion and hangs.
3 See <a href="https://bugs.webkit.org/show_bug.cgi?id=5731">bugzilla bug 5731</a>.</p>
4 <div><form style="display:inline">display: inline</form></div>
5 <div><form style="display:block">display: block</form></div>
6 <div><form style="display:list-item">display: list-item</form></div>
7 <div><form style="display:run-in">display: run-in</form></div>
8 <div><form style="display:compact">display: compact</form></div>
9 <div><form style="display:inline-block">display: inline-block</form></div>
10 <div><form style="display:table">display: table</form></div>
11 <div><form style="display:inline-table">display: inline-table</form></div>
12 <div><form style="display:table-row-group">display: table-row-group</form></div>
13 <div><form style="display:table-header-group">display: table-header-group</form></div>
14 <div><form style="display:table-footer-group">display: table-footer-group</form></div>
15 <div><form style="display:table-row">display: table-row</form></div>
16 <div><form style="display:table-column-group">display: table-column-group</form></div>
17 <div><form style="display:table-column">display: table-column</form></div>
18 <div><form style="display:table-cell">display: table-cell</form></div>
19 <div><form style="display:table-caption">display: table-caption</form></div>