Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / html / imports / custom-element-style-block.html
index 9b8296c..0352483 100644 (file)
@@ -12,7 +12,7 @@ test(function(){
     var x = document.querySelector('x-test');
     var port = x.shadowRoot.querySelector('style').sheet.cssRules[0];
     assert_true(port.styleSheet instanceof StyleSheet);
-}, "The @import sytle in custom element shadow DOM blocks following script element.");
+}, "The @import style in custom element shadow DOM blocks following script element.");
 </script>
 </body>
 </html>