Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / html / imports / resources / notify-done.html
1 <!DOCTYPE html>
2 <script>
3 gc();
4 console.log("PASS unless crash.");
5 if (window.testRunner)
6     testRunner.notifyDone();
7 </script>