[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / js / stack-trace.html
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html>
3 <head>
4         <link rel="stylesheet" href="resources/js-test-style.css">
5         <script src="resources/js-test-pre.js"></script>
6 </head>
7 <body>
8         <p id="description"></p>
9         <p id="console"></p>
10         <script>function htmlInner() { throw new Error("Error in HTML"); }</script>
11         <script>function htmlOuter() { htmlInner(); }</script>
12         <script src="script-tests/stack-trace.js"></script>
13 </body>
14 </html>