| Index: LayoutTests/fast/files/blob-close.html
|
| diff --git a/LayoutTests/fast/files/blob-close.html b/LayoutTests/fast/files/blob-close.html
|
| index 91ab183296056576c589281d7595b8f449a5d748..308c19d37f263c5b79109896db166ac12b870229 100644
|
| --- a/LayoutTests/fast/files/blob-close.html
|
| +++ b/LayoutTests/fast/files/blob-close.html
|
| @@ -19,4 +19,6 @@ shouldBeEqualToString("blob.type", "text/plain");
|
| shouldBe("sliced1.size", "3");
|
| var sliced2 = sliced1.slice(2);
|
| shouldBe("sliced2.size", "1");
|
| +shouldThrow("blob.slice(2)");
|
| +shouldThrow("blob.close()");
|
| </script>
|
|
|