mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 367755 - crashtest
This commit is contained in:
parent
86eeb7c0fe
commit
43c6b45f03
23
layout/tables/crashtests/367755.xhtml
Normal file
23
layout/tables/crashtests/367755.xhtml
Normal file
@ -0,0 +1,23 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
document.getElementById("tr").style.cssFloat = "right";
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="setTimeout(boom, 300);">
|
||||
|
||||
<table border="1">
|
||||
<tr id="tr">
|
||||
<td>Foo</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -59,6 +59,7 @@ load 364512-1.html
|
||||
load 366556-1.xhtml
|
||||
load 367673-1.xhtml
|
||||
load 367749.html
|
||||
load 367755.xhtml
|
||||
load 368166-1.xhtml
|
||||
load 370360-1.html
|
||||
load 370713-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user