summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/url/a-element.html.ini
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/url/a-element.html.ini
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/url/a-element.html.ini')
-rw-r--r--testing/web-platform/meta/url/a-element.html.ini446
1 files changed, 446 insertions, 0 deletions
diff --git a/testing/web-platform/meta/url/a-element.html.ini b/testing/web-platform/meta/url/a-element.html.ini
new file mode 100644
index 000000000..6c1606a49
--- /dev/null
+++ b/testing/web-platform/meta/url/a-element.html.ini
@@ -0,0 +1,446 @@
+[a-element.html]
+ type: testharness
+ [Parsing: <a:\t foo.com> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <http://f:b/c> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <http://f: /c> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <http://f:fifty-two/c> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <http://f: 21 / b ? d # e > against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <foo://> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <http::@c:29> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <http://::@c@d:2> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <http://foo.com:b@d/> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <foo:/> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <foo:/bar.com/> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <foo://///////> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <foo://///////bar.com/> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <foo:////://///> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <c:/foo> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <http://[1::2\]:3:4> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <http://2001::1> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <http://2001::1\]> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <http://2001::1\]:80> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <madeupscheme:/example.com/> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <ftps:/example.com/> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <gopher:/example.com/> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <data:/example.com/> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <javascript:/example.com/> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <mailto:/example.com/> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <madeupscheme:example.com/> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <ftps:example.com/> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <gopher:example.com/> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <data:example.com/> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <javascript:example.com/> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <mailto:example.com/> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <data:text/html,test#test> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <file:c:\\foo\\bar.html> against <file:///tmp/mock/path>]
+ expected: FAIL
+
+ [Parsing: < File:c|////foo\\bar.html> against <file:///tmp/mock/path>]
+ expected: FAIL
+
+ [Parsing: <C|/foo/bar> against <file:///tmp/mock/path>]
+ expected: FAIL
+
+ [Parsing: </C|\\foo\\bar> against <file:///tmp/mock/path>]
+ expected: FAIL
+
+ [Parsing: <//C|/foo/bar> against <file:///tmp/mock/path>]
+ expected: FAIL
+
+ [Parsing: <//server/file> against <file:///tmp/mock/path>]
+ expected: FAIL
+
+ [Parsing: <\\\\server\\file> against <file:///tmp/mock/path>]
+ expected: FAIL
+
+ [Parsing: </\\server/file> against <file:///tmp/mock/path>]
+ expected: FAIL
+
+ [Parsing: <file://test> against <file:///tmp/mock/path>]
+ expected: FAIL
+
+ [Parsing: <http://example.com/foo/%2e> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <data:test# »> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http://[www.google.com\]/> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http://user:pass@/> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <httpa://foo:80/> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http://foo:-80/> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <gopher://foo:70/> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <gopher://foo:443/> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <madeupscheme:/example.com/> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <ftps:/example.com/> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <gopher:/example.com/> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <data:/example.com/> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <javascript:/example.com/> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <mailto:/example.com/> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <madeupscheme:example.com/> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <ftps:example.com/> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <gopher:example.com/> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <data:example.com/> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <javascript:example.com/> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <mailto:example.com/> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http::b@www.example.com> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http:/:b@www.example.com> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http://:b@www.example.com> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http:/:@/www.example.com> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http://user@/www.example.com> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http:@/www.example.com> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http:/@/www.example.com> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http://@/www.example.com> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <https:@/www.example.com> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http:a:b@/www.example.com> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http:/a:b@/www.example.com> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http://a:b@/www.example.com> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http::@/www.example.com> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http://www.@pple.com> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http:@:www.example.com> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http:/@:www.example.com> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http://@:www.example.com> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http://:@www.example.com> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http://example example.com> against <http://other.com/>]
+ expected: FAIL
+
+ [Parsing: <http://Goo%20 goo%7C|.com> against <http://other.com/>]
+ expected: FAIL
+
+ [Parsing: <http://GOO  goo.com> against <http://other.com/>]
+ expected: FAIL
+
+ [Parsing: <http://﷐zyx.com> against <http://other.com/>]
+ expected: FAIL
+
+ [Parsing: <http://%ef%b7%90zyx.com> against <http://other.com/>]
+ expected: FAIL
+
+ [Parsing: <http://%41.com> against <http://other.com/>]
+ expected: FAIL
+
+ [Parsing: <http://%ef%bc%85%ef%bc%94%ef%bc%91.com> against <http://other.com/>]
+ expected: FAIL
+
+ [Parsing: <http://%00.com> against <http://other.com/>]
+ expected: FAIL
+
+ [Parsing: <http://%ef%bc%85%ef%bc%90%ef%bc%90.com> against <http://other.com/>]
+ expected: FAIL
+
+ [Parsing: <http://你好你好> against <http://other.com/>]
+ expected: FAIL
+
+ [Parsing: <http://%zz%66%a.com> against <http://other.com/>]
+ expected: FAIL
+
+ [Parsing: <http://%25> against <http://other.com/>]
+ expected: FAIL
+
+ [Parsing: <http://hello%00> against <http://other.com/>]
+ expected: FAIL
+
+ [Parsing: <http://192.168.0.257> against <http://other.com/>]
+ expected: FAIL
+
+ [Parsing: <http://%3g%78%63%30%2e%30%32%35%30%2E.01> against <http://other.com/>]
+ expected: FAIL
+
+ [Parsing: <http://192.168.0.1 hello> against <http://other.com/>]
+ expected: FAIL
+
+ [Parsing: <http://[google.com\]> against <http://other.com/>]
+ expected: FAIL
+
+ [Parsing: <x> against <test:test>]
+ expected: FAIL
+
+ [Parsing: <http://f:21/ b ? d # e > against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <#β> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <http://www.google.com/foo?bar=baz# »> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <#β> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <http://www.google.com/foo?bar=baz# »> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http://[\]> against <http://other.com/>]
+ expected: FAIL
+
+ [Parsing: <http://[:\]> against <http://other.com/>]
+ expected: FAIL
+
+ [Parsing: <#> against <test:test>]
+ expected: FAIL
+
+ [Parsing: <#x> against <mailto:x@x.com>]
+ expected: FAIL
+
+ [Parsing: <#x> against <data:,>]
+ expected: FAIL
+
+ [Parsing: <#x> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <#> against <test:test?test>]
+ expected: FAIL
+
+ [Parsing: <i> against <sc:sd>]
+ expected: FAIL
+
+ [Parsing: <i> against <sc:sd/sd>]
+ expected: FAIL
+
+ [Parsing: <i> against <sc:/pa/pa>]
+ expected: FAIL
+
+ [Parsing: <i> against <sc://ho/pa>]
+ expected: FAIL
+
+ [Parsing: <i> against <sc:///pa/pa>]
+ expected: FAIL
+
+ [Parsing: <../i> against <sc:sd>]
+ expected: FAIL
+
+ [Parsing: <../i> against <sc:sd/sd>]
+ expected: FAIL
+
+ [Parsing: <../i> against <sc:/pa/pa>]
+ expected: FAIL
+
+ [Parsing: <../i> against <sc://ho/pa>]
+ expected: FAIL
+
+ [Parsing: <../i> against <sc:///pa/pa>]
+ expected: FAIL
+
+ [Parsing: </i> against <sc:sd>]
+ expected: FAIL
+
+ [Parsing: </i> against <sc:sd/sd>]
+ expected: FAIL
+
+ [Parsing: </i> against <sc:/pa/pa>]
+ expected: FAIL
+
+ [Parsing: </i> against <sc://ho/pa>]
+ expected: FAIL
+
+ [Parsing: </i> against <sc:///pa/pa>]
+ expected: FAIL
+
+ [Parsing: <?i> against <sc:sd>]
+ expected: FAIL
+
+ [Parsing: <?i> against <sc:sd/sd>]
+ expected: FAIL
+
+ [Parsing: <?i> against <sc:/pa/pa>]
+ expected: FAIL
+
+ [Parsing: <?i> against <sc://ho/pa>]
+ expected: FAIL
+
+ [Parsing: <?i> against <sc:///pa/pa>]
+ expected: FAIL
+
+ [Parsing: <#i> against <sc:sd>]
+ expected: FAIL
+
+ [Parsing: <#i> against <sc:sd/sd>]
+ expected: FAIL
+
+ [Parsing: <#i> against <sc:/pa/pa>]
+ expected: FAIL
+
+ [Parsing: <#i> against <sc://ho/pa>]
+ expected: FAIL
+
+ [Parsing: <#i> against <sc:///pa/pa>]
+ expected: FAIL
+
+ [Parsing: <about:/../> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <data:/../> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <javascript:/../> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <mailto:/../> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <sc://ñ.test/> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <sc:\\../> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <file:..> against <http://www.example.com/test>]
+ expected: FAIL
+
+ [Parsing: <http://f:999999/c> against <http://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <http://www/foo%2Ehtml> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <sc::a@example.net> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http:> against <https://example.org/foo/bar>]
+ expected: FAIL
+
+ [Parsing: <http://example.com/foo/%2e%2> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <http://example.com/foo/%2e./%2e%2e/.%2e/%2e.bar> against <about:blank>]
+ expected: FAIL
+
+ [Parsing: <tel:1234567890> against <http://example.org/foo/bar>]
+ expected: FAIL
+