mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
Update web-platform-tests to revision 58eb04cecbbec2e18531ab440225e38944a9c444
This commit is contained in:
parent
25e8bf69e6
commit
665817d2a6
35333 changed files with 1818077 additions and 16036 deletions
|
@ -36,6 +36,6 @@ class Lint(LintRunner):
|
|||
from tools.lint import lint
|
||||
sys.path.remove(wpt_working_dir)
|
||||
file_dir = os.path.abspath(os.path.join(WPT_PATH, suite))
|
||||
returncode = lint.lint(file_dir, files, output_json=False, css_mode=False)
|
||||
returncode = lint.lint(file_dir, list(files), output_format="json", css_mode=False)
|
||||
if returncode:
|
||||
yield ("WPT Lint Tool", "", "lint error(s) in Web Platform Tests: exit status %s" % returncode)
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
[createImageBitmap-drawImage.html]
|
||||
type: testharness
|
||||
[createImageBitmap from a HTMLImageElement, and drawImage on the created ImageBitmap]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from a Blob, and drawImage on the created ImageBitmap]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from a HTMLCanvasElement, and drawImage on the created ImageBitmap]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from an ImageBitmap, and drawImage on the created ImageBitmap]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from an ImageData, and drawImage on the created ImageBitmap]
|
||||
expected: FAIL
|
||||
|
||||
[createImageBitmap from a HTMLVideoElement, and drawImage on the created ImageBitmap]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.imageData.create2.zero.html]
|
||||
type: testharness
|
||||
[createImageData(sw, sh) throws INDEX_SIZE_ERR if size is zero]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.imageData.get.zero.html]
|
||||
type: testharness
|
||||
[getImageData() throws INDEX_SIZE_ERR if size is zero]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[2d.imageData.object.ctor.array.bounds.html]
|
||||
type: testharness
|
||||
[ImageData has a usable constructor]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[2d.imageData.object.ctor.html]
|
||||
type: testharness
|
||||
[ImageData does not have a usable constructor]
|
||||
expected: FAIL
|
||||
|
|
@ -4,3 +4,6 @@
|
|||
[Revoking blob URL used with XMLHttpRequest]
|
||||
expected: FAIL
|
||||
|
||||
[Revoke blob URL after open(), will fetch]
|
||||
expected: FAIL
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -23,3 +23,9 @@
|
|||
bug: https://github.com/w3c/web-platform-tests/issues/3738
|
||||
expected: FAIL
|
||||
|
||||
[XHR method GET with MIME type text/html;charset=UTF-8]
|
||||
expected: FAIL
|
||||
|
||||
[XHR method HEAD with MIME type text/plain]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
[getallresponseheaders-cl.htm]
|
||||
type: testharness
|
||||
[Casing of known headers]
|
||||
expected: FAIL
|
||||
|
||||
[Casing of known headers 1]
|
||||
expected: FAIL
|
||||
|
||||
[Casing of known headers 2]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
[getallresponseheaders.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[XMLHttpRequest: getAllResponseHeaders()]
|
||||
expected: TIMEOUT
|
||||
|
||||
[XMLHttpRequest: getAllResponseHeaders() 1]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[getresponseheader-chunked-trailer.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: getResponseHeader() and HTTP trailer]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[open-during-abort-event.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[XMLHttpRequest: open() during abort event - abort() called from upload.onloadstart]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[open-during-abort-processing.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: open() during abort processing - abort() called from onloadstart]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[open-url-bogus.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: open() - bogus URLs (http:)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[open-url-redirected-worker-origin.htm]
|
||||
type: testharness
|
||||
[Referer header]
|
||||
expected: FAIL
|
||||
|
|
@ -3,3 +3,6 @@
|
|||
[Referer header]
|
||||
expected: FAIL
|
||||
|
||||
[Origin header]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
[overridemimetype-blob.html]
|
||||
type: testharness
|
||||
[Use text/xml as fallback MIME type]
|
||||
expected: FAIL
|
||||
|
||||
[Use text/xml as fallback MIME type, 2]
|
||||
expected: FAIL
|
||||
|
||||
[Bogus MIME type should end up as application/octet-stream]
|
||||
expected: FAIL
|
||||
|
||||
[Bogus MIME type should end up as application/octet-stream, 2]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
[overridemimetype-invalid-mime-type.htm]
|
||||
type: testharness
|
||||
[Bogus MIME type does not override encoding]
|
||||
expected: FAIL
|
||||
|
||||
[Bogus MIME type does not override encoding, 2]
|
||||
expected: FAIL
|
||||
|
||||
[Bogus MIME type does override MIME type]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[preserve-ua-header-on-redirect.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: User-Agent header is preserved on redirect 1]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[send-accept-language.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - Accept-Language]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[send-conditional-cors.htm]
|
||||
type: testharness
|
||||
[304 with appropriate CORS header]
|
||||
expected: FAIL
|
||||
|
|
@ -3,3 +3,6 @@
|
|||
[XmlHttpRequest: The send() method: FormData data]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: The send() method: FormData data]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
[send-entity-body-basic.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - data argument (1=2&3=4)]
|
||||
expected: FAIL
|
||||
|
|
@ -3,3 +3,12 @@
|
|||
[XMLHttpRequest: send() - unserializable Document]
|
||||
expected: FAIL
|
||||
|
||||
[Serializing documents through XMLHttpRequest: '<test:test/>']
|
||||
expected: FAIL
|
||||
|
||||
[Serializing documents through XMLHttpRequest: '<test:test test:test="gee"/>']
|
||||
expected: FAIL
|
||||
|
||||
[Serializing documents through XMLHttpRequest: '<test:test test:test="gee" x="<22>"/>']
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
[send-non-same-origin.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - non same-origin (about:blank)]
|
||||
expected: FAIL
|
||||
|
|
@ -1,20 +1,41 @@
|
|||
[send-redirect-to-cors.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (301)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (302)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (303)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (307)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (307 post with string)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (307 post with typed array)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (301 GET with explicit Content-Type)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (301 POST with string and explicit Content-Type)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (302 POST with string and explicit Content-Type)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (307 POST with string and explicit Content-Type)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (307 FOO with string and explicit Content-Type)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (308 POST with string and explicit Content-Type)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (308 FOO with string and explicit Content-Type)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (308 FOO with string and explicit Content-Type text/plain)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (308 FOO with string and explicit Content-Type multipart/form-data)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (308 FOO with string and explicit Content-Type safelisted)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - Redirect to CORS-enabled resource (307 POST with string and explicit Content-Type safelisted)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
[setrequestheader-allow-empty-value.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: setRequestHeader() - empty header ()]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: setRequestHeader() - empty header (null)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: setRequestHeader() - empty header (undefined)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[setrequestheader-allow-whitespace-in-value.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: setRequestHeader() - header value with whitespace ( )]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: setRequestHeader() - header value with whitespace ( t)]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: setRequestHeader() - header value with whitespace (t )]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: setRequestHeader() - header value with whitespace ( t )]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[setrequestheader-case-insensitive.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: setRequestHeader() - headers that differ in case]
|
||||
expected: FAIL
|
||||
|
|
@ -24,3 +24,72 @@
|
|||
[ReadableStream request keeps setRequestHeader() Content-Type and charset]
|
||||
expected: FAIL
|
||||
|
||||
[setRequestHeader("") sends a blank string]
|
||||
expected: FAIL
|
||||
|
||||
[setRequestHeader(" ") sends the string " "]
|
||||
expected: FAIL
|
||||
|
||||
[setRequestHeader(null) sends the string "null"]
|
||||
expected: FAIL
|
||||
|
||||
[setRequestHeader(undefined) sends the string "undefined"]
|
||||
expected: FAIL
|
||||
|
||||
[String request has correct default Content-Type of "text/plain;charset=UTF-8"]
|
||||
expected: FAIL
|
||||
|
||||
[String request keeps setRequestHeader() Content-Type, with charset adjusted to UTF-8]
|
||||
expected: FAIL
|
||||
|
||||
[XML Document request respects setRequestHeader("")]
|
||||
expected: FAIL
|
||||
|
||||
[XML Document request has correct default Content-Type of "application/xml;charset=UTF-8"]
|
||||
expected: FAIL
|
||||
|
||||
[XML Document request keeps setRequestHeader() Content-Type, with charset adjusted to UTF-8]
|
||||
expected: FAIL
|
||||
|
||||
[HTML Document request respects setRequestHeader("")]
|
||||
expected: FAIL
|
||||
|
||||
[HTML Document request has correct default Content-Type of "text/html;charset=UTF-8"]
|
||||
expected: FAIL
|
||||
|
||||
[HTML Document request keeps setRequestHeader() Content-Type, with charset adjusted to UTF-8]
|
||||
expected: FAIL
|
||||
|
||||
[Blob request respects setRequestHeader("") to be specified]
|
||||
expected: FAIL
|
||||
|
||||
[Blob request with unset type keeps setRequestHeader() Content-Type and charset]
|
||||
expected: FAIL
|
||||
|
||||
[Blob request with set type uses that it for Content-Type unless setRequestHeader()]
|
||||
expected: FAIL
|
||||
|
||||
[Blob request with set type keeps setRequestHeader() Content-Type and charset]
|
||||
expected: FAIL
|
||||
|
||||
[ArrayBuffer request respects setRequestHeader("")]
|
||||
expected: FAIL
|
||||
|
||||
[ArrayBufferView request respects setRequestHeader("")]
|
||||
expected: FAIL
|
||||
|
||||
[FormData request respects setRequestHeader("")]
|
||||
expected: FAIL
|
||||
|
||||
[FormData request has correct default Content-Type of "multipart/form-data; boundary=_"]
|
||||
expected: FAIL
|
||||
|
||||
[FormData request keeps setRequestHeader() Content-Type and charset]
|
||||
expected: FAIL
|
||||
|
||||
[URLSearchParams respects setRequestHeader("")]
|
||||
expected: FAIL
|
||||
|
||||
[URLSearchParams request has correct default Content-Type of "application/x-www-form-urlencoded;charset=UTF-8"]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
[setrequestheader-open-setrequestheader.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: setRequestHeader() and open()]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[template-element.html]
|
||||
type: testharness
|
||||
[XMLHttpRequest: template element parsing]
|
||||
expected: FAIL
|
||||
|
14
tests/wpt/metadata/cors/304.htm.ini
Normal file
14
tests/wpt/metadata/cors/304.htm.ini
Normal file
|
@ -0,0 +1,14 @@
|
|||
[304.htm]
|
||||
type: testharness
|
||||
[A 304 response with no CORS headers inherits from the stored response]
|
||||
expected: FAIL
|
||||
|
||||
[A 304 can expand Access-Control-Expose-Headers]
|
||||
expected: FAIL
|
||||
|
||||
[A 304 can contract Access-Control-Expose-Headers]
|
||||
expected: FAIL
|
||||
|
||||
[A 304 can change Access-Control-Allow-Origin]
|
||||
expected: FAIL
|
||||
|
5
tests/wpt/metadata/cors/redirect-userinfo.htm.ini
Normal file
5
tests/wpt/metadata/cors/redirect-userinfo.htm.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[redirect-userinfo.htm]
|
||||
type: testharness
|
||||
[Allow redirect without userinfo (:@ is trimmed during URL parsing)]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[MediaQueryList-001.html]
|
||||
type: testharness
|
||||
[matchMedia]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
[cssom-view-img-attributes-001.html]
|
||||
type: testharness
|
||||
[test x with display false]
|
||||
expected: FAIL
|
||||
|
||||
[test y with display false]
|
||||
expected: FAIL
|
||||
|
||||
[test x with display true]
|
||||
expected: FAIL
|
||||
|
||||
[test y with display true]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
[cssom-view-window-screen-interface.html]
|
||||
type: testharness
|
||||
[Screen.availWidth is readonly]
|
||||
expected: FAIL
|
||||
|
||||
[Screen.availHeight is readonly]
|
||||
expected: FAIL
|
||||
|
||||
[Screen.width is readonly]
|
||||
expected: FAIL
|
||||
|
||||
[Screen.height is readonly]
|
||||
expected: FAIL
|
||||
|
||||
[window.screen.width >= 0 && window.screen.width < 6000000]
|
||||
expected: FAIL
|
||||
|
||||
[window.screen.height >= 0 && window.screen.height < 6000000]
|
||||
expected: FAIL
|
||||
|
||||
[window.screen.availWidth >= 0 && window.screen.availWidth <= window.screen.width]
|
||||
expected: FAIL
|
||||
|
||||
[window.screen.availHeight >= 0 && window.screen.availHeight <= window.screen.height]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[media-query-list-interface.xht]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[window-interface.xht]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
17
tests/wpt/metadata/cssom-view/elementFromPosition.html.ini
Normal file
17
tests/wpt/metadata/cssom-view/elementFromPosition.html.ini
Normal file
|
@ -0,0 +1,17 @@
|
|||
[elementFromPosition.html]
|
||||
type: testharness
|
||||
[test some point of the element: top right corner]
|
||||
expected: FAIL
|
||||
|
||||
[test some point of the element: right line]
|
||||
expected: FAIL
|
||||
|
||||
[test some point of the element: bottom left corner]
|
||||
expected: FAIL
|
||||
|
||||
[test some point of the element: bottom line]
|
||||
expected: FAIL
|
||||
|
||||
[test some point of the element: bottom right corner]
|
||||
expected: FAIL
|
||||
|
3
tests/wpt/metadata/cssom-view/matchMedia.xht.ini
Normal file
3
tests/wpt/metadata/cssom-view/matchMedia.xht.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[matchMedia.xht]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,5 @@
|
|||
[matchMediaAddListener.html]
|
||||
type: testharness
|
||||
[CSS Test: CSSOM View matchMedia addListener]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[offsetParent_element_test.html]
|
||||
type: testharness
|
||||
[Valid the algorithm rule of offsetParent check step 1]
|
||||
expected: FAIL
|
||||
|
||||
[Valid the algorithm rule of offsetParent check step 2]
|
||||
expected: FAIL
|
||||
|
3
tests/wpt/metadata/cssom-view/scrollWidthHeight.xht.ini
Normal file
3
tests/wpt/metadata/cssom-view/scrollWidthHeight.xht.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[scrollWidthHeight.xht]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[scrollWidthHeightWhenNotScrollable.xht]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,5 @@
|
|||
[ttwf-js-cssomview-getclientrects-length.html]
|
||||
type: testharness
|
||||
[assert_length_of_getClientRects_from_Button]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[ttwf-scrollintoview.html]
|
||||
type: testharness
|
||||
[check scrollIntoView]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[window-screen-height-immutable.html]
|
||||
type: testharness
|
||||
[immutability test]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[window-screen-height.html]
|
||||
type: testharness
|
||||
[positive check]
|
||||
expected: FAIL
|
||||
|
||||
[upper bound check]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[window-screen-width-immutable.html]
|
||||
type: testharness
|
||||
[immutability test]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[window-screen-width.html]
|
||||
type: testharness
|
||||
[positive check]
|
||||
expected: FAIL
|
||||
|
||||
[upper bound check]
|
||||
expected: FAIL
|
||||
|
17
tests/wpt/metadata/cssom/CSSStyleRule.html.ini
Normal file
17
tests/wpt/metadata/cssom/CSSStyleRule.html.ini
Normal file
|
@ -0,0 +1,17 @@
|
|||
[CSSStyleRule.html]
|
||||
type: testharness
|
||||
[Existence of CSSRule attributes]
|
||||
expected: FAIL
|
||||
|
||||
[Writability of CSSRule attributes]
|
||||
expected: FAIL
|
||||
|
||||
[Values of CSSRule attributes]
|
||||
expected: FAIL
|
||||
|
||||
[Existence, writability and type of CSSStyleRule attributes]
|
||||
expected: FAIL
|
||||
|
||||
[Values of CSSStyleRule attributes]
|
||||
expected: FAIL
|
||||
|
3
tests/wpt/metadata/cssom/MediaList.xhtml.ini
Normal file
3
tests/wpt/metadata/cssom/MediaList.xhtml.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[MediaList.xhtml]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[css-style-declaration-modifications.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
14
tests/wpt/metadata/cssom/cssimportrule.html.ini
Normal file
14
tests/wpt/metadata/cssom/cssimportrule.html.ini
Normal file
|
@ -0,0 +1,14 @@
|
|||
[cssimportrule.html]
|
||||
type: testharness
|
||||
[Existence and writability of CSSRule attributes]
|
||||
expected: FAIL
|
||||
|
||||
[Values of CSSRule attributes]
|
||||
expected: FAIL
|
||||
|
||||
[Existence and writability of CSSImportRule attributes]
|
||||
expected: FAIL
|
||||
|
||||
[Values of CSSImportRule attributes]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[cssom-fontfacerule-constructors.html]
|
||||
type: testharness
|
||||
[The style attribute must return a CSSStyleDeclaration block]
|
||||
expected: FAIL
|
||||
|
5
tests/wpt/metadata/cssom/cssom-fontfacerule.html.ini
Normal file
5
tests/wpt/metadata/cssom/cssom-fontfacerule.html.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[cssom-fontfacerule.html]
|
||||
type: testharness
|
||||
[CSSStyleDeclaration values are represented within CSSFontFaceRule]
|
||||
expected: FAIL
|
||||
|
5
tests/wpt/metadata/cssom/escape.html.ini
Normal file
5
tests/wpt/metadata/cssom/escape.html.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[escape.html]
|
||||
type: testharness
|
||||
[Surrogates]
|
||||
expected: FAIL
|
||||
|
38
tests/wpt/metadata/cssom/index-002.html.ini
Normal file
38
tests/wpt/metadata/cssom/index-002.html.ini
Normal file
|
@ -0,0 +1,38 @@
|
|||
[index-002.html]
|
||||
type: testharness
|
||||
[border is expected to be border: 1px;]
|
||||
expected: FAIL
|
||||
|
||||
[border is expected to be border: 1px red;]
|
||||
expected: FAIL
|
||||
|
||||
[border is expected to be border: red;]
|
||||
expected: FAIL
|
||||
|
||||
[border is expected to be border: 1px; (#2)]
|
||||
expected: FAIL
|
||||
|
||||
[border is expected to be border-width: 1px 2px 3px 4px;]
|
||||
expected: FAIL
|
||||
|
||||
[border is expected to be border-width: 2px 1px 1px;]
|
||||
expected: FAIL
|
||||
|
||||
[border is expected to be border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-width: 1px !important;]
|
||||
expected: FAIL
|
||||
|
||||
[border is expected to be border-width: 1px; border-top-color: red;]
|
||||
expected: FAIL
|
||||
|
||||
[border is expected to be border: dotted;]
|
||||
expected: FAIL
|
||||
|
||||
[overflow is expected to be overflow: scroll hidden;]
|
||||
expected: FAIL
|
||||
|
||||
[outline is expected to be outline: blue dotted 2px;]
|
||||
expected: FAIL
|
||||
|
||||
[list is expected to be list-style: circle inside;]
|
||||
expected: FAIL
|
||||
|
5
tests/wpt/metadata/cssom/index-003.html.ini
Normal file
5
tests/wpt/metadata/cssom/index-003.html.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[index-003.html]
|
||||
type: testharness
|
||||
[page rule is expected to be @page :first]
|
||||
expected: FAIL
|
||||
|
17
tests/wpt/metadata/cssom/inline-style-001.html.ini
Normal file
17
tests/wpt/metadata/cssom/inline-style-001.html.ini
Normal file
|
@ -0,0 +1,17 @@
|
|||
[inline-style-001.html]
|
||||
type: testharness
|
||||
[CSSStyleDeclaration_accessible]
|
||||
expected: FAIL
|
||||
|
||||
[read]
|
||||
expected: FAIL
|
||||
|
||||
[csstext_write]
|
||||
expected: FAIL
|
||||
|
||||
[property_write]
|
||||
expected: FAIL
|
||||
|
||||
[shorthand_properties]
|
||||
expected: FAIL
|
||||
|
125
tests/wpt/metadata/cssom/interfaces.html.ini
Normal file
125
tests/wpt/metadata/cssom/interfaces.html.ini
Normal file
|
@ -0,0 +1,125 @@
|
|||
[interfaces.html]
|
||||
type: testharness
|
||||
[ProcessingInstruction interface: attribute sheet]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLElement interface: attribute style]
|
||||
expected: FAIL
|
||||
|
||||
[SVGElement interface: attribute style]
|
||||
expected: FAIL
|
||||
|
||||
[MediaList interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[MediaList interface: stringifier]
|
||||
expected: FAIL
|
||||
|
||||
[StyleSheet interface: attribute type]
|
||||
expected: FAIL
|
||||
|
||||
[StyleSheet interface: attribute ownerNode]
|
||||
expected: FAIL
|
||||
|
||||
[StyleSheet interface: attribute parentStyleSheet]
|
||||
expected: FAIL
|
||||
|
||||
[StyleSheet interface: attribute media]
|
||||
expected: FAIL
|
||||
|
||||
[CSSStyleSheet interface: attribute ownerRule]
|
||||
expected: FAIL
|
||||
|
||||
[CSSStyleSheet interface: style_element.sheet must inherit property "ownerRule" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[StyleSheet interface: style_element.sheet must inherit property "type" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[StyleSheet interface: style_element.sheet must inherit property "ownerNode" with the proper type (2)]
|
||||
expected: FAIL
|
||||
|
||||
[StyleSheet interface: style_element.sheet must inherit property "parentStyleSheet" with the proper type (3)]
|
||||
expected: FAIL
|
||||
|
||||
[StyleSheet interface: style_element.sheet must inherit property "media" with the proper type (5)]
|
||||
expected: FAIL
|
||||
|
||||
[StyleSheetList interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[CSSRuleList interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[CSSRule interface: attribute parentRule]
|
||||
expected: FAIL
|
||||
|
||||
[CSSStyleRule interface: attribute selectorText]
|
||||
expected: FAIL
|
||||
|
||||
[CSSStyleRule interface: style_element.sheet.cssRules[0\] must inherit property "selectorText" with the proper type (0)]
|
||||
expected: FAIL
|
||||
|
||||
[CSSRule interface: style_element.sheet.cssRules[0\] must inherit property "parentRule" with the proper type (10)]
|
||||
expected: FAIL
|
||||
|
||||
[CSSImportRule interface: attribute href]
|
||||
expected: FAIL
|
||||
|
||||
[CSSImportRule interface: attribute media]
|
||||
expected: FAIL
|
||||
|
||||
[CSSImportRule interface: attribute styleSheet]
|
||||
expected: FAIL
|
||||
|
||||
[CSSMediaRule interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[CSSMediaRule interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[CSSPageRule interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[CSSPageRule interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[CSSPageRule interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[CSSPageRule interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[CSSPageRule interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[CSSPageRule interface: attribute selectorText]
|
||||
expected: FAIL
|
||||
|
||||
[CSSPageRule interface: attribute style]
|
||||
expected: FAIL
|
||||
|
||||
[CSSMarginRule interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[CSSMarginRule interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[CSSMarginRule interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[CSSMarginRule interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[CSSMarginRule interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[CSSMarginRule interface: attribute name]
|
||||
expected: FAIL
|
||||
|
||||
[CSSMarginRule interface: attribute style]
|
||||
expected: FAIL
|
||||
|
||||
[CSSStyleDeclaration interface: attribute parentRule]
|
||||
expected: FAIL
|
||||
|
14
tests/wpt/metadata/cssom/medialist-interfaces-001.html.ini
Normal file
14
tests/wpt/metadata/cssom/medialist-interfaces-001.html.ini
Normal file
|
@ -0,0 +1,14 @@
|
|||
[medialist-interfaces-001.html]
|
||||
type: testharness
|
||||
[mediatest_medialist_serialize_element]
|
||||
expected: FAIL
|
||||
|
||||
[mediatest_medialist_serialize_comma]
|
||||
expected: FAIL
|
||||
|
||||
[mediatest_medialist_serialize_empty]
|
||||
expected: FAIL
|
||||
|
||||
[mediatest_medialist_serialize_lexicographical]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[medialist-interfaces-002.html]
|
||||
type: testharness
|
||||
[deleteMedium_removes_correct_medium]
|
||||
expected: FAIL
|
||||
|
||||
[deleteMedium_no_matching_medium_to_remove]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[medialist-interfaces-003.html]
|
||||
type: testharness
|
||||
[mediatest_mediaquery_serialize_1]
|
||||
expected: FAIL
|
||||
|
||||
[mediatest_mediaquery_serialize_2]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
[medialist-interfaces-004.html]
|
||||
type: testharness
|
||||
[appendMedium_correctly_appends_medium_to_empty_MediaList]
|
||||
expected: FAIL
|
||||
|
||||
[appendMedium_correctly_appends_medium_to_nonempty_MediaList]
|
||||
expected: FAIL
|
||||
|
38
tests/wpt/metadata/cssom/selectorSerialize.html.ini
Normal file
38
tests/wpt/metadata/cssom/selectorSerialize.html.ini
Normal file
|
@ -0,0 +1,38 @@
|
|||
[selectorSerialize.html]
|
||||
type: testharness
|
||||
[:nth-child serialization produces canonical form]
|
||||
expected: FAIL
|
||||
|
||||
[single universal selector shows '*' when serialized.]
|
||||
expected: FAIL
|
||||
|
||||
[single type (simple) selector in the sequence of simple selectors that is not a universal selector]
|
||||
expected: FAIL
|
||||
|
||||
[single class (simple) selector in the sequence of simple selectors that is not a universal selector]
|
||||
expected: FAIL
|
||||
|
||||
[single id (simple) selector in the sequence of simple selectors that is not a universal selector]
|
||||
expected: FAIL
|
||||
|
||||
[single pseudo (simple) selector which does not accept arguments in the sequence of simple selectors that is not a universal selector]
|
||||
expected: FAIL
|
||||
|
||||
[single pseudo (simple) selector "lang" which accepts arguments in the sequence of simple selectors that is not a universal selector]
|
||||
expected: FAIL
|
||||
|
||||
[single pseudo (simple) selector "nth-child" which accepts arguments in the sequence of simple selectors that is not a universal selector]
|
||||
expected: FAIL
|
||||
|
||||
[single pseudo (simple) selector "nth-last-child" which accepts arguments in the sequence of simple selectors that is not a universal selector]
|
||||
expected: FAIL
|
||||
|
||||
[single pseudo (simple) selector "nth-of-child" which accepts arguments in the sequence of simple selectors that is not a universal selector]
|
||||
expected: FAIL
|
||||
|
||||
[single pseudo (simple) selector ":nth-last-of-type" which accepts arguments in the sequence of simple selectors that is not a universal selector]
|
||||
expected: FAIL
|
||||
|
||||
[single pseudo (simple) selector ":not" which accepts arguments in the sequence of simple selectors that is not a universal selector]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,182 @@
|
|||
[serialize-namespaced-type-selectors.html]
|
||||
type: testharness
|
||||
[Simple type selector]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector without a namespace]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector with any namespace]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector without a namespace]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector in any namespace]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector with namespace]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector with namespace]
|
||||
expected: FAIL
|
||||
|
||||
[Simple type selector followed by class]
|
||||
expected: FAIL
|
||||
|
||||
[Simple type selector followed by id]
|
||||
expected: FAIL
|
||||
|
||||
[Simple type selector followed by pseudo class]
|
||||
expected: FAIL
|
||||
|
||||
[Simple type selector followed by pseudo element]
|
||||
expected: FAIL
|
||||
|
||||
[Simple type selector followed by atttribute selector]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector without a namespace followed by class]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector without a namespace followed by id]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector without a namespace followed by pseudo class]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector without a namespace followed by pseudo element]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector without a namespace followed by attribute selector]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector with any namespace followed by class]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector with any namespace followed by id]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector with any namespace followed by pseudo class]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector with any namespace followed by pseudo element]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector with any namespace followed by attribute selector]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector followed by class]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector followed by id]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector followed by pseudo class]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector followed by pseudo element]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector followed by attribute selector]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector without a namespace followed by class]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector without a namespace followed by id]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector without a namespace followed by pseudo class]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector without a namespace followed by pseudo element]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector without a namespace followed by attribute selector]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector in any namespace followed by class]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector in any namespace followed by id]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector in any namespace followed by pseudo class]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector in any namespace followed by pseudo element]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector in any namespace followed by attribute selector]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector with namespace followed by class]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector with namespace followed by id]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector with namespace followed by pseudo class]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector with namespace followed by pseudo element]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector with namespace followed by attribute selector]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector with namespace followed by class]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector with namespace followed by id]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector with namespace followed by pseudo class]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector with namespace followed by pseudo element]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector with namespace followed by attribute selector]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector with namespace equal to default namespace]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector with namespace equal to default namespace]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector with namespace equal to default namespace followed by class]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector with namespace equal to default namespace followed by id]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector with namespace equal to default namespace followed by pseudo class]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector with namespace equal to default namespace followed by pseudo element]
|
||||
expected: FAIL
|
||||
|
||||
[Type selector with namespace equal to default namespace followed by attribute selector]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector with namespace equal to default namespace followed by class]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector with namespace equal to default namespace followed by id]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector with namespace equal to default namespace followed by pseudo class]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector with namespace equal to default namespace followed by pseudo element]
|
||||
expected: FAIL
|
||||
|
||||
[Universal selector with namespace equal to default namespace followed by attribute selector]
|
||||
expected: FAIL
|
||||
|
17
tests/wpt/metadata/cssom/style-sheet-interfaces-001.html.ini
Normal file
17
tests/wpt/metadata/cssom/style-sheet-interfaces-001.html.ini
Normal file
|
@ -0,0 +1,17 @@
|
|||
[style-sheet-interfaces-001.html]
|
||||
type: testharness
|
||||
[sheet_property]
|
||||
expected: FAIL
|
||||
|
||||
[CSSStyleSheet_properties]
|
||||
expected: FAIL
|
||||
|
||||
[CSSStyleSheet_property_values]
|
||||
expected: FAIL
|
||||
|
||||
[StyleSheet_properties]
|
||||
expected: FAIL
|
||||
|
||||
[StyleSheet_property_values]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[ttwf-cssom-doc-ext-load-count.html]
|
||||
type: testharness
|
||||
[stylesheet.css should be unloaded and styleSheets.length === 0]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
[ttwf-cssom-doc-ext-load-tree-order.html]
|
||||
type: testharness
|
||||
[styleSheets item 0 title must be aaa]
|
||||
expected: FAIL
|
||||
|
||||
[styleSheets item 1 title must be zebra]
|
||||
expected: FAIL
|
||||
|
||||
[styleSheets item 0 title must be kilo]
|
||||
expected: FAIL
|
||||
|
||||
[styleSheets item 0 title must be alpha]
|
||||
expected: FAIL
|
||||
|
||||
[styleSheets item 0 title must be zebra]
|
||||
expected: FAIL
|
||||
|
5
tests/wpt/metadata/dom/events/CustomEvent.html.ini
Normal file
5
tests/wpt/metadata/dom/events/CustomEvent.html.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[CustomEvent.html]
|
||||
type: testharness
|
||||
[initCustomEvent's default parameter values.]
|
||||
expected: FAIL
|
||||
|
|
@ -3,3 +3,6 @@
|
|||
[Calling initEvent must unset the stop propagation flag.]
|
||||
expected: FAIL
|
||||
|
||||
[Tests initEvent's default parameter values.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -474,3 +474,9 @@
|
|||
[NodeFilter interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[Event interface: operation initEvent(DOMString,boolean,boolean)]
|
||||
expected: FAIL
|
||||
|
||||
[CustomEvent interface: operation initCustomEvent(DOMString,boolean,boolean,any)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -217,3 +217,6 @@
|
|||
[createEvent('WHEELEVENT') should be initialized correctly.]
|
||||
expected: FAIL
|
||||
|
||||
[Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ProgressEvent"]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,77 @@
|
|||
[Element-webkitMatchesSelector.html]
|
||||
type: testharness
|
||||
[In-document Element.webkitMatchesSelector: Descendant combinator '>>', matching element that is a descendant of an element with id (with no refNodes): #descendant>>div]
|
||||
expected: FAIL
|
||||
|
||||
[In-document Element.webkitMatchesSelector: Descendant combinator '>>', matching element with id that is a descendant of an element (with no refNodes): body>>#descendant-div1]
|
||||
expected: FAIL
|
||||
|
||||
[In-document Element.webkitMatchesSelector: Descendant combinator '>>', matching element with id that is a descendant of an element (with no refNodes): div>>#descendant-div1]
|
||||
expected: FAIL
|
||||
|
||||
[In-document Element.webkitMatchesSelector: Descendant combinator '>>', matching element with id that is a descendant of an element with id (with no refNodes): #descendant>>#descendant-div2]
|
||||
expected: FAIL
|
||||
|
||||
[In-document Element.webkitMatchesSelector: Descendant combinator '>>', matching element with class that is a descendant of an element with id (with no refNodes): #descendant>>.descendant-div2]
|
||||
expected: FAIL
|
||||
|
||||
[In-document Element.webkitMatchesSelector: Descendant combinator '>>', matching element with class that is a descendant of an element with class (with no refNodes): .descendant-div1>>.descendant-div3]
|
||||
expected: FAIL
|
||||
|
||||
[Detached Element.webkitMatchesSelector: Descendant combinator '>>', matching element that is a descendant of an element with id (with no refNodes): #descendant>>div]
|
||||
expected: FAIL
|
||||
|
||||
[Detached Element.webkitMatchesSelector: Descendant combinator '>>', matching element with id that is a descendant of an element (with no refNodes): div>>#descendant-div1]
|
||||
expected: FAIL
|
||||
|
||||
[Detached Element.webkitMatchesSelector: Descendant combinator '>>', matching element with id that is a descendant of an element with id (with no refNodes): #descendant>>#descendant-div2]
|
||||
expected: FAIL
|
||||
|
||||
[Detached Element.webkitMatchesSelector: Descendant combinator '>>', matching element with class that is a descendant of an element with id (with no refNodes): #descendant>>.descendant-div2]
|
||||
expected: FAIL
|
||||
|
||||
[Detached Element.webkitMatchesSelector: Descendant combinator '>>', matching element with class that is a descendant of an element with class (with no refNodes): .descendant-div1>>.descendant-div3]
|
||||
expected: FAIL
|
||||
|
||||
[Fragment Element.webkitMatchesSelector: Descendant combinator '>>', matching element that is a descendant of an element with id (with no refNodes): #descendant>>div]
|
||||
expected: FAIL
|
||||
|
||||
[Fragment Element.webkitMatchesSelector: Descendant combinator '>>', matching element with id that is a descendant of an element (with no refNodes): div>>#descendant-div1]
|
||||
expected: FAIL
|
||||
|
||||
[Fragment Element.webkitMatchesSelector: Descendant combinator '>>', matching element with id that is a descendant of an element with id (with no refNodes): #descendant>>#descendant-div2]
|
||||
expected: FAIL
|
||||
|
||||
[Fragment Element.webkitMatchesSelector: Descendant combinator '>>', matching element with class that is a descendant of an element with id (with no refNodes): #descendant>>.descendant-div2]
|
||||
expected: FAIL
|
||||
|
||||
[Fragment Element.webkitMatchesSelector: Descendant combinator '>>', matching element with class that is a descendant of an element with class (with no refNodes): .descendant-div1>>.descendant-div3]
|
||||
expected: FAIL
|
||||
|
||||
[In-document Element.webkitMatchesSelector: Universal selector, matching all children of the specified reference element (with refNode Element): >*]
|
||||
expected: FAIL
|
||||
|
||||
[In-document Element.webkitMatchesSelector: Universal selector, matching all grandchildren of the specified reference element (with refNode Element): >*>*]
|
||||
expected: FAIL
|
||||
|
||||
[In-document Element.webkitMatchesSelector: Universal selector, matching all descendants of the specified reference element (with refNode Element): *]
|
||||
expected: FAIL
|
||||
|
||||
[In-document Element.webkitMatchesSelector: Descendant combinator '>>', matching element that is a descendant of an element with id (1) (with no refNodes): #descendant>>div]
|
||||
expected: FAIL
|
||||
|
||||
[In-document Element.webkitMatchesSelector: Descendant combinator '>>', matching element with id that is a descendant of an element (1) (with no refNodes): body>>#descendant-div1]
|
||||
expected: FAIL
|
||||
|
||||
[In-document Element.webkitMatchesSelector: Descendant combinator '>>', matching element with id that is a descendant of an element (1) (with no refNodes): div>>#descendant-div1]
|
||||
expected: FAIL
|
||||
|
||||
[In-document Element.webkitMatchesSelector: Descendant combinator '>>', matching element with id that is a descendant of an element with id (1) (with no refNodes): #descendant>>#descendant-div2]
|
||||
expected: FAIL
|
||||
|
||||
[In-document Element.webkitMatchesSelector: Descendant combinator '>>', matching element with class that is a descendant of an element with id (1) (with no refNodes): #descendant>>.descendant-div2]
|
||||
expected: FAIL
|
||||
|
||||
[In-document Element.webkitMatchesSelector: Descendant combinator, '>>', matching element with class that is a descendant of an element with class (1) (with no refNodes): .descendant-div1>>.descendant-div3]
|
||||
expected: FAIL
|
||||
|
11
tests/wpt/metadata/encoding/textdecoder-copy.any.js.ini
Normal file
11
tests/wpt/metadata/encoding/textdecoder-copy.any.js.ini
Normal file
|
@ -0,0 +1,11 @@
|
|||
[textdecoder-copy.any.html]
|
||||
type: testharness
|
||||
[Modify buffer after passing it in]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[textdecoder-copy.any.worker.html]
|
||||
type: testharness
|
||||
[Modify buffer after passing it in]
|
||||
expected: FAIL
|
||||
|
|
@ -52,3 +52,9 @@
|
|||
[ms932 => shift_jis]
|
||||
expected: FAIL
|
||||
|
||||
[koi8-ru => KOI8-U]
|
||||
expected: FAIL
|
||||
|
||||
[ms932 => Shift_JIS]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
[accept-header-worker.html]
|
||||
type: testharness
|
||||
[Request through fetch should have 'accept' header with value 'custom/*']
|
||||
expected: FAIL
|
||||
|
||||
[Request through fetch should have 'accept-language' header with value 'bzh']
|
||||
expected: FAIL
|
||||
|
17
tests/wpt/metadata/fetch/api/basic/accept-header.any.js.ini
Normal file
17
tests/wpt/metadata/fetch/api/basic/accept-header.any.js.ini
Normal file
|
@ -0,0 +1,17 @@
|
|||
[accept-header.any.html]
|
||||
type: testharness
|
||||
[Request through fetch should have 'accept' header with value 'custom/*']
|
||||
expected: FAIL
|
||||
|
||||
[Request through fetch should have 'accept-language' header with value 'bzh']
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[accept-header.any.worker.html]
|
||||
type: testharness
|
||||
[Request through fetch should have 'accept' header with value 'custom/*']
|
||||
expected: FAIL
|
||||
|
||||
[Request through fetch should have 'accept-language' header with value 'bzh']
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[accept-header.html]
|
||||
type: testharness
|
||||
[Request through fetch should have 'accept' header with value 'custom/*']
|
||||
expected: FAIL
|
||||
|
||||
[Request through fetch should have 'accept-language' header with value 'bzh']
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[mode-same-origin-worker.html]
|
||||
type: testharness
|
||||
[Fetch http://www1.web-platform.test:8000/fetch/api/resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch https://web-platform.test:8443/fetch/api/resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
[mode-same-origin.any.worker.html]
|
||||
type: testharness
|
||||
[Fetch https://web-platform.test:8443/fetch/api/resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch http://www1.web-platform.test:8000/fetch/api/resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[mode-same-origin.any.html]
|
||||
type: testharness
|
||||
[Fetch https://web-platform.test:8443/fetch/api/resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch http://www1.web-platform.test:8000/fetch/api/resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[mode-same-origin.html]
|
||||
type: testharness
|
||||
[Fetch http://www1.web-platform.test:8000/fetch/api/resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch https://web-platform.test:8443/fetch/api/resources/top.txt with same-origin mode]
|
||||
expected: FAIL
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[referrer-worker.html]
|
||||
type: testharness
|
||||
[origin-when-cross-origin policy on a same-origin URL]
|
||||
expected: FAIL
|
||||
|
||||
[origin-when-cross-origin policy on a cross-origin URL]
|
||||
expected: FAIL
|
||||
|
||||
[origin-when-cross-origin policy on a cross-origin URL after same-origin redirection]
|
||||
expected: FAIL
|
||||
|
||||
[origin-when-cross-origin policy on a same-origin URL after cross-origin redirection]
|
||||
expected: FAIL
|
||||
|
29
tests/wpt/metadata/fetch/api/basic/referrer.any.js.ini
Normal file
29
tests/wpt/metadata/fetch/api/basic/referrer.any.js.ini
Normal file
|
@ -0,0 +1,29 @@
|
|||
[referrer.any.worker.html]
|
||||
type: testharness
|
||||
[origin-when-cross-origin policy on a same-origin URL]
|
||||
expected: FAIL
|
||||
|
||||
[origin-when-cross-origin policy on a cross-origin URL]
|
||||
expected: FAIL
|
||||
|
||||
[origin-when-cross-origin policy on a cross-origin URL after same-origin redirection]
|
||||
expected: FAIL
|
||||
|
||||
[origin-when-cross-origin policy on a same-origin URL after cross-origin redirection]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[referrer.any.html]
|
||||
type: testharness
|
||||
[origin-when-cross-origin policy on a same-origin URL]
|
||||
expected: FAIL
|
||||
|
||||
[origin-when-cross-origin policy on a cross-origin URL]
|
||||
expected: FAIL
|
||||
|
||||
[origin-when-cross-origin policy on a cross-origin URL after same-origin redirection]
|
||||
expected: FAIL
|
||||
|
||||
[origin-when-cross-origin policy on a same-origin URL after cross-origin redirection]
|
||||
expected: FAIL
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
[referrer.html]
|
||||
type: testharness
|
||||
[origin-when-cross-origin policy on a same-origin URL]
|
||||
expected: FAIL
|
||||
|
||||
[origin-when-cross-origin policy on a cross-origin URL]
|
||||
expected: FAIL
|
||||
|
||||
[origin-when-cross-origin policy on a cross-origin URL after same-origin redirection]
|
||||
expected: FAIL
|
||||
|
||||
[origin-when-cross-origin policy on a same-origin URL after cross-origin redirection]
|
||||
expected: FAIL
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
[request-forbidden-headers-worker.html]
|
||||
type: testharness
|
||||
[Accept-Encoding is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Access-Control-Request-Headers is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Access-Control-Request-Method is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
[request-forbidden-headers.any.html]
|
||||
type: testharness
|
||||
[Accept-Encoding is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Access-Control-Request-Headers is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Access-Control-Request-Method is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[request-forbidden-headers.any.worker.html]
|
||||
type: testharness
|
||||
[Accept-Encoding is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Access-Control-Request-Headers is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Access-Control-Request-Method is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
[request-forbidden-headers.html]
|
||||
type: testharness
|
||||
[Accept-Encoding is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Access-Control-Request-Headers is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
||||
[Access-Control-Request-Method is a forbidden request header]
|
||||
expected: FAIL
|
||||
|
|
@ -1,65 +0,0 @@
|
|||
[request-headers-worker.html]
|
||||
type: testharness
|
||||
[Fetch with PUT without body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with PUT with body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST without body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with text body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with FormData body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Blob body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with ArrayBuffer body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Uint8Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Int8Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float32Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float64Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with DataView body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Blob body with mime type]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with Chicken]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with Chicken with body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with URLSearchParams body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST and mode "same-origin" needs an Origin header]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST and mode "no-cors" needs an Origin header]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with PUT and mode "same-origin" needs an Origin header]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with TacO and mode "same-origin" needs an Origin header]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with TacO and mode "cors" needs an Origin header]
|
||||
expected: FAIL
|
||||
|
113
tests/wpt/metadata/fetch/api/basic/request-headers.any.js.ini
Normal file
113
tests/wpt/metadata/fetch/api/basic/request-headers.any.js.ini
Normal file
|
@ -0,0 +1,113 @@
|
|||
[request-headers.any.html]
|
||||
type: testharness
|
||||
[Fetch with PUT with body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with text body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with FormData body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with URLSearchParams body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with ArrayBuffer body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Uint8Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Int8Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float32Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float64Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with DataView body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Blob body with mime type]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with Chicken]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with Chicken with body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with TacO and mode "same-origin" needs an Origin header]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with TacO and mode "cors" needs an Origin header]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[request-headers.any.worker.html]
|
||||
type: testharness
|
||||
[Fetch with PUT without body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with PUT with body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST without body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with text body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with FormData body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with URLSearchParams body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Blob body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with ArrayBuffer body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Uint8Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Int8Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float32Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float64Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with DataView body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Blob body with mime type]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with Chicken]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with Chicken with body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST and mode "same-origin" needs an Origin header]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST and mode "no-cors" needs an Origin header]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with PUT and mode "same-origin" needs an Origin header]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with TacO and mode "same-origin" needs an Origin header]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with TacO and mode "cors" needs an Origin header]
|
||||
expected: FAIL
|
||||
|
|
@ -1,47 +0,0 @@
|
|||
[request-headers.html]
|
||||
type: testharness
|
||||
[Fetch with PUT with body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with text body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with FormData body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with ArrayBuffer body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Uint8Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Int8Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float32Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float64Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with DataView body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Blob body with mime type]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with Chicken]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with Chicken with body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with URLSearchParams body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with TacO and mode "same-origin" needs an Origin header]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with TacO and mode "cors" needs an Origin header]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[request-referrer-redirected-worker.html]
|
||||
type: testharness
|
||||
[about:client referrer]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
[request-referrer.any.html]
|
||||
type: testharness
|
||||
[about:client referrer]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[request-referrer.any.worker.html]
|
||||
type: testharness
|
||||
[about:client referrer]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[request-referrer.html]
|
||||
type: testharness
|
||||
[Fetch: fetch() respects Request referrer value]
|
||||
expected: FAIL
|
||||
|
|
@ -1,36 +0,0 @@
|
|||
[request-upload-worker.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Fetch with POST with ArrayBuffer body]
|
||||
expected: NOTRUN
|
||||
|
||||
[Fetch with POST with Uint8Array body]
|
||||
expected: NOTRUN
|
||||
|
||||
[Fetch with POST with Int8Array body]
|
||||
expected: NOTRUN
|
||||
|
||||
[Fetch with POST with Float32Array body]
|
||||
expected: NOTRUN
|
||||
|
||||
[Fetch with POST with Float64Array body]
|
||||
expected: NOTRUN
|
||||
|
||||
[Fetch with POST with DataView body]
|
||||
expected: NOTRUN
|
||||
|
||||
[Fetch with PUT with body]
|
||||
expected: NOTRUN
|
||||
|
||||
[Fetch with POST with text body]
|
||||
expected: NOTRUN
|
||||
|
||||
[Fetch with POST with URLSearchParams body]
|
||||
expected: NOTRUN
|
||||
|
||||
[Fetch with POST with Blob body]
|
||||
expected: NOTRUN
|
||||
|
||||
[Fetch with POST with Blob body with mime type]
|
||||
expected: NOTRUN
|
||||
|
77
tests/wpt/metadata/fetch/api/basic/request-upload.any.js.ini
Normal file
77
tests/wpt/metadata/fetch/api/basic/request-upload.any.js.ini
Normal file
|
@ -0,0 +1,77 @@
|
|||
[request-upload.any.html]
|
||||
type: testharness
|
||||
[Fetch with POST with ArrayBuffer body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Uint8Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Int8Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float32Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float64Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with DataView body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with ReadableStream]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with ReadableStream containing String]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with ReadableStream containing null]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with ReadableStream containing number]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with ReadableStream containing ArrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with ReadableStream containing Blob]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[request-upload.any.worker.html]
|
||||
type: testharness
|
||||
[Fetch with POST with ArrayBuffer body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Uint8Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Int8Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float32Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float64Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with DataView body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with ReadableStream]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with ReadableStream containing String]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with ReadableStream containing null]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with ReadableStream containing number]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with ReadableStream containing ArrayBuffer]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with ReadableStream containing Blob]
|
||||
expected: FAIL
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
[request-upload.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
||||
[Fetch with POST with ArrayBuffer body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Uint8Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Int8Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float32Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with Float64Array body]
|
||||
expected: FAIL
|
||||
|
||||
[Fetch with POST with DataView body]
|
||||
expected: FAIL
|
||||
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue