tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / background-norepeat-crash.html
1 <html>
2 <head>
3     <title></title>
4     <script>
5         if (window.layoutTestController)
6             layoutTestController.dumpAsText();
7     </script>
8 </head>
9 <body style="background:url(),url(); background-repeat:no-repeat;">
10     <script>document.body.style.getPropertyValue("background")</script>
11     <p>
12         Test for crash when retrieving the implicit "background" property value with "background-repeat: no-repeat" (https://bugs.webkit.org/show_bug.cgi?id=49055). If this text appears, the test has passed.
13     </p>
14 </body>
15 </html>