Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / resources / test-successful-destination.html
blobb497c15f4acfac4124a74d8334c343ffe40ae308
1 <html>
2 <head></head>
3 <body onload="done()">
4 If this page appears without a crash, the test has passed.
5 <script>
6 function done() {
7 if (window.testRunner)
8 testRunner.notifyDone();
10 </script>
11 </body></html>