mirror of
https://github.com/servo/servo
synced 2026-05-09 08:32:31 +02:00
9 lines
180 B
HTML
9 lines
180 B
HTML
<html>
|
|
<title>x</title>
|
|
<script src="harness.js"></script>
|
|
<script>
|
|
document.head.firstChild.appendChild(document.createElement("foo"));
|
|
is(document.title, "x");
|
|
</script>
|
|
</html>
|