tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / dom / script-tests / non-numeric-values-numeric-parameters.js
index 60ec79e..2e7006c 100755 (executable)
@@ -301,11 +301,6 @@ shouldBe("nonNumericPolicy('document.createNodeIterator(document, x, null, false
 
 shouldBe("nonNumericPolicy('document.getElementsByTagName(\"div\").item(x)')", "'any type allowed'");
 
-// ProgressEvent
-
-shouldBe("nonNumericPolicy('document.createEvent(\"ProgressEvent\").initProgressEvent(\"a\", false, false, false, x, 0)')", "'any type allowed'");
-shouldBe("nonNumericPolicy('document.createEvent(\"ProgressEvent\").initProgressEvent(\"a\", false, false, false, 0, x)')", "'any type allowed'");
-
 // Range
 
 shouldBe("nonNumericPolicy('document.createRange().setStart(document, x)')", "'any type allowed'");
@@ -367,8 +362,6 @@ shouldBe("nonNumericPolicy('window.resizeTo(0, x)')", "'any type allowed'");
 window.resizeTo(10000, 10000);
 document.body.removeChild(testElementContainer);
 
-var successfullyParsed = true;
-
 /*
 
 Here are other examples of numeric types in function parameters and settable attributes that we could test: