| Index: third_party/WebKit/LayoutTests/fast/dom/Selection/use-counters.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Selection/use-counters.html b/third_party/WebKit/LayoutTests/fast/dom/Selection/use-counters.html
|
| index 9682116edb86c062b16f7df8e59fc87722c7ba49..352726cb19073c57886b0bd6f4351f955ad3ff3c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Selection/use-counters.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Selection/use-counters.html
|
| @@ -13,10 +13,6 @@ test(function() {
|
| test(function() {
|
| var SelectionSetBaseAndExtentNull = 1084; // From UseCounter.h
|
| assert_false(internals.isUseCounted(document, SelectionSetBaseAndExtentNull));
|
| - assert_throws('IndexSizeError', function() {
|
| - document.getSelection().setBaseAndExtent(null, -1, null, -1);
|
| - });
|
| - assert_false(internals.isUseCounted(document, SelectionSetBaseAndExtentNull));
|
| document.getSelection().setBaseAndExtent(null, 0, null, 0)
|
| assert_true(internals.isUseCounted(document, SelectionSetBaseAndExtentNull));
|
| }, 'selection.setBaseAndExtent(null, 0, null, 0)');
|
|
|