tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / forms / time / input-valueasnumber-time.html
index 06d0242..1eed54c 100755 (executable)
@@ -1,7 +1,6 @@
 <!DOCTYPE html>
 <html>
 <head>
-<link rel="stylesheet" href="../../js/resources/js-test-style.css">
 <script src="../../js/resources/js-test-pre.js"></script>
 </head>
 <body>
@@ -52,8 +51,6 @@ debug('Step attribute value and string representation:');
 shouldBe('input.step = "1"; setValueAsNumberAndGetValue(0, 0, 0, 0)', '"00:00:00"');
 // If the step attribute value is 0.001 second and the millisecond part is 0, we should show the millisecond part.
 shouldBe('input.step = "0.001"; setValueAsNumberAndGetValue(0, 0, 0, 0)', '"00:00:00.000"');
-
-var successfullyParsed = true;
 </script>
 <script src="../../js/resources/js-test-post.js"></script>
 </body>