From 95de1c9581a5ea2da8b6062b68b7147585c43bdb Mon Sep 17 00:00:00 2001 From: "jianli@chromium.org" Date: Mon, 29 Jun 2009 17:58:52 +0000 Subject: Support running http layout tests for workers in UI test framework. BUG=none TEST=This is a UI test. Nicolas, could you please review DEPS? I added a couple of new lines to DEPS in order to fetch a copy the following directory into UI test data directory: LayoutTests/http/tests/resources LayoutTests/http/tests/workers LayoutTests/http/tests/xmlhttprequest Review URL: http://codereview.chromium.org/147125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19502 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DEPS') diff --git a/DEPS b/DEPS index 1d8e698..9a5bebd 100644 --- a/DEPS +++ b/DEPS @@ -56,6 +56,12 @@ deps = { # in ui test. "src/chrome/test/data/workers/LayoutTests/fast/workers": Var("webkit_trunk") + "/LayoutTests/fast/workers@" + Var("webkit_revision"), + "src/chrome/test/data/workers/LayoutTests/http/tests/resources": + Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" + Var("webkit_revision"), + "src/chrome/test/data/workers/LayoutTests/http/tests/workers": + Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" + Var("webkit_revision"), + "src/chrome/test/data/workers/LayoutTests/http/tests/xmlhttprequest": + Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" + Var("webkit_revision"), } -- cgit v1.1