summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resources/examples/apisample6.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/resources/examples/apisample6.html')
-rw-r--r--testing/web-platform/tests/resources/examples/apisample6.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/web-platform/tests/resources/examples/apisample6.html b/testing/web-platform/tests/resources/examples/apisample6.html
deleted file mode 100644
index 7459c54d5..000000000
--- a/testing/web-platform/tests/resources/examples/apisample6.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE HTML>
-<title>Example with file_is_test</title>
-<script src="../testharness.js"></script>
-<script src="../testharnessreport.js"></script>
-<script>
-onload = function() {
- assert_true(true);
- done();
-}
-</script> \ No newline at end of file