| Index: third_party/WebKit/LayoutTests/editing/selection/addRange-failures.html
|
| diff --git a/third_party/WebKit/LayoutTests/editing/selection/addRange-failures.html b/third_party/WebKit/LayoutTests/editing/selection/addRange-failures.html
|
| index 998e207d68e604ecd96810e3d9e437ddbfaaa0b1..42d0ad4cb683390f894d0e5722a50ef008fbdbf4 100644
|
| --- a/third_party/WebKit/LayoutTests/editing/selection/addRange-failures.html
|
| +++ b/third_party/WebKit/LayoutTests/editing/selection/addRange-failures.html
|
| @@ -12,7 +12,7 @@ var selection = window.getSelection();
|
|
|
| function testNull()
|
| {
|
| - selection.addRange(null);
|
| + shouldThrow('selection.addRange(null)');
|
| }
|
|
|
| function testDetachedRange()
|
|
|