summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/infrastructure
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/infrastructure')
-rw-r--r--testing/web-platform/tests/infrastructure/failing-test.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/web-platform/tests/infrastructure/failing-test.html b/testing/web-platform/tests/infrastructure/failing-test.html
deleted file mode 100644
index 249099c06..000000000
--- a/testing/web-platform/tests/infrastructure/failing-test.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html>
-<meta charset=utf-8>
-<title>Failing test</title>
-<script src="/resources/testharness.js"></script>
-<script src="/resources/testharnessreport.js"></script>
-<script>
-test(function() {
- assert_unreached("Expected failure");
-});
-</script>