Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / w3c / web-platform-tests / shadow-dom / events / events-that-are-always-stopped / test-002.html
index 57a520f..06053f0 100644 (file)
@@ -34,7 +34,7 @@ A_05_04_02_T01.step(unit(function (ctx) {
     d.body.appendChild(host);
 
     //Shadow root to play with
-    var s = createSR(host);
+    var s = host.createShadowRoot();
 
     var inp1 = d.createElement('input');
     inp1.setAttribute('id', 'inp1');