Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / custom / title-assertion.html
blobf4968c981f20e91811d5d8cc2b3cda6867923d5d
1 <!DOCTYPE html>
2 <html>
3 <script src="../../resources/js-test.js"></script>
4 <svg>
5 <title>title</title>
6 </svg>
7 <script>
8 document.title = 'New title';
9 description('We had a bug that updating document.title caused an assertion failure.');
10 testPassed('if any assertion does not fail.');
11 </script>
12 </html>