repo.or.cz
/
wine-gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git]
/
layout
/
tables
/
crashtests
/
388700-1.html
blob
f75336e15f1d7fd931bd892a1dfe95c1bba4d692
1
<html>
2
3
<head>
4
<script>
5
6
function
boom
()
7
{
8
document
.
body
.
style
.
direction
=
"rtl"
;
9
tbody
=
document
.
getElementById
(
"tbody"
);
10
tbody
.
contentEditable
=
"true"
;
11
tbody
.
focus
();
12
}
13
14
</script>
15
</head>
16
17
<body
onload
=
"boom();"
>
18
19
<table
border
=
"1"
>
20
<tbody>
21
<tr>
22
<td>
23
<table
border
=
"1"
style
=
"border-collapse: collapse;"
><tbody
id
=
"tbody"
><tr></tr>
24
<tr>
25
<td></td>
26
</tr>
27
</table>
28
</td>
29
</tr>
30
</tbody>
31
</table>
32
33
</body>
34
</html>