Sync WPT with upstream (22-06-2025) (#37606)

Automated downstream sync of changes from upstream as of 22-06-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-06-22 03:41:56 +02:00 committed by GitHub
parent c8ee11fe77
commit 2b209449b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
556 changed files with 11148 additions and 13819 deletions

View file

@ -0,0 +1,216 @@
[DOMImplementation-createDocument.html]
[createDocument test: null,";foo",null,null]
expected: FAIL
[createDocument test: metadata for null,";foo",null]
expected: FAIL
[createDocument test: characterSet aliases for null,";foo",null]
expected: FAIL
[createDocument test: null,"f}oo",null,null]
expected: FAIL
[createDocument test: metadata for null,"f}oo",null]
expected: FAIL
[createDocument test: characterSet aliases for null,"f}oo",null]
expected: FAIL
[createDocument test: null,"foo}",null,null]
expected: FAIL
[createDocument test: metadata for null,"foo}",null]
expected: FAIL
[createDocument test: characterSet aliases for null,"foo}",null]
expected: FAIL
[createDocument test: null,"\\ufffffoo",null,null]
expected: FAIL
[createDocument test: metadata for null,"\\ufffffoo",null]
expected: FAIL
[createDocument test: characterSet aliases for null,"\\ufffffoo",null]
expected: FAIL
[createDocument test: null,"f\\uffffoo",null,null]
expected: FAIL
[createDocument test: metadata for null,"f\\uffffoo",null]
expected: FAIL
[createDocument test: characterSet aliases for null,"f\\uffffoo",null]
expected: FAIL
[createDocument test: null,"foo\\uffff",null,null]
expected: FAIL
[createDocument test: metadata for null,"foo\\uffff",null]
expected: FAIL
[createDocument test: characterSet aliases for null,"foo\\uffff",null]
expected: FAIL
[createDocument test: null,"f<oo",null,null]
expected: FAIL
[createDocument test: metadata for null,"f<oo",null]
expected: FAIL
[createDocument test: characterSet aliases for null,"f<oo",null]
expected: FAIL
[createDocument test: null,":foo",null,null]
expected: FAIL
[createDocument test: metadata for null,":foo",null]
expected: FAIL
[createDocument test: characterSet aliases for null,":foo",null]
expected: FAIL
[createDocument test: null,"f:o:o",null,"NAMESPACE_ERR"]
expected: FAIL
[createDocument test: "",":foo",null,null]
expected: FAIL
[createDocument test: metadata for "",":foo",null]
expected: FAIL
[createDocument test: characterSet aliases for "",":foo",null]
expected: FAIL
[createDocument test: undefined,":foo",null,null]
expected: FAIL
[createDocument test: metadata for undefined,":foo",null]
expected: FAIL
[createDocument test: characterSet aliases for undefined,":foo",null]
expected: FAIL
[createDocument test: undefined,"f::oo",null,"NAMESPACE_ERR"]
expected: FAIL
[createDocument test: "http://example.com/","fo<o",null,null]
expected: FAIL
[createDocument test: metadata for "http://example.com/","fo<o",null]
expected: FAIL
[createDocument test: characterSet aliases for "http://example.com/","fo<o",null]
expected: FAIL
[createDocument test: "http://example.com/",":foo",null,null]
expected: FAIL
[createDocument test: metadata for "http://example.com/",":foo",null]
expected: FAIL
[createDocument test: characterSet aliases for "http://example.com/",":foo",null]
expected: FAIL
[createDocument test: "http://example.com/","f:o:o",null,null]
expected: FAIL
[createDocument test: metadata for "http://example.com/","f:o:o",null]
expected: FAIL
[createDocument test: characterSet aliases for "http://example.com/","f:o:o",null]
expected: FAIL
[createDocument test: "http://example.com/","f::oo",null,null]
expected: FAIL
[createDocument test: metadata for "http://example.com/","f::oo",null]
expected: FAIL
[createDocument test: characterSet aliases for "http://example.com/","f::oo",null]
expected: FAIL
[createDocument test: "http://example.com/","0:a",null,null]
expected: FAIL
[createDocument test: metadata for "http://example.com/","0:a",null]
expected: FAIL
[createDocument test: characterSet aliases for "http://example.com/","0:a",null]
expected: FAIL
[createDocument test: "http://example.com/","a:;",null,null]
expected: FAIL
[createDocument test: metadata for "http://example.com/","a:;",null]
expected: FAIL
[createDocument test: characterSet aliases for "http://example.com/","a:;",null]
expected: FAIL
[createDocument test: "http://example.com/","a:̀",null,null]
expected: FAIL
[createDocument test: metadata for "http://example.com/","a:̀",null]
expected: FAIL
[createDocument test: characterSet aliases for "http://example.com/","a:̀",null]
expected: FAIL
[createDocument test: "http://example.com/","̀:a",null,null]
expected: FAIL
[createDocument test: metadata for "http://example.com/","̀:a",null]
expected: FAIL
[createDocument test: characterSet aliases for "http://example.com/","̀:a",null]
expected: FAIL
[createDocument test: "http://example.com/",";:a",null,null]
expected: FAIL
[createDocument test: metadata for "http://example.com/",";:a",null]
expected: FAIL
[createDocument test: characterSet aliases for "http://example.com/",";:a",null]
expected: FAIL
[createDocument test: "http://example.com/","prefix::local",null,null]
expected: FAIL
[createDocument test: metadata for "http://example.com/","prefix::local",null]
expected: FAIL
[createDocument test: characterSet aliases for "http://example.com/","prefix::local",null]
expected: FAIL
[createDocument test: "/",":foo",null,null]
expected: FAIL
[createDocument test: metadata for "/",":foo",null]
expected: FAIL
[createDocument test: characterSet aliases for "/",":foo",null]
expected: FAIL
[createDocument test: "http://www.w3.org/XML/1998/namespace",":foo",null,null]
expected: FAIL
[createDocument test: metadata for "http://www.w3.org/XML/1998/namespace",":foo",null]
expected: FAIL
[createDocument test: characterSet aliases for "http://www.w3.org/XML/1998/namespace",":foo",null]
expected: FAIL
[createDocument test: "http://www.w3.org/2000/xmlns/",":foo",null,"NAMESPACE_ERR"]
expected: FAIL
[createDocument test: "foo:",":foo",null,null]
expected: FAIL
[createDocument test: metadata for "foo:",":foo",null]
expected: FAIL
[createDocument test: characterSet aliases for "foo:",":foo",null]
expected: FAIL

View file

@ -0,0 +1,141 @@
[DOMImplementation-createDocumentType.html]
[createDocumentType("", "", "") should work]
expected: FAIL
[createDocumentType("1foo", "", "") should work]
expected: FAIL
[createDocumentType("@foo", "", "") should work]
expected: FAIL
[createDocumentType("foo@", "", "") should work]
expected: FAIL
[createDocumentType("f@oo", "", "") should work]
expected: FAIL
[createDocumentType("edi:{", "", "") should work]
expected: FAIL
[createDocumentType("edi:}", "", "") should work]
expected: FAIL
[createDocumentType("edi:~", "", "") should work]
expected: FAIL
[createDocumentType("edi:'", "", "") should work]
expected: FAIL
[createDocumentType("edi:!", "", "") should work]
expected: FAIL
[createDocumentType("edi:@", "", "") should work]
expected: FAIL
[createDocumentType("edi:#", "", "") should work]
expected: FAIL
[createDocumentType("edi:$", "", "") should work]
expected: FAIL
[createDocumentType("edi:%", "", "") should work]
expected: FAIL
[createDocumentType("edi:^", "", "") should work]
expected: FAIL
[createDocumentType("edi:&", "", "") should work]
expected: FAIL
[createDocumentType("edi:*", "", "") should work]
expected: FAIL
[createDocumentType("edi:(", "", "") should work]
expected: FAIL
[createDocumentType("edi:)", "", "") should work]
expected: FAIL
[createDocumentType("edi:+", "", "") should work]
expected: FAIL
[createDocumentType("edi:=", "", "") should work]
expected: FAIL
[createDocumentType("edi:[", "", "") should work]
expected: FAIL
[createDocumentType("edi:\]", "", "") should work]
expected: FAIL
[createDocumentType("edi:\\\\", "", "") should work]
expected: FAIL
[createDocumentType("edi:/", "", "") should work]
expected: FAIL
[createDocumentType("edi:;", "", "") should work]
expected: FAIL
[createDocumentType("edi:`", "", "") should work]
expected: FAIL
[createDocumentType("edi:<", "", "") should work]
expected: FAIL
[createDocumentType("edi:,", "", "") should work]
expected: FAIL
[createDocumentType("edi:\\"", "", "") should work]
expected: FAIL
[createDocumentType("{", "", "") should work]
expected: FAIL
[createDocumentType("}", "", "") should work]
expected: FAIL
[createDocumentType("'", "", "") should work]
expected: FAIL
[createDocumentType("~", "", "") should work]
expected: FAIL
[createDocumentType("`", "", "") should work]
expected: FAIL
[createDocumentType("@", "", "") should work]
expected: FAIL
[createDocumentType("#", "", "") should work]
expected: FAIL
[createDocumentType("$", "", "") should work]
expected: FAIL
[createDocumentType("%", "", "") should work]
expected: FAIL
[createDocumentType("^", "", "") should work]
expected: FAIL
[createDocumentType("&", "", "") should work]
expected: FAIL
[createDocumentType("*", "", "") should work]
expected: FAIL
[createDocumentType("(", "", "") should work]
expected: FAIL
[createDocumentType(")", "", "") should work]
expected: FAIL
[createDocumentType(":foo", "", "") should work]
expected: FAIL
[createDocumentType("foo:", "", "") should work]
expected: FAIL
[createDocumentType("prefix::local", "", "") should work]
expected: FAIL

View file

@ -0,0 +1,42 @@
[Document-createAttribute.html]
[HTML document.createAttribute("invalid^Name")]
expected: FAIL
[XML document.createAttribute("invalid^Name")]
expected: FAIL
[HTML document.createAttribute("\\\\")]
expected: FAIL
[XML document.createAttribute("\\\\")]
expected: FAIL
[HTML document.createAttribute("'")]
expected: FAIL
[XML document.createAttribute("'")]
expected: FAIL
[HTML document.createAttribute("\\"")]
expected: FAIL
[XML document.createAttribute("\\"")]
expected: FAIL
[HTML document.createAttribute("0")]
expected: FAIL
[XML document.createAttribute("0")]
expected: FAIL
[HTML document.createAttribute("0:a")]
expected: FAIL
[XML document.createAttribute("0:a")]
expected: FAIL
[HTML document.createAttribute("~")]
expected: FAIL
[XML document.createAttribute("~")]
expected: FAIL

View file

@ -0,0 +1,72 @@
[Document-createElement.html]
[createElement("̀foo") in HTML document]
expected: FAIL
[createElement("̀foo") in XML document]
expected: FAIL
[createElement("̀foo") in XHTML document]
expected: FAIL
[createElement("f}oo") in HTML document]
expected: FAIL
[createElement("f}oo") in XML document]
expected: FAIL
[createElement("f}oo") in XHTML document]
expected: FAIL
[createElement("foo}") in HTML document]
expected: FAIL
[createElement("foo}") in XML document]
expected: FAIL
[createElement("foo}") in XHTML document]
expected: FAIL
[createElement("\\ufffffoo") in HTML document]
expected: FAIL
[createElement("\\ufffffoo") in XML document]
expected: FAIL
[createElement("\\ufffffoo") in XHTML document]
expected: FAIL
[createElement("f\\uffffoo") in HTML document]
expected: FAIL
[createElement("f\\uffffoo") in XML document]
expected: FAIL
[createElement("f\\uffffoo") in XHTML document]
expected: FAIL
[createElement("foo\\uffff") in HTML document]
expected: FAIL
[createElement("foo\\uffff") in XML document]
expected: FAIL
[createElement("foo\\uffff") in XHTML document]
expected: FAIL
[createElement("f<oo") in HTML document]
expected: FAIL
[createElement("f<oo") in XML document]
expected: FAIL
[createElement("f<oo") in XHTML document]
expected: FAIL
[createElement("̀") in HTML document]
expected: FAIL
[createElement("̀") in XML document]
expected: FAIL
[createElement("̀") in XHTML document]
expected: FAIL

View file

@ -0,0 +1,234 @@
[Document-createElementNS.html]
[createElementNS test in HTML document: null,";foo",null]
expected: FAIL
[createElementNS test in XML document: null,";foo",null]
expected: FAIL
[createElementNS test in XHTML document: null,";foo",null]
expected: FAIL
[createElementNS test in HTML document: null,"f}oo",null]
expected: FAIL
[createElementNS test in XML document: null,"f}oo",null]
expected: FAIL
[createElementNS test in XHTML document: null,"f}oo",null]
expected: FAIL
[createElementNS test in HTML document: null,"foo}",null]
expected: FAIL
[createElementNS test in XML document: null,"foo}",null]
expected: FAIL
[createElementNS test in XHTML document: null,"foo}",null]
expected: FAIL
[createElementNS test in HTML document: null,"\\ufffffoo",null]
expected: FAIL
[createElementNS test in XML document: null,"\\ufffffoo",null]
expected: FAIL
[createElementNS test in XHTML document: null,"\\ufffffoo",null]
expected: FAIL
[createElementNS test in HTML document: null,"f\\uffffoo",null]
expected: FAIL
[createElementNS test in XML document: null,"f\\uffffoo",null]
expected: FAIL
[createElementNS test in XHTML document: null,"f\\uffffoo",null]
expected: FAIL
[createElementNS test in HTML document: null,"foo\\uffff",null]
expected: FAIL
[createElementNS test in XML document: null,"foo\\uffff",null]
expected: FAIL
[createElementNS test in XHTML document: null,"foo\\uffff",null]
expected: FAIL
[createElementNS test in HTML document: null,"f<oo",null]
expected: FAIL
[createElementNS test in XML document: null,"f<oo",null]
expected: FAIL
[createElementNS test in XHTML document: null,"f<oo",null]
expected: FAIL
[createElementNS test in HTML document: null,":foo",null]
expected: FAIL
[createElementNS test in XML document: null,":foo",null]
expected: FAIL
[createElementNS test in XHTML document: null,":foo",null]
expected: FAIL
[createElementNS test in HTML document: null,"f:o:o","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: null,"f:o:o","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XHTML document: null,"f:o:o","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in HTML document: "",":foo",null]
expected: FAIL
[createElementNS test in XML document: "",":foo",null]
expected: FAIL
[createElementNS test in XHTML document: "",":foo",null]
expected: FAIL
[createElementNS test in HTML document: undefined,":foo",null]
expected: FAIL
[createElementNS test in XML document: undefined,":foo",null]
expected: FAIL
[createElementNS test in XHTML document: undefined,":foo",null]
expected: FAIL
[createElementNS test in HTML document: undefined,"f::oo","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: undefined,"f::oo","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XHTML document: undefined,"f::oo","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in HTML document: "http://example.com/","fo<o",null]
expected: FAIL
[createElementNS test in XML document: "http://example.com/","fo<o",null]
expected: FAIL
[createElementNS test in XHTML document: "http://example.com/","fo<o",null]
expected: FAIL
[createElementNS test in HTML document: "http://example.com/",":foo",null]
expected: FAIL
[createElementNS test in XML document: "http://example.com/",":foo",null]
expected: FAIL
[createElementNS test in XHTML document: "http://example.com/",":foo",null]
expected: FAIL
[createElementNS test in HTML document: "http://example.com/","f:o:o",null]
expected: FAIL
[createElementNS test in XML document: "http://example.com/","f:o:o",null]
expected: FAIL
[createElementNS test in XHTML document: "http://example.com/","f:o:o",null]
expected: FAIL
[createElementNS test in HTML document: "http://example.com/","f::oo",null]
expected: FAIL
[createElementNS test in XML document: "http://example.com/","f::oo",null]
expected: FAIL
[createElementNS test in XHTML document: "http://example.com/","f::oo",null]
expected: FAIL
[createElementNS test in HTML document: "http://example.com/","0:a",null]
expected: FAIL
[createElementNS test in XML document: "http://example.com/","0:a",null]
expected: FAIL
[createElementNS test in XHTML document: "http://example.com/","0:a",null]
expected: FAIL
[createElementNS test in HTML document: "http://example.com/","a:;",null]
expected: FAIL
[createElementNS test in XML document: "http://example.com/","a:;",null]
expected: FAIL
[createElementNS test in XHTML document: "http://example.com/","a:;",null]
expected: FAIL
[createElementNS test in HTML document: "http://example.com/","a:̀",null]
expected: FAIL
[createElementNS test in XML document: "http://example.com/","a:̀",null]
expected: FAIL
[createElementNS test in XHTML document: "http://example.com/","a:̀",null]
expected: FAIL
[createElementNS test in HTML document: "http://example.com/","̀:a",null]
expected: FAIL
[createElementNS test in XML document: "http://example.com/","̀:a",null]
expected: FAIL
[createElementNS test in XHTML document: "http://example.com/","̀:a",null]
expected: FAIL
[createElementNS test in HTML document: "http://example.com/",";:a",null]
expected: FAIL
[createElementNS test in XML document: "http://example.com/",";:a",null]
expected: FAIL
[createElementNS test in XHTML document: "http://example.com/",";:a",null]
expected: FAIL
[createElementNS test in HTML document: "http://example.com/","prefix::local",null]
expected: FAIL
[createElementNS test in XML document: "http://example.com/","prefix::local",null]
expected: FAIL
[createElementNS test in XHTML document: "http://example.com/","prefix::local",null]
expected: FAIL
[createElementNS test in HTML document: "/",":foo",null]
expected: FAIL
[createElementNS test in XML document: "/",":foo",null]
expected: FAIL
[createElementNS test in XHTML document: "/",":foo",null]
expected: FAIL
[createElementNS test in HTML document: "http://www.w3.org/XML/1998/namespace",":foo",null]
expected: FAIL
[createElementNS test in XML document: "http://www.w3.org/XML/1998/namespace",":foo",null]
expected: FAIL
[createElementNS test in XHTML document: "http://www.w3.org/XML/1998/namespace",":foo",null]
expected: FAIL
[createElementNS test in HTML document: "http://www.w3.org/2000/xmlns/",":foo","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XML document: "http://www.w3.org/2000/xmlns/",":foo","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in XHTML document: "http://www.w3.org/2000/xmlns/",":foo","NAMESPACE_ERR"]
expected: FAIL
[createElementNS test in HTML document: "foo:",":foo",null]
expected: FAIL
[createElementNS test in XML document: "foo:",":foo",null]
expected: FAIL
[createElementNS test in XHTML document: "foo:",":foo",null]
expected: FAIL

View file

@ -0,0 +1,6 @@
[attributes.html]
[Basic functionality should be intact. (toggleAttribute)]
expected: FAIL
[Basic functionality should be intact.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[child-style-preserve.html]
[child-style-preserve]
expected: FAIL

View file

@ -1,4 +1,4 @@
[name-validation.tentative.html]
[name-validation.html]
[Valid and invalid characters in createElement.]
expected: FAIL