Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / w3c / web-platform-tests / shadow-dom / events / retargeting-relatedtarget / test-001.html
index c402695..e6da34d 100644 (file)
@@ -34,7 +34,7 @@ A_05_02_01_T01.step(unit(function (ctx) {
     d.body.appendChild(host);
 
     //Shadow root to play with
-    var s = createSR(host);
+    var s = host.createShadowRoot();
 
     var div1 = d.createElement('div');
     div1.setAttribute('style', 'height:40px; width:100%');