mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
additional crashtest for bug 645072
This commit is contained in:
parent
de1012f0b9
commit
df641cb631
17
layout/generic/crashtests/645072-2.html
Normal file
17
layout/generic/crashtests/645072-2.html
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<script>
|
||||||
|
|
||||||
|
function boom()
|
||||||
|
{
|
||||||
|
document.documentElement.offsetHeight;
|
||||||
|
document.getElementById("f").appendChild(document.createTextNode("\u00AD"));
|
||||||
|
document.documentElement.offsetHeight;
|
||||||
|
}
|
||||||
|
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body onload="boom();"><fieldset id="f"> </fieldset></body>
|
||||||
|
</html>
|
||||||
|
|
@ -354,3 +354,5 @@ load 604843.html
|
|||||||
load 605340.html
|
load 605340.html
|
||||||
load 621841-1.html
|
load 621841-1.html
|
||||||
load 645072-1.html
|
load 645072-1.html
|
||||||
|
load 645072-2.html
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user