diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-03 22:11:34 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-03 22:11:34 +0000 |
commit | d426d49023aa47f469ec78e87ebb0a1945c50137 (patch) | |
tree | 7b3d89d6d3fee9f539cc15abc1ae9d55e9461494 /webkit/data/test_shell | |
parent | 4de4fb1dfb4720b534646d94f34ec972903c21fd (diff) | |
download | chromium_src-d426d49023aa47f469ec78e87ebb0a1945c50137.zip chromium_src-d426d49023aa47f469ec78e87ebb0a1945c50137.tar.gz chromium_src-d426d49023aa47f469ec78e87ebb0a1945c50137.tar.bz2 |
Update layout test link on test shell's index.html to it's
current location.
Review URL: http://codereview.chromium.org/160532
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22329 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data/test_shell')
-rw-r--r-- | webkit/data/test_shell/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/data/test_shell/index.html b/webkit/data/test_shell/index.html index 5f2bce3..d62f0f2 100644 --- a/webkit/data/test_shell/index.html +++ b/webkit/data/test_shell/index.html @@ -34,7 +34,8 @@ </div> <div class="group"> <h1 style="background: #cccc00;">WebKit Tests</h1> - <li><a href="../layout_tests">Layout Tests</a> + <li><a href="../../../third_party/WebKit/LayoutTests">Layout Tests</a> + <li><a href="../layout_tests">Layout Tests to be upstreamed</a> </div> </div> |