Update web-platform-tests to revision dc5cbf088edcdb266541d4e5a76149a2c6e716a0

This commit is contained in:
Ms2ger 2016-09-09 09:40:35 +02:00
parent 1d40075f03
commit 079092dfea
2381 changed files with 90360 additions and 17722 deletions

View file

@ -0,0 +1,5 @@
[2d.text.draw.fill.maxWidth.NaN.html]
type: testharness
[fillText handles maxWidth correctly]
expected: FAIL

View file

@ -0,0 +1,11 @@
[imagesmoothing.html]
type: testharness
[Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with fillRect and createPattern().]
expected: FAIL
[Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with fill() and createPattern().]
expected: FAIL
[Test that imageSmoothingEnabled = false (nearest-neighbor interpolation) works with stroke() and createPattern().]
expected: FAIL

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,3 @@
[cross-origin-objects.sub.html]
[ecdh_bits.worker]
type: testharness
expected: ERROR

View file

@ -0,0 +1,3 @@
[ecdh_keys.worker]
type: testharness
expected: ERROR

View file

@ -0,0 +1,3 @@
[hkdf.worker]
type: testharness
expected: ERROR

View file

@ -0,0 +1,3 @@
[pbkdf2.worker]
type: testharness
expected: ERROR

View file

@ -0,0 +1,3 @@
[test_ecdh_bits.html]
type: testharness
expected: ERROR

View file

@ -0,0 +1,3 @@
[test_ecdh_keys.html]
type: testharness
expected: ERROR

View file

@ -0,0 +1,3 @@
[test_hkdf.html]
type: testharness
expected: ERROR

View file

@ -0,0 +1,3 @@
[test_pbkdf2.html]
type: testharness
expected: ERROR

View file

@ -2,5 +2,5 @@
type: testharness
expected: ERROR
[SHA-1 with empty source data]
expected: FAIL
expected: NOTRUN

View file

@ -2,5 +2,5 @@
type: testharness
expected: ERROR
[SHA-1 with empty source data]
expected: FAIL
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[ec_importKey.worker]
type: testharness
expected: ERROR
[Good parameters: P-256 bits (spki, buffer(91), {name: ECDSA, namedCurve: P-256}, true, [\])]
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[rsa_importKey.worker]
type: testharness
expected: ERROR
[Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSA-OAEP}, true, [encrypt\])]
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[symmetric_importKey.worker]
type: testharness
expected: ERROR
[Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [encrypt\])]
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[test_ec_importKey.html]
type: testharness
expected: ERROR
[Good parameters: P-256 bits (spki, buffer(91), {name: ECDSA, namedCurve: P-256}, true, [\])]
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[test_rsa_importKey.html]
type: testharness
expected: ERROR
[Good parameters: 1024 bits (spki, buffer(162), {hash: SHA-1, name: RSA-OAEP}, true, [encrypt\])]
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[test_symmetric_importKey.html]
type: testharness
expected: ERROR
[Good parameters: 128 bits (raw, {0: 1, 1: 2, 10: 11, 11: 12, 12: 13, 13: 14, 14: 15, 15: 16, 2: 3, 3: 4, 4: 5, 5: 6, 6: 7, 7: 8, 8: 9, 9: 10}, {name: AES-CTR}, true, [encrypt\])]
expected: NOTRUN

View file

@ -0,0 +1,3 @@
[ecdsa.worker]
type: testharness
expected: ERROR

View file

@ -0,0 +1,3 @@
[hmac.worker]
type: testharness
expected: ERROR

View file

@ -0,0 +1,3 @@
[rsa_pkcs.worker]
type: testharness
expected: ERROR

View file

@ -0,0 +1,3 @@
[rsa_pss.worker]
type: testharness
expected: ERROR

View file

@ -0,0 +1,3 @@
[test_ecdsa.html]
type: testharness
expected: ERROR

View file

@ -0,0 +1,3 @@
[test_hmac.html]
type: testharness
expected: ERROR

View file

@ -0,0 +1,3 @@
[test_rsa_pkcs.html]
type: testharness
expected: ERROR

View file

@ -0,0 +1,3 @@
[test_rsa_pss.html]
type: testharness
expected: ERROR

View file

@ -0,0 +1,3 @@
[test_wrapKey_unwrapKey.html]
type: testharness
expected: ERROR

View file

@ -0,0 +1,3 @@
[wrapKey_unwrapKey.worker]
type: testharness
expected: ERROR

View file

@ -0,0 +1,5 @@
[abort-during-upload.htm]
type: testharness
[XMLHttpRequest: abort() while sending data]
expected: FAIL

View file

@ -0,0 +1,5 @@
[abort-event-order.htm]
type: testharness
[XMLHttpRequest: The abort() method: abort and loadend events]
expected: FAIL

View file

@ -0,0 +1,5 @@
[event-error-order.sub.html]
type: testharness
[XMLHttpRequest: event - error (order of events)]
expected: FAIL

View file

@ -0,0 +1,5 @@
[event-error.html]
type: testharness
[XMLHttpRequest Test: event - error]
expected: FAIL

View file

@ -0,0 +1,5 @@
[event-timeout-order.htm]
type: testharness
[XMLHttpRequest: event - timeout (order of events)]
expected: FAIL

View file

@ -0,0 +1,20 @@
[headers-normalize-response.htm]
type: testharness
[Header value: hello_world\\0]
expected: FAIL
[Header value: \\0hello_world]
expected: FAIL
[Header value: hello\\0world]
expected: FAIL
[Header value: hello_world[tab\]]
expected: FAIL
[Header value: [tab\]hello_world[tab\]]
expected: FAIL
[Header value: \\0]
expected: FAIL

View file

@ -0,0 +1,5 @@
[send-entity-body-empty.htm]
type: testharness
[XMLHttpRequest: send("") - empty entity body (HEAD)]
expected: FAIL

View file

@ -0,0 +1,5 @@
[send-entity-body-get-head.htm]
type: testharness
[XMLHttpRequest: send() - non-empty data argument and GET/HEAD (HEAD)]
expected: FAIL

View file

@ -0,0 +1,8 @@
[send-entity-body-none.htm]
type: testharness
[No content type (HEAD)]
expected: FAIL
[Explicit content type (HEAD)]
expected: FAIL

View file

@ -0,0 +1,5 @@
[send-sync-response-event-order.htm]
type: testharness
[XMLHttpRequest: The send() method: event order when synchronous flag is set]
expected: FAIL

View file

@ -0,0 +1,32 @@
[setrequestheader-content-type.htm]
type: testharness
[XML Document request has correct default Content-Type of "application/xml;charset=UTF-8"]
expected: FAIL
[HTML Document request has correct default Content-Type of "text/html;charset=UTF-8"]
expected: FAIL
[ArrayBuffer request sends no Content-Type without setRequestHeader() call]
expected: FAIL
[ArrayBuffer request keeps setRequestHeader() Content-Type and charset]
expected: FAIL
[ArrayBufferView request sends no Content-Type without setRequestHeader() call]
expected: FAIL
[ArrayBufferView request keeps setRequestHeader() Content-Type and charset]
expected: FAIL
[URLSearchParams request keeps setRequestHeader() Content-Type, with charset adjusted to UTF-8]
expected: FAIL
[ReadableStream request respects setRequestHeader("")]
expected: FAIL
[ReadableStream request with under type sends no Content-Type without setRequestHeader() call]
expected: FAIL
[ReadableStream request keeps setRequestHeader() Content-Type and charset]
expected: FAIL

View file

@ -0,0 +1,11 @@
[AddEventListenerOptions-once.html]
type: testharness
[Once listener should be invoked only once]
expected: FAIL
[Once listener should be invoked only once even if the event is nested]
expected: FAIL
[Once listener should be added / removed like normal listeners]
expected: FAIL

View file

@ -0,0 +1,8 @@
[Event-propagation.html]
type: testharness
[After stopPropagation()]
expected: FAIL
[After stopImmediatePropagation()]
expected: FAIL

View file

@ -0,0 +1,41 @@
[EventTarget-dispatchEvent.html]
type: testharness
[If the event's initialized flag is not set, an InvalidStateError must be thrown (AnimationEvent).]
expected: FAIL
[If the event's initialized flag is not set, an InvalidStateError must be thrown (BeforeUnloadEvent).]
expected: FAIL
[If the event's initialized flag is not set, an InvalidStateError must be thrown (CompositionEvent).]
expected: FAIL
[If the event's initialized flag is not set, an InvalidStateError must be thrown (DeviceMotionEvent).]
expected: FAIL
[If the event's initialized flag is not set, an InvalidStateError must be thrown (DeviceOrientationEvent).]
expected: FAIL
[If the event's initialized flag is not set, an InvalidStateError must be thrown (DragEvent).]
expected: FAIL
[If the event's initialized flag is not set, an InvalidStateError must be thrown (IDBVersionChangeEvent).]
expected: FAIL
[If the event's initialized flag is not set, an InvalidStateError must be thrown (SVGZoomEvent).]
expected: FAIL
[If the event's initialized flag is not set, an InvalidStateError must be thrown (SVGZoomEvents).]
expected: FAIL
[If the event's initialized flag is not set, an InvalidStateError must be thrown (TextEvent).]
expected: FAIL
[If the event's initialized flag is not set, an InvalidStateError must be thrown (TrackEvent).]
expected: FAIL
[If the event's initialized flag is not set, an InvalidStateError must be thrown (TransitionEvent).]
expected: FAIL
[If the event's initialized flag is not set, an InvalidStateError must be thrown (WheelEvent).]
expected: FAIL

View file

@ -165,3 +165,222 @@
[DOMTokenList interface: calling supports(DOMString) on document.body.classList with too few arguments must throw TypeError]
expected: FAIL
[Document interface: operation createCDATASection(DOMString)]
expected: FAIL
[Document interface: new Document() must inherit property "createCDATASection" with the proper type (18)]
expected: FAIL
[Document interface: calling createCDATASection(DOMString) on new Document() with too few arguments must throw TypeError]
expected: FAIL
[Document interface: xmlDoc must inherit property "createCDATASection" with the proper type (18)]
expected: FAIL
[Document interface: calling createCDATASection(DOMString) on xmlDoc with too few arguments must throw TypeError]
expected: FAIL
[Attr interface: existence and properties of interface object]
expected: FAIL
[Attr interface: existence and properties of interface prototype object]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "ELEMENT_NODE" with the proper type (0)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "ATTRIBUTE_NODE" with the proper type (1)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "TEXT_NODE" with the proper type (2)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "CDATA_SECTION_NODE" with the proper type (3)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "ENTITY_REFERENCE_NODE" with the proper type (4)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "ENTITY_NODE" with the proper type (5)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "COMMENT_NODE" with the proper type (7)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "DOCUMENT_NODE" with the proper type (8)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "NOTATION_NODE" with the proper type (11)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "nodeType" with the proper type (12)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "baseURI" with the proper type (14)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "isConnected" with the proper type (15)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "ownerDocument" with the proper type (16)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "parentNode" with the proper type (17)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "parentElement" with the proper type (18)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "hasChildNodes" with the proper type (19)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "childNodes" with the proper type (20)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "firstChild" with the proper type (21)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "lastChild" with the proper type (22)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "previousSibling" with the proper type (23)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "nextSibling" with the proper type (24)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "normalize" with the proper type (27)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "cloneNode" with the proper type (28)]
expected: FAIL
[Node interface: calling cloneNode(boolean) on document.querySelector("[id\]").attributes[0\] with too few arguments must throw TypeError]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "isEqualNode" with the proper type (29)]
expected: FAIL
[Node interface: calling isEqualNode(Node) on document.querySelector("[id\]").attributes[0\] with too few arguments must throw TypeError]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "isSameNode" with the proper type (30)]
expected: FAIL
[Node interface: calling isSameNode(Node) on document.querySelector("[id\]").attributes[0\] with too few arguments must throw TypeError]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "DOCUMENT_POSITION_DISCONNECTED" with the proper type (31)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type (32)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type (33)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "DOCUMENT_POSITION_CONTAINS" with the proper type (34)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "DOCUMENT_POSITION_CONTAINED_BY" with the proper type (35)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (36)]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "compareDocumentPosition" with the proper type (37)]
expected: FAIL
[Node interface: calling compareDocumentPosition(Node) on document.querySelector("[id\]").attributes[0\] with too few arguments must throw TypeError]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "contains" with the proper type (38)]
expected: FAIL
[Node interface: calling contains(Node) on document.querySelector("[id\]").attributes[0\] with too few arguments must throw TypeError]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "lookupPrefix" with the proper type (39)]
expected: FAIL
[Node interface: calling lookupPrefix(DOMString) on document.querySelector("[id\]").attributes[0\] with too few arguments must throw TypeError]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "lookupNamespaceURI" with the proper type (40)]
expected: FAIL
[Node interface: calling lookupNamespaceURI(DOMString) on document.querySelector("[id\]").attributes[0\] with too few arguments must throw TypeError]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "isDefaultNamespace" with the proper type (41)]
expected: FAIL
[Node interface: calling isDefaultNamespace(DOMString) on document.querySelector("[id\]").attributes[0\] with too few arguments must throw TypeError]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "insertBefore" with the proper type (42)]
expected: FAIL
[Node interface: calling insertBefore(Node,Node) on document.querySelector("[id\]").attributes[0\] with too few arguments must throw TypeError]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "appendChild" with the proper type (43)]
expected: FAIL
[Node interface: calling appendChild(Node) on document.querySelector("[id\]").attributes[0\] with too few arguments must throw TypeError]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "replaceChild" with the proper type (44)]
expected: FAIL
[Node interface: calling replaceChild(Node,Node) on document.querySelector("[id\]").attributes[0\] with too few arguments must throw TypeError]
expected: FAIL
[Node interface: document.querySelector("[id\]").attributes[0\] must inherit property "removeChild" with the proper type (45)]
expected: FAIL
[Node interface: calling removeChild(Node) on document.querySelector("[id\]").attributes[0\] with too few arguments must throw TypeError]
expected: FAIL
[EventTarget interface: document.querySelector("[id\]").attributes[0\] must inherit property "addEventListener" with the proper type (0)]
expected: FAIL
[EventTarget interface: calling addEventListener(DOMString,EventListener,[object Object\],[object Object\]) on document.querySelector("[id\]").attributes[0\] with too few arguments must throw TypeError]
expected: FAIL
[EventTarget interface: document.querySelector("[id\]").attributes[0\] must inherit property "removeEventListener" with the proper type (1)]
expected: FAIL
[EventTarget interface: calling removeEventListener(DOMString,EventListener,[object Object\],[object Object\]) on document.querySelector("[id\]").attributes[0\] with too few arguments must throw TypeError]
expected: FAIL
[EventTarget interface: document.querySelector("[id\]").attributes[0\] must inherit property "dispatchEvent" with the proper type (2)]
expected: FAIL
[EventTarget interface: calling dispatchEvent(Event) on document.querySelector("[id\]").attributes[0\] with too few arguments must throw TypeError]
expected: FAIL
[CDATASection interface: existence and properties of interface object]
expected: FAIL
[CDATASection interface object length]
expected: FAIL
[CDATASection interface object name]
expected: FAIL
[CDATASection interface: existence and properties of interface prototype object]
expected: FAIL
[CDATASection interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL

View file

@ -0,0 +1,5 @@
[DOMTokenList-iteration.html]
type: testharness
[DOMTokenList iteration: keys, values, etc.]
expected: FAIL

View file

@ -15,3 +15,6 @@
[Element in HTML namespace, prefix, non-ascii characters in name]
expected: FAIL
[Element in non-HTML namespace, prefix, non-ascii characters in name]
expected: FAIL

View file

@ -9,3 +9,9 @@
[Element in non-HTML namespace, prefix, uppercase name]
expected: FAIL
[Element in HTML namespace, prefix, non-ascii characters in name]
expected: FAIL
[Element in non-HTML namespace, prefix, non-ascii characters in name]
expected: FAIL

View file

@ -9,3 +9,9 @@
[Element in non-HTML namespace, prefix, uppercase name]
expected: FAIL
[Element in HTML namespace, prefix, non-ascii characters in name]
expected: FAIL
[Element in non-HTML namespace, prefix, non-ascii characters in name]
expected: FAIL

View file

@ -0,0 +1,8 @@
[Node-properties.html]
type: testharness
[xmlElement.namespaceURI]
expected: FAIL
[detachedXmlElement.namespaceURI]
expected: FAIL

View file

@ -0,0 +1,5 @@
[DOMParser-parseFromString-xml-doctype.html]
type: testharness
[Doctype parsing of System Id must fail on ommitted value]
expected: FAIL

View file

@ -0,0 +1,5 @@
[innerhtml-02.html]
type: testharness
[Expected innerHTML: "<" for xmp.]
expected: FAIL

View file

@ -1,4 +1,4 @@
[insert_adjacent_html.xhtml]
[insert_adjacent_html-xhtml.xhtml]
type: testharness
[insertAdjacentHTML in HTML]
expected: FAIL

View file

@ -1,8 +0,0 @@
[headers-combine.html]
type: testharness
[Create headers using same name for different values]
expected: FAIL
[Check append methods when called with already used name]
expected: FAIL

View file

@ -2,5 +2,5 @@
type: testharness
expected: ERROR
[RequestCache "default" mode checks the cache for previously cached content and goes to the network for stale responses with Etag and stale response]
expected: FAIL
expected: NOTRUN

View file

@ -2,5 +2,5 @@
type: testharness
expected: ERROR
[Consume request's body as text]
expected: FAIL
expected: NOTRUN

View file

@ -4,3 +4,6 @@
[Consume request's body as text]
expected: FAIL
[Consume String request's body as text]
expected: NOTRUN

View file

@ -1,5 +1,12 @@
[request-headers.html]
type: testharness
expected: ERROR
[Request should get its content-type from the body if none is provided]
expected: FAIL
[Testing request header creations with various objects]
expected: FAIL
[Testing empty Request Content-Type header]
expected: NOTRUN

View file

@ -5,5 +5,5 @@
expected: FAIL
[Initialize Request's body with undefined]
expected: FAIL
expected: NOTRUN

View file

@ -2,5 +2,5 @@
type: testharness
expected: ERROR
[Cancelling a starting blob Response stream]
expected: FAIL
expected: NOTRUN

View file

@ -2,5 +2,5 @@
type: testharness
expected: ERROR
[Consume response's body as text]
expected: FAIL
expected: NOTRUN

View file

@ -2,5 +2,5 @@
type: testharness
expected: ERROR
[Read empty text response's body as readableStream]
expected: FAIL
expected: NOTRUN

View file

@ -2,5 +2,5 @@
type: testharness
expected: ERROR
[Consume response's body as text]
expected: FAIL
expected: NOTRUN

View file

@ -5,5 +5,5 @@
expected: FAIL
[Initialize Response's body with application/octet-binary]
expected: FAIL
expected: NOTRUN

View file

@ -2,5 +2,5 @@
type: testharness
expected: ERROR
[Getting blob after getting the Response body - not disturbed, not locked]
expected: FAIL
expected: NOTRUN

View file

@ -2,5 +2,5 @@
type: testharness
expected: ERROR
[Getting blob after getting a locked Response body]
expected: FAIL
expected: NOTRUN

View file

@ -2,5 +2,5 @@
type: testharness
expected: ERROR
[Getting blob after reading the Response body]
expected: FAIL
expected: NOTRUN

View file

@ -2,5 +2,5 @@
type: testharness
expected: ERROR
[Getting blob after cancelling the Response body]
expected: FAIL
expected: NOTRUN

View file

@ -2,5 +2,5 @@
type: testharness
expected: ERROR
[Getting a body reader after consuming as blob]
expected: FAIL
expected: NOTRUN

View file

@ -0,0 +1,3 @@
[navigate-child-function-parent.html]
type: testharness
expected: ERROR

View file

@ -0,0 +1,6 @@
[navigate-child-function-src.html]
type: testharness
expected: TIMEOUT
[Set src from a function called from a parent]
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[navigate-child-function.html]
type: testharness
expected: TIMEOUT
[Set location from a function called from a parent]
expected: NOTRUN

View file

@ -0,0 +1,3 @@
[navigate-child-src-about-blank.html]
type: testharness
expected: ERROR

View file

@ -0,0 +1,3 @@
[cross-origin-objects-on-new-window.html]
type: testharness
expected: ERROR

View file

@ -0,0 +1,3 @@
[cross-origin-objects.html]
type: testharness
expected: ERROR

View file

@ -0,0 +1,5 @@
[dataset.html]
type: testharness
[SVG elements should have a .dataset]
expected: FAIL

File diff suppressed because it is too large Load diff

View file

@ -16341,3 +16341,9 @@
[data.itemValue (<data value>): IDL set to object "test-valueOf" followed by IDL get]
expected: FAIL
[textarea.cols: IDL set to 0 should not throw]
expected: FAIL
[textarea.rows: IDL set to 0 should not throw]
expected: FAIL

View file

@ -17331,3 +17331,15 @@
[td.scope: IDL set to "COLGROUP" followed by IDL get]
expected: FAIL
[colgroup.span: IDL set to 0 followed by getAttribute()]
expected: FAIL
[colgroup.span: IDL set to 0 followed by IDL get]
expected: FAIL
[col.span: IDL set to 0 followed by getAttribute()]
expected: FAIL
[col.span: IDL set to 0 followed by IDL get]
expected: FAIL

View file

@ -43,3 +43,45 @@
[':invalid' matches new elements that do not satisfy their constraints]
expected: FAIL
[empty form correctly styled on page-load]
expected: FAIL
[valid form correctly styled on page-load]
expected: FAIL
[invalid form correctly styled on page-load]
expected: FAIL
[programmatically adding valid to empty form results in correct style]
expected: FAIL
[programmatically adding invalid to empty form results in correct style]
expected: FAIL
[programmatically-invalidated form correctly styled]
expected: FAIL
[programmatically-validated form correctly styled]
expected: FAIL
[empty fieldset correctly styled on page-load]
expected: FAIL
[valid fieldset correctly styled on page-load]
expected: FAIL
[invalid fieldset correctly styled on page-load]
expected: FAIL
[programmatically adding valid to empty fieldset results in correct style]
expected: FAIL
[programmatically adding invalid to empty fieldset results in correct style]
expected: FAIL
[programmatically-invalidated fieldset correctly styled]
expected: FAIL
[programmatically-validated fieldset correctly styled]
expected: FAIL

View file

@ -0,0 +1,3 @@
[caption-methods.html]
type: testharness
expected: CRASH

View file

@ -0,0 +1,6 @@
[microtask_after_raf.html]
type: testharness
expected: ERROR
[Microtask execute immediately after script]
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[microtask_after_script.html]
type: testharness
expected: ERROR
[Microtask immediately after script]
expected: NOTRUN

View file

@ -1 +1 @@
9b01a4cc97af29b81f92a403992d0498d4290f4f
2d13178d2930da8668e77de078eeb65438eb502e

View file

@ -0,0 +1,6 @@
[unsupported-csp-referrer-directive.html]
type: testharness
expected: ERROR
[Image has a referrer despite CSP 'referrer' directive]
expected: NOTRUN

View file

@ -1,6 +0,0 @@
[generic.keep-origin-redirect.http.html]
type: testharness
expected: ERROR
[The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the meta-csp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.]
expected: NOTRUN

View file

@ -1,6 +0,0 @@
[generic.no-redirect.http.html]
type: testharness
expected: ERROR
[The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the meta-csp\n delivery method with no-redirect and when\n the target request is cross-origin.]
expected: NOTRUN

View file

@ -1,6 +0,0 @@
[generic.swap-origin-redirect.http.html]
type: testharness
expected: ERROR
[The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the meta-csp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.]
expected: NOTRUN

View file

@ -1,6 +0,0 @@
[generic.no-redirect.http.html]
type: testharness
expected: TIMEOUT
[The referrer URL is origin when a\n document served over http requires an http\n sub-resource via iframe-tag using the meta-csp\n delivery method with no-redirect and when\n the target request is same-origin.]
expected: NOTRUN

View file

@ -1,6 +0,0 @@
[generic.swap-origin-redirect.http.html]
type: testharness
expected: TIMEOUT
[The referrer URL is origin when a\n document served over http requires an http\n sub-resource via iframe-tag using the meta-csp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.]
expected: NOTRUN

View file

@ -1,6 +0,0 @@
[generic.keep-origin-redirect.http.html]
type: testharness
expected: ERROR
[The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the meta-csp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.]
expected: NOTRUN

View file

@ -1,6 +0,0 @@
[generic.no-redirect.http.html]
type: testharness
expected: ERROR
[The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the meta-csp\n delivery method with no-redirect and when\n the target request is same-origin.]
expected: NOTRUN

View file

@ -1,6 +0,0 @@
[generic.swap-origin-redirect.http.html]
type: testharness
expected: ERROR
[The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the meta-csp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.]
expected: NOTRUN

View file

@ -1,6 +0,0 @@
[cross-origin.keep-origin-redirect.http.html]
type: testharness
expected: TIMEOUT
[The referrer URL is omitted when a\n document served over http requires an http\n sub-resource via iframe-tag using the meta-csp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.]
expected: NOTRUN

View file

@ -1,6 +0,0 @@
[cross-origin.no-redirect.http.html]
type: testharness
expected: TIMEOUT
[The referrer URL is omitted when a\n document served over http requires an http\n sub-resource via iframe-tag using the meta-csp\n delivery method with no-redirect and when\n the target request is cross-origin.]
expected: NOTRUN

View file

@ -1,6 +0,0 @@
[cross-origin.swap-origin-redirect.http.html]
type: testharness
expected: TIMEOUT
[The referrer URL is omitted when a\n document served over http requires an http\n sub-resource via iframe-tag using the meta-csp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.]
expected: NOTRUN

View file

@ -1,6 +0,0 @@
[cross-origin.keep-origin-redirect.http.html]
type: testharness
expected: ERROR
[The referrer URL is omitted when a\n document served over http requires an http\n sub-resource via img-tag using the meta-csp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.]
expected: NOTRUN

View file

@ -1,6 +0,0 @@
[cross-origin.no-redirect.http.html]
type: testharness
expected: ERROR
[The referrer URL is omitted when a\n document served over http requires an http\n sub-resource via img-tag using the meta-csp\n delivery method with no-redirect and when\n the target request is cross-origin.]
expected: NOTRUN

View file

@ -1,6 +0,0 @@
[cross-origin.swap-origin-redirect.http.html]
type: testharness
expected: ERROR
[The referrer URL is omitted when a\n document served over http requires an http\n sub-resource via img-tag using the meta-csp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.]
expected: NOTRUN

View file

@ -1,6 +0,0 @@
[cross-origin.keep-origin-redirect.http.html]
type: testharness
expected: TIMEOUT
[The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via iframe-tag using the meta-csp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.]
expected: NOTRUN

View file

@ -1,6 +0,0 @@
[cross-origin.no-redirect.http.html]
type: testharness
expected: TIMEOUT
[The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via iframe-tag using the meta-csp\n delivery method with no-redirect and when\n the target request is cross-origin.]
expected: NOTRUN

Some files were not shown because too many files have changed in this diff Show more