[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / css-generated-content / malformed-url.html
1 <html>
2 <div style="content:url(//%);"></div>
3 <div style="content:url(http://|server|/);"></div>
4 An invalid URL in the "content" style property should not cause a crash when the browser navigates away from the page.
5
6 FAIL - The browser should have navigated to resources/pass.html.
7 <script>
8 if (window.layoutTestController) {
9     layoutTestController.dumpAsText();
10     layoutTestController.waitUntilDone();
11 }
12 window.location.href = 'resources/pass.html';
13 </script>
14 </html>