Index: third_party/WebKit/LayoutTests/imported/wpt/FileAPI/historical.html |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/historical.html b/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/historical.html |
index 3ff56a30164b332fc2d912389cb9a0809504a102..a9ae674d457e1360c9ebaddf5666d22167bf2c9f 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/historical.html |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/historical.html |
@@ -36,13 +36,6 @@ |
assert_false(prefixes[i]+'BlobBuilder' in window, prefixes[i]+'BlobBuilder'); |
} |
}, 'BlobBuilder should not be supported.'); |
- |
- test(function() { |
- var reader = new FileReader(); |
- assert_false('readAsBinaryString' in reader, 'should not be in reader'); |
- assert_equals(reader.readAsBinaryString, undefined, |
- 'should be undefined on getting') |
- }, 'FileReader should not support readAsBinaryString'); |
</script> |
</body> |
</html> |