Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html class="reftest-wait">
<span id=a />
<script>
addEventListener("DOMContentLoaded", function(){
a.animate([{"left": "38%"}], 100);
a.appendChild(document.createElement("div"));
document.documentElement.classList.remove("reftest-wait");
});
</script>
</html>