Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / background-norepeat-crash.html
blob010b4a95cd2ff9a0e346a94d95d55068f20f0b1b
1 <html>
2 <head>
3 <title></title>
4 <script>
5 if (window.testRunner)
6 testRunner.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>