Index: third_party/WebKit/LayoutTests/imported/wpt/FileAPI/idlharness-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/idlharness-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/idlharness-expected.txt |
index 4c03728c6d761bca9931da327f56e8be88085e76..05af2d4062b2ad8f982afb2f42fbf608997e5776 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/idlharness-expected.txt |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/idlharness-expected.txt |
@@ -56,6 +56,7 @@ PASS FileReader interface object name |
FAIL FileReader interface: existence and properties of interface prototype object assert_equals: class string of FileReader.prototype expected "[object FileReaderPrototype]" but got "[object FileReader]" |
PASS FileReader interface: existence and properties of interface prototype object's "constructor" property |
PASS FileReader interface: operation readAsArrayBuffer(Blob) |
+PASS FileReader interface: operation readAsBinaryString(Blob) |
PASS FileReader interface: operation readAsText(Blob,DOMString) |
PASS FileReader interface: operation readAsDataURL(Blob) |
PASS FileReader interface: operation abort() |
@@ -78,23 +79,25 @@ PASS FileReader must be primary interface of new FileReader() |
PASS Stringification of new FileReader() |
PASS FileReader interface: new FileReader() must inherit property "readAsArrayBuffer" with the proper type (0) |
PASS FileReader interface: calling readAsArrayBuffer(Blob) on new FileReader() with too few arguments must throw TypeError |
-PASS FileReader interface: new FileReader() must inherit property "readAsText" with the proper type (1) |
+PASS FileReader interface: new FileReader() must inherit property "readAsBinaryString" with the proper type (1) |
+PASS FileReader interface: calling readAsBinaryString(Blob) on new FileReader() with too few arguments must throw TypeError |
+PASS FileReader interface: new FileReader() must inherit property "readAsText" with the proper type (2) |
PASS FileReader interface: calling readAsText(Blob,DOMString) on new FileReader() with too few arguments must throw TypeError |
-PASS FileReader interface: new FileReader() must inherit property "readAsDataURL" with the proper type (2) |
+PASS FileReader interface: new FileReader() must inherit property "readAsDataURL" with the proper type (3) |
PASS FileReader interface: calling readAsDataURL(Blob) on new FileReader() with too few arguments must throw TypeError |
-PASS FileReader interface: new FileReader() must inherit property "abort" with the proper type (3) |
-PASS FileReader interface: new FileReader() must inherit property "EMPTY" with the proper type (4) |
-PASS FileReader interface: new FileReader() must inherit property "LOADING" with the proper type (5) |
-PASS FileReader interface: new FileReader() must inherit property "DONE" with the proper type (6) |
-PASS FileReader interface: new FileReader() must inherit property "readyState" with the proper type (7) |
-PASS FileReader interface: new FileReader() must inherit property "result" with the proper type (8) |
-PASS FileReader interface: new FileReader() must inherit property "error" with the proper type (9) |
-PASS FileReader interface: new FileReader() must inherit property "onloadstart" with the proper type (10) |
-PASS FileReader interface: new FileReader() must inherit property "onprogress" with the proper type (11) |
-PASS FileReader interface: new FileReader() must inherit property "onload" with the proper type (12) |
-PASS FileReader interface: new FileReader() must inherit property "onabort" with the proper type (13) |
-PASS FileReader interface: new FileReader() must inherit property "onerror" with the proper type (14) |
-PASS FileReader interface: new FileReader() must inherit property "onloadend" with the proper type (15) |
+PASS FileReader interface: new FileReader() must inherit property "abort" with the proper type (4) |
+PASS FileReader interface: new FileReader() must inherit property "EMPTY" with the proper type (5) |
+PASS FileReader interface: new FileReader() must inherit property "LOADING" with the proper type (6) |
+PASS FileReader interface: new FileReader() must inherit property "DONE" with the proper type (7) |
+PASS FileReader interface: new FileReader() must inherit property "readyState" with the proper type (8) |
+PASS FileReader interface: new FileReader() must inherit property "result" with the proper type (9) |
+PASS FileReader interface: new FileReader() must inherit property "error" with the proper type (10) |
+PASS FileReader interface: new FileReader() must inherit property "onloadstart" with the proper type (11) |
+PASS FileReader interface: new FileReader() must inherit property "onprogress" with the proper type (12) |
+PASS FileReader interface: new FileReader() must inherit property "onload" with the proper type (13) |
+PASS FileReader interface: new FileReader() must inherit property "onabort" with the proper type (14) |
+PASS FileReader interface: new FileReader() must inherit property "onerror" with the proper type (15) |
+PASS FileReader interface: new FileReader() must inherit property "onloadend" with the proper type (16) |
PASS FileReaderSync interface: existence and properties of interface object |
Harness: the test ran to completion. |