| 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
|
|
|