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

Unified Diff: LayoutTests/fast/filesystem/not-enough-arguments.html

Issue 22436002: Replace EntryArray type by an Entry[] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 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 | LayoutTests/fast/filesystem/not-enough-arguments-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/filesystem/not-enough-arguments.html
diff --git a/LayoutTests/fast/filesystem/not-enough-arguments.html b/LayoutTests/fast/filesystem/not-enough-arguments.html
index 30a1bad2575b037f6a43abc5f0d6645641864309..e535a7c5e4284fe62150c6ca440cded7fc81177d 100644
--- a/LayoutTests/fast/filesystem/not-enough-arguments.html
+++ b/LayoutTests/fast/filesystem/not-enough-arguments.html
@@ -26,7 +26,6 @@ function successCallback(fs)
reader.readEntries(function(entries) {
window.entries = entries;
- shouldThrow("entries.item()");
fileSystem.root.getFile("/test", { create: true }, function(entry) {
window.entry = entry;
« no previous file with comments | « no previous file | LayoutTests/fast/filesystem/not-enough-arguments-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698