зеркало из https://github.com/mozilla/gecko-dev.git
Test for bug 819014
This commit is contained in:
Родитель
162861dfcc
Коммит
9f59596be6
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<textarea id="right-to-left1" dir="auto" class="testElement">جناع</textarea>
|
||||
<input type="text" id="right-to-left2" dir="auto" value="שלום">
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
var test1=document.getElementById("right-to-left1");
|
||||
var test2=document.getElementById("right-to-left2");
|
||||
test2.appendChild(document.createTextNode("hello"));
|
||||
setInterval(function() {
|
||||
test1.appendChild(test2);
|
||||
test2.parentNode.removeChild;
|
||||
test1.innerHTML="goodbye";
|
||||
}, 4);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -122,6 +122,7 @@ load 815276.html
|
|||
load 815477.html
|
||||
load 815500.html
|
||||
load 816253.html
|
||||
load 819014.html
|
||||
load 822691.html
|
||||
load 822723.html
|
||||
load 824719.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче