blob: f4968c981f20e91811d5d8cc2b3cda6867923d5d [file] [log] [blame]
<!DOCTYPE html>
<html>
<script src="../../resources/js-test.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>
</html>