summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Tests/Pages/Template.html
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/Tests/Pages/Template.html')
-rw-r--r--Libraries/LibWeb/Tests/Pages/Template.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/Libraries/LibWeb/Tests/Pages/Template.html b/Libraries/LibWeb/Tests/Pages/Template.html
deleted file mode 100644
index e4478f408f..0000000000
--- a/Libraries/LibWeb/Tests/Pages/Template.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-</head>
-<body>
-<template id="template">
- <div id="templatediv">Hello template!</div>
- <script>
- // I shouldn't be run.
- window.templateScriptRan = true;
- </script>
-</template>
-</body>
-</html>