Source code

Revision control

Copy as Markdown

Other Tools

t.step(function() {
order.push(4);
document.write("<meta>");
assert_equals(document.getElementsByTagName("meta").length, 1);
});