Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: LayoutTests/fast/files/blob-close.html

Issue 184473002: Sync Blob.close() behavior wrt updated spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/files/blob-close-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/fast/files/blob-close-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698