Index: webkit/data/test_shell/index.html |
diff --git a/webkit/data/test_shell/index.html b/webkit/data/test_shell/index.html |
deleted file mode 100644 |
index 293995e1e213ca0a67ae3f0e2d15a10109128e24..0000000000000000000000000000000000000000 |
--- a/webkit/data/test_shell/index.html |
+++ /dev/null |
@@ -1,74 +0,0 @@ |
-<html> |
-<head> |
-<title>test_shell home</title> |
-<link rel="stylesheet" href="test.css" type="text/css"/> |
-</head> |
- |
-<body> |
- |
-<div id="title"> |
-<img src="http://www.google.com/intl/en/images/logo.gif" alt="Face"> |
-<div style="font-size: 24px; text-align: center; border: solid blue" contenteditable="true">Chrome Tests</div> |
-</div> |
- |
-<div id="rightcol"> |
- <div class="group"> |
- <h1 style="background: blue;">Plugin Tests</h1> |
- <li><a href="plugins/embed.htm">Basic Flash Plugin test</a> |
- <li><a href="plugins/embed2.htm">Nested Frame Plugin Test</a> |
- <li><a href="plugins/embed3.htm">Many Windowed Plugins test</a> |
- <li><a href="plugins/embed4.htm">One Flash Plugin test</a> |
- <li><a href="plugins/embed5.htm">Flash using 100% CPU</a> |
- <li><a href="plugins/embedwindowless.htm">Windowless Plugin Test</a> |
- <li><a href="plugins/embedwindowless2.htm">Windowless Plugin Test 2</a> |
- <li><a href="plugins/embedwindowless3.htm">Many Windowless Plugins Test</a> |
- <li><a href="plugins/jsflash.htm">Javascript object</a> |
- <li><a href="plugins/js_call.html">Plugin calling Javascript functions</a> |
- <li><a href="plugins/wmp.html">Windows Media Player</a> |
- <li><a href="plugins/diamondx/index.htm">DiamondX (Linux-specific)</a> |
- </div> |
- <div class="group"> |
- <h1 style="background: red;">Scrolling Tests</h1> |
- <li><a href="scrollbar/test.html">Overflow Div scrolling</a> |
- <li><a href="frames/nested_test.html">Nested frames</a> |
- </div> |
- <div class="group"> |
- <h1 style="background: #cccc00;">WebKit Tests</h1> |
- <li><a href="../../../third_party/WebKit/LayoutTests">Layout Tests</a> |
- </div> |
-</div> |
- |
-<div id="leftcol"> |
- <div class="group"> |
- <h1 style="background: green;">External Links</h1> |
- <li><a href="http://www.google.com/">Google</a> |
- </div> |
- |
- <div class="group"> |
- <h1>Form Tests</h1> |
- <li><a href="formsubmit/target_test.html">Posting to a target</a> |
- </div> |
- |
- <div class="group"> |
- <h1 style="background: purple;">JS Tests</h1> |
- <li><a href="js/timers.html">JS Timer speed</a> |
- <li><a href="sort/sort.html">Sorting in Action</a> |
- </div> |
- |
- <div class="group"> |
- <h1 style="background: #cccc00;">IFrame Tests</h1> |
- <li><a href="iframes/test1.html">IFrame containing w3c page</a> |
- <li><a href="iframes/test2.html">IFrame contining bugzilla</a> |
-</div> |
- |
-<div id="footer"> |
-<hr> |
-<b>What is this page?</b> This is just a collection of links to test cases. |
-If you ever find yourself creating a test webpage, add a test |
-here. It isn't an automated test, but may be useful later. Try to |
-keep the order logical. |
-</div> |
- |
- |
-</body> |
-</html> |