| Index: third_party/WebKit/LayoutTests/fast/js/toString-dontEnum.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/js/toString-dontEnum.html b/third_party/WebKit/LayoutTests/fast/js/toString-dontEnum.html
|
| index 05493cadaf3080ae68eaf8ea507dcb3b4bc9203d..f7c761295a7994f85b30f0a319fe02017551b8b2 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/js/toString-dontEnum.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/js/toString-dontEnum.html
|
| @@ -26,7 +26,6 @@
|
|
|
| // DOM objects with custom toString() functions
|
| test(window.location, "Location");
|
| - test(window.getSelection(), "Selection");
|
|
|
| // Other DOM objects
|
| test(document.createElement('div'), "HTMLDivElement");
|
|
|