https://github.com/web-platform-tests/wpt
Raw File
Tip revision: ab0d44202cb4693b2ef81feddf436800d309fa3f authored by Jonathon Kereliuk on 03 April 2018, 18:12:50 UTC
remove whitespace
Tip revision: ab0d442
wildcardPortTest.js
wildcardPortTestRan = false;

onload = function() {
  test(function() {
        assert_true(wildcardPortTestRan, 'Script should have ran.')},
        "Wildcard port matching works."
    );
}
back to top