origin-from-htmlhyperlinkelementutils.window.js.ini (5356B)
1 [origin-from-htmlhyperlinkelementutils.window.html] 2 [Origin.from(<a href="about:blank">) returns an opaque origin.] 3 expected: FAIL 4 5 [Origin.from(<area href="about:blank">) returns an opaque origin.] 6 expected: FAIL 7 8 [Origin.from(<a href="data:text/plain,opaque">) returns an opaque origin.] 9 expected: FAIL 10 11 [Origin.from(<area href="data:text/plain,opaque">) returns an opaque origin.] 12 expected: FAIL 13 14 [Origin.from(<a href="weird-protocol:whatever">) returns an opaque origin.] 15 expected: FAIL 16 17 [Origin.from(<area href="weird-protocol:whatever">) returns an opaque origin.] 18 expected: FAIL 19 20 [Origin.from(<a href="weird-hierarchical-protocol://host/path?etc">) returns an opaque origin.] 21 expected: FAIL 22 23 [Origin.from(<area href="weird-hierarchical-protocol://host/path?etc">) returns an opaque origin.] 24 expected: FAIL 25 26 [Origin.from(<a href="blob:weird-protocol:whatever">) returns an opaque origin.] 27 expected: FAIL 28 29 [Origin.from(<area href="blob:weird-protocol:whatever">) returns an opaque origin.] 30 expected: FAIL 31 32 [Origin.from(<a href="blob:weird-hierarchical-protocol://host/path?etc">) returns an opaque origin.] 33 expected: FAIL 34 35 [Origin.from(<area href="blob:weird-hierarchical-protocol://host/path?etc">) returns an opaque origin.] 36 expected: FAIL 37 38 [Origin.from(<a href="http://site.example">) returns a tuple origin.] 39 expected: FAIL 40 41 [Origin.from(<area href="http://site.example">) returns a tuple origin.] 42 expected: FAIL 43 44 [Origin.from(<a href="https://site.example">) returns a tuple origin.] 45 expected: FAIL 46 47 [Origin.from(<area href="https://site.example">) returns a tuple origin.] 48 expected: FAIL 49 50 [Origin.from(<a href="https://site.example:123">) returns a tuple origin.] 51 expected: FAIL 52 53 [Origin.from(<area href="https://site.example:123">) returns a tuple origin.] 54 expected: FAIL 55 56 [Origin.from(<a href="http://sub.site.example">) returns a tuple origin.] 57 expected: FAIL 58 59 [Origin.from(<area href="http://sub.site.example">) returns a tuple origin.] 60 expected: FAIL 61 62 [Origin.from(<a href="https://sub.site.example">) returns a tuple origin.] 63 expected: FAIL 64 65 [Origin.from(<area href="https://sub.site.example">) returns a tuple origin.] 66 expected: FAIL 67 68 [Origin.from(<a href="https://sub.site.example:123">) returns a tuple origin.] 69 expected: FAIL 70 71 [Origin.from(<area href="https://sub.site.example:123">) returns a tuple origin.] 72 expected: FAIL 73 74 [Origin.from(<a href="https://xn--mlauted-m2a.example">) returns a tuple origin.] 75 expected: FAIL 76 77 [Origin.from(<area href="https://xn--mlauted-m2a.example">) returns a tuple origin.] 78 expected: FAIL 79 80 [Origin.from(<a href="ftp://ftp.example">) returns a tuple origin.] 81 expected: FAIL 82 83 [Origin.from(<area href="ftp://ftp.example">) returns a tuple origin.] 84 expected: FAIL 85 86 [Origin.from(<a href="ws://ws.example">) returns a tuple origin.] 87 expected: FAIL 88 89 [Origin.from(<area href="ws://ws.example">) returns a tuple origin.] 90 expected: FAIL 91 92 [Origin.from(<a href="wss://wss.example">) returns a tuple origin.] 93 expected: FAIL 94 95 [Origin.from(<area href="wss://wss.example">) returns a tuple origin.] 96 expected: FAIL 97 98 [Origin.from(<a href="https://trailing.slash/">) returns a tuple origin.] 99 expected: FAIL 100 101 [Origin.from(<area href="https://trailing.slash/">) returns a tuple origin.] 102 expected: FAIL 103 104 [Origin.from(<a href="https://user:pass@site.example">) returns a tuple origin.] 105 expected: FAIL 106 107 [Origin.from(<area href="https://user:pass@site.example">) returns a tuple origin.] 108 expected: FAIL 109 110 [Origin.from(<a href="https://has.a.port:1234/and/path">) returns a tuple origin.] 111 expected: FAIL 112 113 [Origin.from(<area href="https://has.a.port:1234/and/path">) returns a tuple origin.] 114 expected: FAIL 115 116 [Origin.from(<a href="https://ümlauted.example">) returns a tuple origin.] 117 expected: FAIL 118 119 [Origin.from(<area href="https://ümlauted.example">) returns a tuple origin.] 120 expected: FAIL 121 122 [Origin.from(<a href="file:///path/to/a/file.txt">) returns a tuple origin.] 123 expected: FAIL 124 125 [Origin.from(<area href="file:///path/to/a/file.txt">) returns a tuple origin.] 126 expected: FAIL 127 128 [Origin.from(<a href="blob:https://example.com/some-guid">) returns a tuple origin.] 129 expected: FAIL 130 131 [Origin.from(<area href="blob:https://example.com/some-guid">) returns a tuple origin.] 132 expected: FAIL 133 134 [Origin.from(<a href="ftp://example.com/">) returns a tuple origin.] 135 expected: FAIL 136 137 [Origin.from(<area href="ftp://example.com/">) returns a tuple origin.] 138 expected: FAIL 139 140 [Origin.from(<a href="https://example.com/path?query#fragment">) returns a tuple origin.] 141 expected: FAIL 142 143 [Origin.from(<area href="https://example.com/path?query#fragment">) returns a tuple origin.] 144 expected: FAIL 145 146 [Origin.from(<a href="https://127.0.0.1/">) returns a tuple origin.] 147 expected: FAIL 148 149 [Origin.from(<area href="https://127.0.0.1/">) returns a tuple origin.] 150 expected: FAIL 151 152 [Origin.from(<a href="https://[::1\]/">) returns a tuple origin.] 153 expected: FAIL 154 155 [Origin.from(<area href="https://[::1\]/">) returns a tuple origin.] 156 expected: FAIL 157 158 [Origin.from(<a>) throws.] 159 expected: FAIL 160 161 [Origin.from(<area>) throws.] 162 expected: FAIL