full-stop.html (279B)
1 <!DOCTYPE HTML> 2 <script src="/resources/testharness.js"></script> 3 <script src="/resources/testharnessreport.js"></script> 4 <script> 5 test(function () { 6 assert_equals(this.name, 'full-stop', 'Check that test name does not contain part of the path (.stop)'); 7 }); 8 </script>