Enable OpenEndedDictionary in Headers

Expected wpt results are updated as well.
This commit is contained in:
Jeena Lee 2016-09-20 14:37:55 -07:00
parent 2b1a39c2ae
commit 3b75d223f1
16 changed files with 65 additions and 77 deletions

View file

@ -1,35 +0,0 @@
[headers-basic.html]
type: testharness
[Create headers from empty object]
expected: FAIL
[Create headers with OpenEndedDictionary]
expected: FAIL
[Create headers with existing headers]
expected: FAIL
[Check has method]
expected: FAIL
[Check delete method]
expected: FAIL
[Check get method]
expected: FAIL
[Check keys method]
expected: FAIL
[Check values method]
expected: FAIL
[Check entries method]
expected: FAIL
[Check Symbol.iterator method]
expected: FAIL
[Check forEach method]
expected: FAIL

View file

@ -1,5 +0,0 @@
[headers-casing.html]
type: testharness
[Create headers, names use characters with different case]
expected: FAIL

View file

@ -1,5 +0,0 @@
[headers-normalize.html]
type: testharness
[Create headers with not normalized values]
expected: FAIL

View file

@ -1,3 +1,8 @@
[request-clone.sub.html]
type: testharness
expected: ERROR
[Check cloning a request]
expected: FAIL
[Check cloning a request copies the headers]
expected: FAIL

View file

@ -1,8 +1,5 @@
[request-init-002.html]
type: testharness
[Initialize Request with headers values]
expected: FAIL
[Initialize Request's body with undefined]
expected: FAIL

View file

@ -1,3 +1,14 @@
[request-init-003.sub.html]
type: testharness
expected: ERROR
[Check request values when initialized from Request]
expected: FAIL
[Check request values when initialized from Request and init values]
expected: FAIL
[Check request values when initialized from url string]
expected: FAIL
[Check request values when initialized from url and init values]
expected: FAIL

View file

@ -15,9 +15,6 @@
[Request has text method]
expected: FAIL
[Check headers attribute]
expected: FAIL
[Check referrer attribute]
expected: FAIL

View file

@ -1,3 +1,20 @@
[response-clone.html]
type: testharness
expected: ERROR
[Check Response's clone has the expected attribute values]
expected: FAIL
[Check orginal response's body after cloning]
expected: FAIL
[Check cloned response's body]
expected: FAIL
[Cannot clone a disturbed response]
expected: FAIL
[Cloned responses should provide the same data]
expected: FAIL
[Cancelling stream should not affect cloned one]
expected: FAIL

View file

@ -1,8 +1,5 @@
[response-init-002.html]
type: testharness
[Initialize Response with headers values]
expected: FAIL
[Initialize Response's body with application/octet-binary]
expected: FAIL

View file

@ -10664,3 +10664,4 @@
[Navigator interface: window.navigator must inherit property "hardwareConcurrency" with the proper type (22)]
expected: FAIL

View file

@ -301,3 +301,4 @@
[WebGL test #49: Property either does not exist or is not a function: validateProgram]
expected: FAIL

View file

@ -8,3 +8,4 @@
[WebGL test #85: getError expected: NO_ERROR. Was INVALID_ENUM : there should be no errors]
expected: FAIL