зеркало из https://github.com/mozilla/gecko-dev.git
Test for bug 816253
This commit is contained in:
Родитель
056efbcf54
Коммит
ec38219fdc
|
@ -0,0 +1,31 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script>
|
||||
window.onload = function() {
|
||||
setInterval(
|
||||
function next_step() {
|
||||
var style = document.createElement('style');
|
||||
style.innerHTML = "{ }";
|
||||
document.getElementsByTagName("*")[ 7 ].appendChild(style);
|
||||
window.dump('.');
|
||||
}, 10);
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="console"></div>
|
||||
<div id="parentDiv">
|
||||
<div id="left-to-right" dir="auto" class="testElement">
|
||||
<input type="text" value="מקור השם עברית">Test test test
|
||||
</div>
|
||||
</div>
|
||||
<script id="des">
|
||||
var el = document.getElementById("left-to-right");
|
||||
document.defaultView.getComputedStyle(el, null).getPropertyValue('border-right-color');
|
||||
|
||||
document.getElementById("parentDiv").style.display = "none";
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -116,3 +116,4 @@ load 752226-2.html
|
|||
HTTP(..) load xhr_abortinprogress.html
|
||||
load 786854.html
|
||||
load xhr_empty_datauri.html
|
||||
load 816253.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче