mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Test for bug 844404
This commit is contained in:
parent
880ff19a9f
commit
f24942c07e
23
content/base/crashtests/844404.html
Normal file
23
content/base/crashtests/844404.html
Normal file
@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
d.setAttribute('dir', "auto");
|
||||
c.setAttribute('dir', "auto");
|
||||
d.removeAttribute('dir');
|
||||
c.removeAttribute('dir');
|
||||
b.setAttribute('dir', "auto");
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="boom();">
|
||||
|
||||
<div id="a" dir="auto"><div id="b"><div id="c"><div id="d"></div></div></div></div>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -130,3 +130,4 @@ load 828054.html
|
||||
load 829428.html
|
||||
load 836890.html
|
||||
load 841205.html
|
||||
load 844404.html
|
||||
|
Loading…
Reference in New Issue
Block a user