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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/FileAPI/idlharness-expected.txt

Issue 1685543002: Supports "class string" based on @@toStringTag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated test expectations. Created 4 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/imported/web-platform-tests/FileAPI/idlharness-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/FileAPI/idlharness-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/FileAPI/idlharness-expected.txt
index 7ebb20ee75c7aad56869534294b2c41adf8cc2e6..415786d34a38030e6c3a04b69bd0b8b3e1fe40ad 100644
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/FileAPI/idlharness-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/FileAPI/idlharness-expected.txt
@@ -6,7 +6,7 @@ PASS URL interface: operation revokeObjectURL(DOMString)
PASS Blob interface: existence and properties of interface object
PASS Blob interface object length
PASS Blob interface object name
-FAIL Blob interface: existence and properties of interface prototype object assert_equals: class string of Blob.prototype expected "[object BlobPrototype]" but got "[object Object]"
+FAIL Blob interface: existence and properties of interface prototype object assert_equals: class string of Blob.prototype expected "[object BlobPrototype]" but got "[object Blob]"
PASS Blob interface: existence and properties of interface prototype object's "constructor" property
PASS Blob interface: attribute size
PASS Blob interface: attribute type
@@ -24,7 +24,7 @@ PASS Blob interface: new Blob(["TEST"]) must inherit property "close" with the p
PASS File interface: existence and properties of interface object
PASS File interface object length
PASS File interface object name
-FAIL File interface: existence and properties of interface prototype object assert_equals: class string of File.prototype expected "[object FilePrototype]" but got "[object Object]"
+FAIL File interface: existence and properties of interface prototype object assert_equals: class string of File.prototype expected "[object FilePrototype]" but got "[object File]"
PASS File interface: existence and properties of interface prototype object's "constructor" property
PASS File interface: attribute name
PASS File interface: attribute lastModified
@@ -41,7 +41,7 @@ PASS Blob interface: new File(["myFileBits"], "myFileName") must inherit propert
PASS FileList interface: existence and properties of interface object
PASS FileList interface object length
PASS FileList interface object name
-FAIL FileList interface: existence and properties of interface prototype object assert_equals: class string of FileList.prototype expected "[object FileListPrototype]" but got "[object Object]"
+FAIL FileList interface: existence and properties of interface prototype object assert_equals: class string of FileList.prototype expected "[object FileListPrototype]" but got "[object FileList]"
PASS FileList interface: existence and properties of interface prototype object's "constructor" property
PASS FileList interface: operation item(unsigned long)
PASS FileList interface: attribute length
@@ -53,7 +53,7 @@ PASS FileList interface: file_input.files must inherit property "length" with th
PASS FileReader interface: existence and properties of interface object
PASS FileReader interface object length
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 Object]"
+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 readAsText(Blob,DOMString)

Powered by Google App Engine
This is Rietveld 408576698