tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / dom / HTMLAnchorElement / script-tests / set-href-attribute-port.js
index 9bc1112..d7ea00a 100755 (executable)
@@ -45,5 +45,3 @@ debug("Set port to URL with foo: protocol");
 a.href = "foo://bar/";
 a.port = 50;
 shouldBe("a.href", "'foo://bar:50/'");
-
-var successfullyParsed = true;