mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Testcase from bug 847127, r=ehsan
This commit is contained in:
parent
4b8d2eee89
commit
95d3d6b7aa
19
content/base/crashtests/847127.html
Normal file
19
content/base/crashtests/847127.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
var outer = document.createElement("span");
|
||||
outer.dir = "auto";
|
||||
var inner = document.createElement("span");
|
||||
outer.appendChild(inner);
|
||||
inner.appendChild(document.createTextNode("\u202B"));
|
||||
inner.dir = "auto";
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body onload="boom();"></body>
|
||||
</html>
|
@ -131,3 +131,4 @@ load 829428.html
|
||||
load 836890.html
|
||||
load 841205.html
|
||||
load 844404.html
|
||||
load 847127.html
|
||||
|
Loading…
Reference in New Issue
Block a user