X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fw3c%2Fweb-platform-tests%2Fshadow-dom%2Fevents%2Fevents-that-are-always-stopped%2Ftest-003.html;h=48c51adb5709ebaf01c46e8c63301c805b8abda6;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=f4bc4d6cbd950f26c5bcbb78bb60db694e182128;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/w3c/web-platform-tests/shadow-dom/events/events-that-are-always-stopped/test-003.html b/src/third_party/WebKit/LayoutTests/w3c/web-platform-tests/shadow-dom/events/events-that-are-always-stopped/test-003.html index f4bc4d6..48c51ad 100644 --- a/src/third_party/WebKit/LayoutTests/w3c/web-platform-tests/shadow-dom/events/events-that-are-always-stopped/test-003.html +++ b/src/third_party/WebKit/LayoutTests/w3c/web-platform-tests/shadow-dom/events/events-that-are-always-stopped/test-003.html @@ -34,7 +34,7 @@ A_05_04_03_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');