зеркало из https://github.com/mozilla/gecko-dev.git
Test for bug 828054
This commit is contained in:
Родитель
b99e3d5e1c
Коммит
4edda70478
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
|
||||
function boom()
|
||||
{
|
||||
var outer = document.createElement("div");
|
||||
outer.setAttribute("dir", "auto");
|
||||
var inner = document.createElement("div");
|
||||
inner.appendChild(document.createTextNode("A"));
|
||||
outer.appendChild(inner);
|
||||
inner.setAttribute("dir", "auto");
|
||||
}
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body onload="boom();"></body>
|
||||
</html>
|
|
@ -125,3 +125,4 @@ load 822691.html
|
|||
load 822723.html
|
||||
load 824719.html
|
||||
load 827190.html
|
||||
load 828054.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче