mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add crashtest
This commit is contained in:
parent
55b29989dc
commit
99b40915ba
12
layout/generic/crashtests/393906-1.html
Normal file
12
layout/generic/crashtests/393906-1.html
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<script>
|
||||||
|
function boom()
|
||||||
|
{
|
||||||
|
document.getElementById("div").setAttribute("dir", "rtl");
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<body onload="boom()">
|
||||||
|
<div id="div" style="width: 0;"> Foo a bar baz</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -10,4 +10,5 @@ load 390050-1.html
|
|||||||
load 390050-2.html
|
load 390050-2.html
|
||||||
load 390050-3.html
|
load 390050-3.html
|
||||||
load 393758-1.xhtml
|
load 393758-1.xhtml
|
||||||
|
load 393906-1.html
|
||||||
load 404204-1.html
|
load 404204-1.html
|
||||||
|
Loading…
Reference in New Issue
Block a user