mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1061028 - crashtest.
This commit is contained in:
parent
981990a55c
commit
7d3c8167ac
9
layout/base/crashtests/1061028.html
Normal file
9
layout/base/crashtests/1061028.html
Normal file
@ -0,0 +1,9 @@
|
||||
<style>td:first-letter {
|
||||
</style>
|
||||
><table border=0>
|
||||
<td><table id=test1>><td id=test2>
|
||||
<script>
|
||||
setTimeout("tCFcrash()", 41);
|
||||
function tCFcrash() {
|
||||
test1.appendChild(test2);
|
||||
}</script>>
|
@ -440,3 +440,4 @@ load 942690.html
|
||||
load 973390-1.html
|
||||
load 1001237.html
|
||||
load 1043163-1.html
|
||||
load 1061028.html
|
||||
|
Loading…
Reference in New Issue
Block a user