Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / w3c / web-platform-tests / shadow-dom / events / event-dispatch / test-003.html
index 5e75741..b761f3f 100644 (file)
@@ -34,7 +34,7 @@ A_05_05_03_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:100%; width:100%');