- From: Sebastian Mayr <web-platform-tests-notifications@w3.org>
- Date: Thu, 22 Dec 2016 14:18:24 GMT
- To: public-web-platform-tests-notifications@w3.org
There are a few issues with these:
```
1) Web platform tests parsing </> against <file:///C:/a/b>:
AssertionError: href
+ expected - actual
-file:///C:/
+file:///
at Context.<anonymous> (test/web-platform.js:20:12)
2) Web platform tests parsing <//d:> against <file:///C:/a/b>:
AssertionError: href
+ expected - actual
-file:///d:
+file://d:/
at Context.<anonymous> (test/web-platform.js:20:12)
3) Web platform tests parsing <//d:/..> against <file:///C:/a/b>:
AssertionError: href
+ expected - actual
-file:///d:/
+file://d:/
at Context.<anonymous> (test/web-platform.js:20:12)
```
Pretty sure the second and third one are correct failures, not quite sure about the first one.
View on GitHub: https://github.com/w3c/web-platform-tests/pull/4382#issuecomment-268808360
Received on Thursday, 22 December 2016 14:18:31 UTC