Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / README
index 0da44c2..4e07a86 100644 (file)
@@ -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
 -----------