Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / PerformanceTests / ShadowDOM / ChangingSelect.html
index 7d0ea42..a7633ad 100644 (file)
@@ -18,7 +18,7 @@ function setup()
 {
     var nDivs = numDivsInHost;
 
-    window.shadowRoot = host.webkitCreateShadowRoot();
+    window.shadowRoot = host.createShadowRoot();
     shadowRoot.innerHTML = '<h2>Selected</h2><div id="selected"><content select=".selected"></content></div><h2>NonSelected</h2><div id="nonselected"><content></content></div>';
 
     for (var i = 0; i < nDivs; ++i) {