summaryrefslogtreecommitdiffstats
path: root/dom/events/test/pointerevents/test_wpt_pointerevent_constructor.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/events/test/pointerevents/test_wpt_pointerevent_constructor.html')
-rw-r--r--dom/events/test/pointerevents/test_wpt_pointerevent_constructor.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/dom/events/test/pointerevents/test_wpt_pointerevent_constructor.html b/dom/events/test/pointerevents/test_wpt_pointerevent_constructor.html
deleted file mode 100644
index 058e32a967..0000000000
--- a/dom/events/test/pointerevents/test_wpt_pointerevent_constructor.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<!--
-https://bugzilla.mozilla.org/show_bug.cgi?id=1000870
--->
- <head>
- <meta charset="utf-8">
- <title>Test for Bug 1000870</title>
- <meta name="author" content="Maksim Lebedev" />
- <script src="/tests/SimpleTest/SimpleTest.js"></script>
- <script src="/tests/SimpleTest/EventUtils.js"></script>
- <script type="text/javascript" src="mochitest_support_external.js"></script>
- <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
- <script type="text/javascript">
- SimpleTest.waitForExplicitFinish();
- function startTest() {
- runTestInNewWindow("wpt/pointerevent_constructor.html");
- }
- function executeTest(int_win) {
- // Function should be, but can be empty
- }
- </script>
- </head>
- <body>
- </body>
-</html>