summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/resources/focused-iframe.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/manual-tests/resources/focused-iframe.html')
-rw-r--r--WebCore/manual-tests/resources/focused-iframe.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/WebCore/manual-tests/resources/focused-iframe.html b/WebCore/manual-tests/resources/focused-iframe.html
deleted file mode 100644
index 50b49a5..0000000
--- a/WebCore/manual-tests/resources/focused-iframe.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<body onload="load()">
- This frame should get the focus.
- <input id="box"></input>
- <script>
- function load()
- {
- document.getElementById("box").focus();
- }
- </script>
-</body>
-</html>