summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/js/callback-function-with-handle-event.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/js/callback-function-with-handle-event.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/js/callback-function-with-handle-event.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/js/callback-function-with-handle-event.html b/third_party/WebKit/LayoutTests/fast/js/callback-function-with-handle-event.html
index bcc3a5bda..e315f0b 100644
--- a/third_party/WebKit/LayoutTests/fast/js/callback-function-with-handle-event.html
+++ b/third_party/WebKit/LayoutTests/fast/js/callback-function-with-handle-event.html
@@ -32,7 +32,6 @@
var db = openDatabase("callback-function-with-handle-event-test", "", "Test for callback functions that implement a handleEvent() method.", 1);
db.changeVersion(db.version, "1.0", callback);
</script>
- <script src="resources/js-test-post.js"></script>
</body>
</html> \ No newline at end of file