| Index: LayoutTests/imported/web-platform-tests/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-004.html
|
| diff --git a/LayoutTests/imported/web-platform-tests/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-004.html b/LayoutTests/imported/web-platform-tests/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-004.html
|
| index df48fa0893c7e4d2288f4e46a71d53e42ff6e10a..ae9df38270463db7ec407fb22c432c53dae350b8 100644
|
| --- a/LayoutTests/imported/web-platform-tests/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-004.html
|
| +++ b/LayoutTests/imported/web-platform-tests/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-004.html
|
| @@ -37,7 +37,7 @@ test(unit(function (ctx) {
|
| range.setStart(span.firstChild, 0);
|
| range.setEnd(span.firstChild, 3);
|
|
|
| - var selection = window.getSelection();
|
| + var selection = s.getSelection();
|
| selection.removeAllRanges();
|
| selection.addRange(range);
|
|
|
|
|