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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/FileAPI/idlharness-expected.txt

Issue 2697453005: Import wpt@758b3b4cfa805067f36121333ba031e583d3a62c (Closed)
Patch Set: Add -expected.txt files. Created 3 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
Index: third_party/WebKit/LayoutTests/external/wpt/FileAPI/idlharness-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/FileAPI/idlharness-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/FileAPI/idlharness-expected.txt
index 43946fe0f7aca7f8941da369f905e7000a5bd62e..54ba78cbb15bf3a7a514da75216bcca9603984ad 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/FileAPI/idlharness-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/FileAPI/idlharness-expected.txt
@@ -9,17 +9,13 @@ FAIL Blob interface: existence and properties of interface prototype object asse
PASS Blob interface: existence and properties of interface prototype object's "constructor" property
PASS Blob interface: attribute size
PASS Blob interface: attribute type
-PASS Blob interface: attribute isClosed
PASS Blob interface: operation slice(long long,long long,DOMString)
-PASS Blob interface: operation close()
PASS Blob must be primary interface of new Blob(["TEST"])
PASS Stringification of new Blob(["TEST"])
PASS Blob interface: new Blob(["TEST"]) must inherit property "size" with the proper type (0)
PASS Blob interface: new Blob(["TEST"]) must inherit property "type" with the proper type (1)
-PASS Blob interface: new Blob(["TEST"]) must inherit property "isClosed" with the proper type (2)
-PASS Blob interface: new Blob(["TEST"]) must inherit property "slice" with the proper type (3)
+PASS Blob interface: new Blob(["TEST"]) must inherit property "slice" with the proper type (2)
PASS Blob interface: calling slice(long long,long long,DOMString) on new Blob(["TEST"]) with too few arguments must throw TypeError
-PASS Blob interface: new Blob(["TEST"]) must inherit property "close" with the proper type (4)
PASS File interface: existence and properties of interface object
PASS File interface object length
PASS File interface object name
@@ -33,10 +29,8 @@ PASS File interface: new File(["myFileBits"], "myFileName") must inherit propert
PASS File interface: new File(["myFileBits"], "myFileName") must inherit property "lastModified" with the proper type (1)
PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit property "size" with the proper type (0)
PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit property "type" with the proper type (1)
-PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit property "isClosed" with the proper type (2)
-PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit property "slice" with the proper type (3)
+PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit property "slice" with the proper type (2)
PASS Blob interface: calling slice(long long,long long,DOMString) on new File(["myFileBits"], "myFileName") with too few arguments must throw TypeError
-PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit property "close" with the proper type (4)
PASS FileList interface: existence and properties of interface object
PASS FileList interface object length
PASS FileList interface object name

Powered by Google App Engine
This is Rietveld 408576698