summaryrefslogtreecommitdiffstats
path: root/webkit/data
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-18 21:02:14 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-18 21:02:14 +0000
commit764b80591d30619821b3c6c78bad6cae8ece82d2 (patch)
tree9f2229a7fe9566dfe5e427b1fd27025acba8ea2f /webkit/data
parent404fbfc12f85014f70e1de7958aad0d0f67aa214 (diff)
downloadchromium_src-764b80591d30619821b3c6c78bad6cae8ece82d2.zip
chromium_src-764b80591d30619821b3c6c78bad6cae8ece82d2.tar.gz
chromium_src-764b80591d30619821b3c6c78bad6cae8ece82d2.tar.bz2
Remove webkit/data/layout_tests since we have no more tests to
upstream. I upstreamed the last test in WebKit r91118. BUG=None TEST=None Review URL: http://codereview.chromium.org/7395015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92889 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
-rw-r--r--webkit/data/layout_tests/LayoutTests/fast/linux_selection_color.html21
-rw-r--r--webkit/data/layout_tests/README9
-rw-r--r--webkit/data/test_shell/index.html1
3 files changed, 0 insertions, 31 deletions
diff --git a/webkit/data/layout_tests/LayoutTests/fast/linux_selection_color.html b/webkit/data/layout_tests/LayoutTests/fast/linux_selection_color.html
deleted file mode 100644
index eea9d28..0000000
--- a/webkit/data/layout_tests/LayoutTests/fast/linux_selection_color.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
-<body>
-<div>
-<p id="text">
-This tests that the methods that set selection colors for Linux work correctly.
-</p>
-<p>(All the text in the above sentence should be highlighted red with green text)</p>
-</div>
-<script>
-if (window.layoutTestController) {
- layoutTestController.forceRedSelectionColors()
-}
-
-var div = document.getElementById("text");
-var sel = window.getSelection();
-var range = document.createRange();
-range.selectNode(div);
-sel.addRange(range);
-</script>
-</body>
-</html>
diff --git a/webkit/data/layout_tests/README b/webkit/data/layout_tests/README
deleted file mode 100644
index 7074ec0..0000000
--- a/webkit/data/layout_tests/README
+++ /dev/null
@@ -1,9 +0,0 @@
-This directory contains platform-specific results until we can move
-them into LayoutTests/platform/.
-
- platform/
- contains platform-specifc results, in platform directories exactly as we
- will be upstreaming them to webkit.org:
- platform/chromium-win/
- platform/chromium-mac/
- etc.
diff --git a/webkit/data/test_shell/index.html b/webkit/data/test_shell/index.html
index d62f0f2..293995e 100644
--- a/webkit/data/test_shell/index.html
+++ b/webkit/data/test_shell/index.html
@@ -35,7 +35,6 @@
<div class="group">
<h1 style="background: #cccc00;">WebKit Tests</h1>
<li><a href="../../../third_party/WebKit/LayoutTests">Layout Tests</a>
- <li><a href="../layout_tests">Layout Tests to be upstreamed</a>
</div>
</div>