Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / HTMLDocument / release-events.html
1 <!DOCTYPE html>
2 <p>Tests the deprecation warning of HTMLDocument releaseEvents</p>
3 <script>
4
5 if (window.testRunner)
6     testRunner.dumpAsText();
7
8 document.releaseEvents();
9
10 </script>