Update web-platform-tests to revision 3137d1d2d7757366a69f8a449b458b5057e0e81e

This commit is contained in:
Ms2ger 2016-12-28 09:51:21 +01:00
parent 81ca858678
commit d6ba94ca28
2339 changed files with 89274 additions and 9328 deletions

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="">
<meta charset=utf-8>
<title>empty manifest is not valid</title>
</html>

View file

@ -1,6 +0,0 @@
<!DOCTYPE html>
<html manifest="
">
<meta charset=utf-8>
<title>empty manifest is not valid</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="#\">
<meta charset=utf-8>
<title>invalid manifest: fragment-backslash</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://foo/path#f#g">
<meta charset=utf-8>
<title>invalid manifest: fragment-contains-hash</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://example.com/foo#💩">
<meta charset=utf-8>
<title>valid manifest: fragment-contains-pile-of-poo</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://foo/abcd#foo?bar">
<meta charset=utf-8>
<title>valid manifest: fragment-contains-question-mark</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="#">
<meta charset=utf-8>
<title>valid manifest: fragment-empty-hash-only-no-path-relative</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://f:21/b# e">
<meta charset=utf-8>
<title>invalid manifest: fragment-leading-space</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="#β">
<meta charset=utf-8>
<title>valid manifest: fragment-non-ascii-relative</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="#;?">
<meta charset=utf-8>
<title>valid manifest: fragment-semicolon-question-mark-relative</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="#/">
<meta charset=utf-8>
<title>valid manifest: fragment-slash-relative</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://192.0x00A80001">
<meta charset=utf-8>
<title>valid manifest: host-192.0x00A80001</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://192.168.0.257/">
<meta charset=utf-8>
<title>valid manifest: host-IP-address-broken</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://">
<meta charset=utf-8>
<title>valid manifest: host-IP-address-fullwidth</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://%30%78%63%30%2e%30%32%35%30.01">
<meta charset=utf-8>
<title>valid manifest: host-IP-address-percent-encoded</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://example. org">
<meta charset=utf-8>
<title>invalid manifest: host-cr</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://.com">
<meta charset=utf-8>
<title>invalid manifest: host-double-percent-encoded</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://%ef%bc%85%ef%bc%94%ef%bc%91.com">
<meta charset=utf-8>
<title>invalid manifest: host-double-percent-encoded-percent-encoded</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://">
<meta charset=utf-8>
<title>invalid manifest: host-empty</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://@/www.example.com">
<meta charset=utf-8>
<title>invalid manifest: host-empty-userinfo-empty</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://user:pass@/">
<meta charset=utf-8>
<title>invalid manifest: host-empty-with-userinfo</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://www.foo。bar.com">
<meta charset=utf-8>
<title>valid manifest: host-exotic-dot</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://GOOgoo.com">
<meta charset=utf-8>
<title>valid manifest: host-exotic-whitespace</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://.com">
<meta charset=utf-8>
<title>valid manifest: host-fullwidth</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://[www.google.com]/">
<meta charset=utf-8>
<title>invalid manifest: host-hostname-in-brackets</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://你好你好">
<meta charset=utf-8>
<title>valid manifest: host-idn-unicode-han</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://﷐zyx.com">
<meta charset=utf-8>
<title>invalid manifest: host-invalid-unicode</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://%ef%b7%90zyx.com">
<meta charset=utf-8>
<title>invalid manifest: host-invalid-unicode-percent-encoded</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://[2001::1]">
<meta charset=utf-8>
<title>valid manifest: host-ipv6</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://[2001::1]:80">
<meta charset=utf-8>
<title>valid manifest: host-ipv6-port</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://💩">
<meta charset=utf-8>
<title>valid manifest: host-is-pile-of-poo</title>
</html>

View file

@ -1,6 +0,0 @@
<!DOCTYPE html>
<html manifest="http://example.
org">
<meta charset=utf-8>
<title>invalid manifest: host-newline</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://example .org">
<meta charset=utf-8>
<title>invalid manifest: host-space</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://[1::2]:3:4">
<meta charset=utf-8>
<title>invalid manifest: host-square-brackets-port-contains-colon</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://example .org">
<meta charset=utf-8>
<title>invalid manifest: host-tab</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://.com">
<meta charset=utf-8>
<title>invalid manifest: host-u0000-percent-encoded</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://%ef%bc%85%ef%bc%90%ef%bc%90.com">
<meta charset=utf-8>
<title>invalid manifest: host-u0000-percent-encoded-percent-encoded</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://example.com/foo%">
<meta charset=utf-8>
<title>invalid manifest: path-bare-percent-sign</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="::23">
<meta charset=utf-8>
<title>valid manifest: path-colon-colon-number-relative</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest=":">
<meta charset=utf-8>
<title>valid manifest: path-colon-relative</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http💩//:foo">
<meta charset=utf-8>
<title>valid manifest: path-contains-pile-of-poo</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="/a/ /c">
<meta charset=utf-8>
<title>invalid manifest: path-contains-space</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://foo.com/\@">
<meta charset=utf-8>
<title>invalid manifest: path-leading-backslash-at-sign</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest=":\">
<meta charset=utf-8>
<title>invalid manifest: path-leading-colon-backslash</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest=":foo.com\">
<meta charset=utf-8>
<title>invalid manifest: path-leading-colon-chars-backslash</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest=":foo.com">
<meta charset=utf-8>
<title>valid manifest: path-leading-colon-chars-relative</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="::">
<meta charset=utf-8>
<title>valid manifest: path-leading-colon-colon-relative</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest=":#">
<meta charset=utf-8>
<title>valid manifest: path-leading-colon-hash-relative</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest=":a">
<meta charset=utf-8>
<title>valid manifest: path-leading-colon-letter-relative</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest=":23">
<meta charset=utf-8>
<title>valid manifest: path-leading-colon-number-relative</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest=":/">
<meta charset=utf-8>
<title>valid manifest: path-leading-colon-slash-relative</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://f:21/ b">
<meta charset=utf-8>
<title>invalid manifest: path-leading-space</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://example.com/©zbar">
<meta charset=utf-8>
<title>valid manifest: path-non-ascii</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://example.com/foo/%2e">
<meta charset=utf-8>
<title>valid manifest: path-percent-encoded-dot</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://example.com/foo/%2e%2">
<meta charset=utf-8>
<title>invalid manifest: path-percent-encoded-malformed</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://example.com/%3A%3a%3C%3c">
<meta charset=utf-8>
<title>valid manifest: path-percent-encoded-mixed-case</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://example.com/foo%41%7a">
<meta charset=utf-8>
<title>valid manifest: path-percent-encoded-multiple</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="/a/%2f/c">
<meta charset=utf-8>
<title>valid manifest: path-percent-encoded-slash-plus-slashes-relative</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="/a%2fc">
<meta charset=utf-8>
<title>valid manifest: path-percent-encoded-slash-relative</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://example.com/%20foo">
<meta charset=utf-8>
<title>valid manifest: path-percent-encoded-space</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://example.com/foo%00">
<meta charset=utf-8>
<title>valid manifest: path-percent-encoded-u0000</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://example.com/foo%91">
<meta charset=utf-8>
<title>valid manifest: path-percent-encoded-u0091</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="[61:24:74]:98">
<meta charset=utf-8>
<title>invalid manifest: path-relative-square-brackets</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="/a/b/c">
<meta charset=utf-8>
<title>valid manifest: path-simple-relative</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="/:23">
<meta charset=utf-8>
<title>valid manifest: path-slash-colon-number-relative</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="/">
<meta charset=utf-8>
<title>valid manifest: path-slash-only-relative</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="💩http://foo">
<meta charset=utf-8>
<title>valid manifest: path-starts-with-pile-of-poo</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://example.com/foo bar">
<meta charset=utf-8>
<title>invalid manifest: path-tab</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://f:21/b ?">
<meta charset=utf-8>
<title>invalid manifest: path-trailing-space</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://example.com/foo‘">
<meta charset=utf-8>
<title>invalid manifest: path-u0091</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://example.com//foo//bar">
<meta charset=utf-8>
<title>valid manifest: path-u202E-u202D</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://example.com//foo">
<meta charset=utf-8>
<title>valid manifest: path-uFEFF</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://example.com/你好你好">
<meta charset=utf-8>
<title>valid manifest: path-unicode-han</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://f:0/c">
<meta charset=utf-8>
<title>valid manifest: port-0</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://f:00000000000000/c">
<meta charset=utf-8>
<title>valid manifest: port-00000000000000</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://f:00000000000000000000080/c">
<meta charset=utf-8>
<title>valid manifest: port-00000000000000000000080</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://f:999999/c">
<meta charset=utf-8>
<title>invalid manifest: port-999999</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://f: /c">
<meta charset=utf-8>
<title>invalid manifest: port-cr</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://2001::1]:80">
<meta charset=utf-8>
<title>invalid manifest: port-leading-colon-bracket-colon</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://2001::1">
<meta charset=utf-8>
<title>invalid manifest: port-leading-colon</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://foo:-80/">
<meta charset=utf-8>
<title>invalid manifest: port-leading-dash</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://f:fifty-two/c">
<meta charset=utf-8>
<title>invalid manifest: port-multiple-letters</title>
</html>

View file

@ -1,6 +0,0 @@
<!DOCTYPE html>
<html manifest="http://f:
/c">
<meta charset=utf-8>
<title>invalid manifest: port-newline</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://f:/c">
<meta charset=utf-8>
<title>valid manifest: port-none-but-colon</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://f:b/c">
<meta charset=utf-8>
<title>invalid manifest: port-single-letter</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://f: /c">
<meta charset=utf-8>
<title>invalid manifest: port-space</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://f: /c">
<meta charset=utf-8>
<title>invalid manifest: port-tab</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://example.com/foo?💩">
<meta charset=utf-8>
<title>valid manifest: query-contains-pile-of-poo</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://foo/abcd?efgh?ijkl">
<meta charset=utf-8>
<title>valid manifest: query-contains-question-mark</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="?">
<meta charset=utf-8>
<title>valid manifest: query-empty-no-path-relative</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://f:21/b? d">
<meta charset=utf-8>
<title>invalid manifest: query-leading-space</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="http://f:21/b?d #">
<meta charset=utf-8>
<title>invalid manifest: query-trailing-space</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="data:text/html,test#test">
<meta charset=utf-8>
<title>manifest warning: scheme-data-contains-fragment</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="data:text/plain,foo">
<meta charset=utf-8>
<title>valid manifest: scheme-data-no-slash</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="data:/example.com/">
<meta charset=utf-8>
<title>invalid manifest: scheme-data-single-slash</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="file:c:\foo\bar.html">
<meta charset=utf-8>
<title>invalid manifest: scheme-file-backslash</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="file:///foo/bar.txt">
<meta charset=utf-8>
<title>valid manifest: scheme-file-host-empty</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="file://server/foo/bar">
<meta charset=utf-8>
<title>valid manifest: scheme-file-host-included</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="file:test">
<meta charset=utf-8>
<title>valid manifest: scheme-file-no-slash</title>
</html>

View file

@ -1,5 +0,0 @@
<!DOCTYPE html>
<html manifest="file:">
<meta charset=utf-8>
<title>valid manifest: scheme-file-scheme-only</title>
</html>

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