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

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

Issue 1999243002: Import wpt@5df9b57edb3307a87d5187804b29c8ddd2aa14e1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add expectations files (using run-webkit-tests --new-baseline) Created 4 years, 7 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/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 cfaa6308fdd2ebb2b2a2dd3640bc8bd2c21f1e19..92e5d29e2183b14bb83405244cb0a75e715e9f57 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/idlharness-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/FileAPI/idlharness-expected.txt
@@ -10,14 +10,14 @@ 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
+FAIL Blob interface: attribute isClosed assert_true: The prototype object must have a property "isClosed" expected true got false
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)
+FAIL Blob interface: new Blob(["TEST"]) must inherit property "isClosed" with the proper type (2) assert_inherits: property "isClosed" not found in prototype chain
PASS Blob interface: new Blob(["TEST"]) must inherit property "slice" with the proper type (3)
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)
@@ -34,7 +34,7 @@ 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)
+FAIL Blob interface: new File(["myFileBits"], "myFileName") must inherit property "isClosed" with the proper type (2) assert_inherits: property "isClosed" not found in prototype chain
PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit property "slice" with the proper type (3)
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)

Powered by Google App Engine
This is Rietveld 408576698