[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / html / font-face-empty-should-not-crash.html
1 <!doctype html>
2 <html>
3 <head>
4 <script>
5 if (window.layoutTestController)
6     layoutTestController.dumpAsText();
7 </script>
8 </head>
9 <body>
10 Test passes if it does not crash.
11 <font face=""></font>
12 </body>
13 </html>