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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/FileAPI/historical.html

Issue 2212873003: W3C auto test importer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/imported/wpt/IndexedDB/interfaces.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698