mirror of
https://github.com/servo/servo.git
synced 2025-08-01 19:50:30 +01:00
8 lines
180 B
HTML
8 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>
|