Add initial dependencies on the w3c test repos (no tests yet).

This change pulls in the w3c's test repos so that we can start running
the tests in Blink. The initial change just pulls in versions that
are empty, so we will clone the repos but not actually run any tests;
this can be used for local testing and development and is a minor
incremental step as the process for importing tests is worked out and
polished. A subsequent change will start pulling in revisions
with selected subdirectories populated.

[email protected], [email protected]
BUG=242329

Review URL: https://codereview.chromium.org/107503004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242145 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/DEPS b/DEPS
index bd32a48..f89d279 100644
--- a/DEPS
+++ b/DEPS
@@ -89,6 +89,14 @@
   "src/third_party/WebKit":
     Var("webkit_trunk") + "@" + Var("webkit_revision"),
 
+  "src/third_party/WebKit/LayoutTests/w3c/web-platform-tests":
+    Var("chromium_git") +
+    "/external/w3c/web-platform-tests.git@35a9c0f1348052303a03523781c26ca98572ffa7",
+
+  "src/third_party/WebKit/LayoutTests/w3c/csswg-test":
+    Var("chromium_git") +
+    "/external/w3c/csswg-test.git@8c415e3215a203fa3a22dbdd1799279fdf44c81e",
+
   "src/third_party/icu":
     "/trunk/deps/third_party/icu46@241739",