mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
Update web-platform-tests to revision 3bfdeb8976fc51748935c8d1f1014dfba8e08dfb
This commit is contained in:
parent
fcd6beb608
commit
cb63cfd5c7
185 changed files with 3083 additions and 1074 deletions
|
@ -1 +0,0 @@
|
|||
vnu.jar
|
|
@ -1,5 +1,6 @@
|
|||
<!doctype html>
|
||||
<html lang="">
|
||||
<meta charset=utf-8>
|
||||
<title>valid download</title>
|
||||
<a download>foo</a><!-- empty download -->
|
||||
<a download=baz>foo</a><!-- arbitrary value for download -->
|
||||
<a href=foo download>foo</a><!-- empty download -->
|
||||
<a href=foo download=baz>foo</a><!-- arbitrary value for download -->
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
<!doctype html>
|
||||
<html lang="">
|
||||
<meta charset=utf-8>
|
||||
<title>invalid download</title>
|
||||
<a download>foo</a><!-- download without href -->
|
|
@ -98,6 +98,7 @@
|
|||
"html/attributes/lang/xmllang-only-novalid.html": "When the attribute \u201cxml:lang\u201d in no namespace is specified, the element must also have the attribute \u201clang\u201d present with the same value.",
|
||||
"html/attributes/role/unrecognized-role-name-novalid.html": "Discarding unrecognized token \u201cinput\u201d from value of attribute \u201crole\u201d. Browsers ignore any token that is not a defined ARIA non-abstract role.",
|
||||
"html/attributes/spellcheck/value-bad-novalid.html": "Bad value \u201cbadvalue\u201d for attribute \u201cspellcheck\u201d on element \u201cp\u201d.",
|
||||
"html/elements/a/download-novalid.html": "Element \u201ca\u201d is missing required attribute \u201chref\u201d.",
|
||||
"html/elements/a/href/fragment-backslash-novalid.html": "Bad value \u201c#\\\u201d for attribute \u201chref\u201d on element \u201ca\u201d: Bad URL: Illegal character in fragment: \u201c\\\u201d is not allowed.",
|
||||
"html/elements/a/href/fragment-contains-hash-novalid.html": "Bad value \u201chttp://foo/path#f#g\u201d for attribute \u201chref\u201d on element \u201ca\u201d: Bad URL: Illegal character in fragment: \u201c#\u201d is not allowed.",
|
||||
"html/elements/a/href/fragment-leading-space-novalid.html": "Bad value \u201chttp://f:21/b# e\u201d for attribute \u201chref\u201d on element \u201ca\u201d: Bad URL: Illegal character in fragment: space is not allowed.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue