tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / css-imports.html
1 <p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=11575">bug 11575</a>:
2 REGRESSION: WebCore crash in CSSParser/HTMLTokenizer.</p>
3 <p>All four sides of the square below should be present for this test to really pass,
4 and WebKit shouldn't crash for it to pass partially.</p>
5 <link rel="stylesheet" type="text/css" href="resources/style.css">
6 <style>@import "resources/css-imports.css";</style>
7 <div style="border-top: solid; width: 100px; height: 100px;"></div>