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

Unified Diff: LayoutTests/fast/files/blob-close-revoke-expected.txt

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 | « LayoutTests/fast/files/blob-close-revoke.html ('k') | Source/core/dom/DOMURL.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/files/blob-close-revoke-expected.txt
diff --git a/LayoutTests/fast/files/blob-close-revoke-expected.txt b/LayoutTests/fast/files/blob-close-revoke-expected.txt
index 1f36aea80af2849eb16b9de8e520a15dfb2d22b8..3b565eae14c54a157288210cfadac2cb0f1bd762 100644
--- a/LayoutTests/fast/files/blob-close-revoke-expected.txt
+++ b/LayoutTests/fast/files/blob-close-revoke-expected.txt
@@ -17,8 +17,7 @@ PASS Error triggered on starting Worker from a closed Blob.
PASS Error triggered on starting Worker from a closed Blob.
PASS Error triggered on starting Worker from a closed Blob.
Test creating object URLs on closed Blobs
-PASS blobURL1 !== blobURL2 is true
-PASS blobURL2.length > 0 is true
+PASS window.URL.createObjectURL(blob); threw exception InvalidStateError: Failed to execute 'createObjectURL' on 'URL': Blob has been closed..
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/files/blob-close-revoke.html ('k') | Source/core/dom/DOMURL.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698