mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Fix intermittent orange by starting test from onload rather than setTimeout. (Bug 566392) r=jruderman
This commit is contained in:
parent
def07e5e0f
commit
36f04b3d7b
@ -20,12 +20,10 @@ function init()
|
||||
}
|
||||
}
|
||||
|
||||
setTimeout(init, 30);
|
||||
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body><div id="ww"><input type="text" value="inputtext" id="inp">moretext</div></body>
|
||||
<body onload="init()"><div id="ww"><input type="text" value="inputtext" id="inp">moretext</div></body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user