summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/public/README
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/public/README')
-rw-r--r--chromium/third_party/WebKit/public/README7
1 files changed, 1 insertions, 6 deletions
diff --git a/chromium/third_party/WebKit/public/README b/chromium/third_party/WebKit/public/README
index 0da44c2203a..4e07a86a350 100644
--- a/chromium/third_party/WebKit/public/README
+++ b/chromium/third_party/WebKit/public/README
@@ -21,11 +21,10 @@ Blink's needs change.
Organization
------------
-The API is organized into three parts:
+The API is organized into two parts:
- public/platform
- public/web
- - public/testing
The public/platform directory defines an abstract platform upon which Blink
runs. Rather than communicating directly with the underlying operating system,
@@ -41,10 +40,6 @@ exploring the API.
Note that public/platform should not depend on public/web.
-The public/testing directory defines an interface for testing Blink. You can
-use this part of the API to load the TestRunner module used in Blink's test
-suite.
-
Basic Types
-----------