Update a few references to imported/wpt (now external/wpt)
In pointerevent_touch-action-verification.html the included script isn't
needed to pass the test, so just drop it.
BUG=678788
[email protected]
Review-Url: https://codereview.chromium.org/2658093004
Cr-Commit-Position: refs/heads/master@{#446767}
diff --git a/docs/testing/writing_layout_tests.md b/docs/testing/writing_layout_tests.md
index 6399a7b..0036a7ac 100644
--- a/docs/testing/writing_layout_tests.md
+++ b/docs/testing/writing_layout_tests.md
@@ -190,7 +190,7 @@
[/resources/testharnessreport.js](../../third_party/WebKit/LayoutTests/resources/testharnessreport.js).
This is contrary to the WPT guidelines, which call for absolute paths.
This limitation does not apply to the tests in `LayoutTests/http`, which rely on
-an HTTP server, or to the tests in `LayoutTests/imported/wpt`, which are
+an HTTP server, or to the tests in `LayoutTests/external/wpt`, which are
imported from the [WPT repository](https://github.com/w3c/web-platform-tests).
***
@@ -471,7 +471,7 @@
```
*** promo
-Tests outside `LayoutTests/http` and `LayoutTests/imported/wpt` currently need
+Tests outside `LayoutTests/http` and `LayoutTests/external/wpt` currently need
to use a relative path to
[/third_party/WebKit/LayoutTests/resources/ahem.js](../../third_party/WebKit/LayoutTests/resources/ahem.js)
***