blob: dfd6ad1f013efa839f1d5654e64bfcab12d31b5e [file] [log] [blame]
<!DOCTYPE html>
<html>
<script src="../../resources/js-test-pre.js"></script>
<svg>
<title>title</title>
</svg>
<script>
document.title = 'New title';
description('We had a bug that updating document.title caused an assertion failure.');
testPassed('if any assertion does not fail.');
</script>
<script src="../../resources/js-test-post.js"></script>
</html>